@import url('https://fonts.googleapis.com/css?family=Raleway:200');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.content li {
  list-style-position: outside;
  margin-left: 1em;
}
/* .content a {
  color: red;
}
.content a:hover {
  color: #03a9f4;
} */
.sub_body {
  overflow-x: hidden;
}
.sub_body .replacement_alert_container {
  background-color: black;
  color: white;
  padding: 1em;
  text-align: center;
}
.sub_body .replacement_alert_container a {
  background-color: orange;
  color: black;
  text-decoration: none;
  padding: 0.5em;
  margin-left: 1em;
  display: inline-block;
}
.sub_body .replacement_alert_container a:hover {
  background-color: red;
  color: white;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: inherit !important;
}
.nav-up {
  top: -4em !important;
}
.nav-down {
  top: 4em;
}
.move_open_menu {
  top: 45px !important;
}
.more_menu_toggle {
  left: 50em !important;
}
.transformer {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fast_transformer {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.slow_transformer {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.super_slow_transformer {
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.content {
  flex: 1 0 auto;
}
.mobile {
  display: none;
}
.mobile_bottom_nav {
  display: none;
}
.amz_cart_count_continer {
  position: relative;
}
.amz_cart_count_continer .amz_cart_count {
  position: relative;
  bottom: 5px;
  color: white;
  right: 17px;
}
.shop_menu {
  display: none;
}
.more_menu {
  display: none;
}
.suggested_item_mobile {
  display: none;
}
#toTop {
  background: rgba(255, 255, 255, 0.5);
  color: #8293a2;
  position: fixed;
  bottom: -3em;
  right: 1em;
  z-index: 5;
  cursor: pointer;
  font-size: 2em;
  border: 2px solid;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}
#toTop:hover {
  color: red;
  background-color: rgba(255, 0, 0, 0.5);
}
.toTop_active {
  bottom: 1em !important;
}
.scale_image {
  transform: scale(1.1);
}
.item_price_active {
  /* color: red !important; */
  color: #03a9f4 !important;
}
.product_page_item_active {
  transform: rotate(3deg) scale(1.05) !important;
}
.owl-carousel {
  z-index: 0 !important;
}

/* ERROR MESSAGE */
.cart_error_mesage_container {
  z-index: 5;
  display: none;
}
.cart_error_mesage_container .error_message {
  position: fixed;
  background-color: #ff4282;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3em;
  display: flex;
}
.cart_error_mesage_container .error_message .close_error_message {
  font-size: 3em;
  padding-right: 0.5em;
  cursor: pointer;
}
.cart_error_mesage_container .error_message .close_error_message:hover {
  color: white;
}
.cart_error_mesage_container .error_message a {
  color: white;
}
.cart_error_mesage_container .modal_background {
  height: -moz-available;          /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  position: fixed;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  background-color: rgba(173, 173, 173, 0.3);
  top: 0;
  left: 0;
  z-index: 2;
}
.collaberation_thanks {
  padding: 2em !important;
  background-color: orange;
  color: white;
  text-align: center;
  margin: 3em 0em;
}
.collaberation_thanks i {
  font-size: 4em;
  margin: 0.2em;
}

/* GLOBAL LOADING ANIMATION */
.global_loading_spinner {
  position: fixed;
  margin: auto;
  left: 45%;
  top: 40%;
  z-index: 5;
  font-size: 4em;
  color: red;
  display: none;
}
.global_loading_spinner .global_loading_background {
  height: -webkit-fill-available;
  position: fixed;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  background-color: rgba(173, 173, 173, 0.3);
  top: 0;
  left: 0;
}

/* HEADER */
header {
  /* border-bottom: solid 1px #8293a2; */
}
header ul li .headline a {
  flex-shrink: 0;
  width: 4em;
  display: inline-block;
  position: relative;
  top: 12px;
}
header ul li .headline a img {
  width: 100%;
}
header ul li .headline:hover img {
  transform: scale(1.05) rotate(5deg);
}
header.full {
  background-color: white;
  padding-bottom: 0;
}
header .secondary_nav {
  list-style-position: inherit;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0 6em;
  margin: 0;
}
header .secondary_nav li {
  margin: 0 1em;
}
header .secondary_nav li:hover .underline {
  border-bottom: 2px solid red;
}
header .secondary_nav li:hover a {
  color: black;
}
header .secondary_nav li a i {
  font-size: 1.5em;
}
header .main_nav {
  list-style-position: inherit;
  margin-left: 0;
  list-style: none;
  display: flex;
  padding: 0 4em;
  justify-content: space-evenly;
  margin-bottom: 0;
}
header ul a {
  color: #8293a2;
}
header .main_nav a:hover {
  color: black;
}
header .main_nav li {
  text-align: center;
  margin: auto;
  max-width: 10em;
  padding-bottom: 1em;
}
header .main_nav li span {
  display: block;
}
header .main_nav li i {
  font-size: 2.5em;
}
header .main_nav .active {
  color: black;
}
header .main_nav .nav_dropdown {
  position: relative;
  /* display: none; */
  visibility: hidden;
}
header .main_nav .nav_dropdown .child_container {
  position: absolute;
  width: max-content;
  background-color: white;
  z-index: 2;
  border: 1px solid #c4cdd4;
  border-radius: 5px;
  opacity: 0;
  left: -1em;
  padding: 0.5em 0em;
  text-align: left;
  top: 1em;
}
header .main_nav .main_desktop_nav:hover .nav_dropdown {
  display: block;
  visibility: visible;
}
header .main_nav .main_desktop_nav:hover .nav_dropdown .child_container {
  opacity: 1;
}
.arrow_up {
  width: 10px;
  height: 10px;
  background-color: white;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #c4cdd4;
  border-left: 1px solid #c4cdd4;
  top: -7px;
  left: 25%;
}

header .main_nav .nav_dropdown .child_container div a {
  padding: 0.5em 1.5em;
  display: inline-block;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
header .main_nav .nav_dropdown .child_container div a:hover {
  /* background-color: gray; */
}
header .main_search_container {
  padding: 0em 4em;
  display: none;
}
header .main_search_container form {
  text-align: center;
}
header .main_search_container form .glass {
  position: relative;
  font-size: 2.4em;
  top: 6px;
  left: 46px;
  color: #8293a2;
}
header .main_search_container form .close_search {
  font-size: 2em;
  position: relative;
  top: 6px;
  right: 28px;
  color: #8293a2;
  cursor: pointer;
}
header .main_search_container form .close_search:hover {
  color: black;
}
header .main_search_container input {
  border: none;
  border-left: 1px solid #8293a2;
  border-bottom: 1px solid #8293a2;
  border-radius: 0;
  height: 3em;
  outline: none;
  width: 70%;
  margin: auto;
  padding-left: 4em;
}

.content {
  padding: 0;
}

/* LOGIN PAGE */
.login_container {
  /* width: 30%; */
  padding: 1em;
  margin: auto;
}
.login_container .login_form_alert {
  color: black;
  padding: 1em;
  background-color: #c5e4ff;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
}
.login_container .login_form_alert span {
  display: flex;
  justify-content: space-around;
  margin: .5em;
}
.login_container .login_form_alert i {
  font-size: 2em;
  animation: alert-color-change 2s infinite;
}
@keyframes alert-color-change {
  0% { color: black; }
  25% { color: red; }
  75% { color: #03A9F4; }
  100% { color: black; }
}
.login_container h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: black;
}
.login_container a {
  color: red;
}
.login_container a:hover {
  color: #03a9f4;
}
.login_container input[type=text], .login_container input[type=password] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
}
.login_container input[type=submit] {
  border: none;
  background-color: red;
  padding: 0.5em 2em;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}
.login_container input[type=submit]:hover {
  background-color: #880000;
}

.covid_message_box {
  width: 80%;
  display: flex;
  border: 1px solid red;
  margin: 2em auto;
  background-color: rgba(255, 0, 0, 0.1);
}
.covid_message_box button {
  background-color: red;
  color: white;
  border: 1px solid red;
  padding: 1em;
  cursor: pointer;
}
.covid_message_box button:hover {
  background-color: white;
  color: red;
}
.covid_message_box p {
  margin: 1em;
  padding: 0;
}
.covid_message_box i {
  font-size: 2em;
  margin-top: .5em;
  margin-right: .5em;
  cursor: pointer;
  color: red;
}
.covid_message {
  border-radius: 1em;
  margin-bottom: 1em;
  position: relative;
  right: 0em;
  bottom: 0em;
}
.covid_message:hover {
  box-shadow: 5px 10px 8px #888888;
  right: 0.5em;
  bottom: 0.5em;
  background-color: #afdbe6;
}
.covid_message p {
  padding: 1em;
  margin: 0em;
}

.referral_link {
  background-color: #ffae36;
  width: 100%;
  padding: 10px;
  border: 2px solid #ffae36;
  border-bottom: 2px solid #ffae36;
  cursor: pointer;
  color: black;
  text-decoration: none;
  text-align: center;
}
.referral_link:hover {
  border: 2px solid #ea981f;
  border-bottom: 2px solid magenta;
  color: black;
}
/* HOMEPAGE */
.add_to_cart .referral_link {
  display: block;
  margin: auto;
  width: 80%;
}
.home {
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: hidden;
}
.home section {
  padding: 0;
}
/* HOMEPAGE CAROUSEL */
.home .carousel .item {
  text-align: center;
  border-bottom: 0;
}
.home .carousel .item a {
  color: black;
  text-decoration: none;
}
.home .carousel .item .copy {
  display: flex;
  flex-direction: column;
}
.home .carousel .item h2 {
  font-family: 'Raleway', sans-serif;
  color: #2f2f2f;
  font-size: 4em;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.home .carousel .item h3 {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 1em;
  color: #2f2f2f;
  font-size: 1.5em;
  padding: 0;
  font-weight: bold;
}
.home .carousel .item p {
  margin-top: 2em;
  background-color: red;
  display: inline-block;
  color: white;
  padding: 1em;
  position: relative;
  bottom: 0em;
}
.home .carousel .item p:hover {
  padding: 1em 1.5em;
  bottom: 0.3em;
}
.home .carousel .owl-nav {
  position: absolute;
  bottom: 44%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: black;
  pointer-events: none;
}
.home .carousel .owl-nav button span {
  font-family: 'Raleway', sans-serif;
  font-size: 6em;
  pointer-events: auto;
  opacity: 0.5;
  position: relative;
  padding: 0.1em;
}
.home .carousel .owl-nav span[aria-label=Previous] {
  right: 1em;
}
.home .carousel .owl-nav span[aria-label=Next] {
  left: 1em;
}
.home .carousel .owl-nav button span:hover {
  opacity: 1;
  padding: 0.2em;
}
.home .carousel:hover .owl-nav span[aria-label=Previous] {
  right: 0em;
}
.home .carousel:hover .owl-nav span[aria-label=Next] {
  left: 0em;
}
.home .carousel .owl-nav button.disabled {
  opacity: 0;
}
.home .carousel .owl-dots {
  text-align: center;
  position: relative;
  bottom: 1em;
}
.home .carousel .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background-color: #8293a2;
  display: block;
  margin: 1em;
  border-radius: 10px;
}
.home .carousel .owl-dots .owl-dot span:hover {
  background-color: red;
}
.home .carousel .owl-dots .owl-dot.active span {
  background-color: red;
}
.home .suggested_items h2 {
  font-family: 'Raleway', sans-serif;
  color: black;
  text-align: center;
  font-size: 4em;
  padding-bottom: 2em;
}
.home .suggested_items .suggested_item_desktop {
  display: flex;
  margin: 0em 6em 4em 6em;
}
.home .suggested_items .suggested_item_desktop .buttons_container {
  margin: auto;
}
.home .suggested_items .suggested_item_desktop .details {
  padding: 1em;
}
.home .suggested_items .suggested_item_desktop .image a {
  height: 100%;
  display: flex;
}
.home .suggested_items .suggested_item_desktop .image a img {
  margin: auto;
}
.home .suggested_items .suggested_item_desktop .details:hover .explore_container a {
  border: 2px solid red;
  color: red;
}
.home .suggested_items .suggested_item_desktop:hover .image {
  overflow: hidden;
}
.home .suggested_items .suggested_item_desktop:hover .image img {
  -webkit-transform : rotate(3deg) scale(1.05); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform     : rotate(3deg) scale(1.05); /* IE 9 */
  transform         : rotate(3deg) scale(1.05); /* Firefox 16+, IE 10+, Opera */

}

/* LEFT SIDE CONTAINER */
.home .suggested_items .left_side .suggested_item_desktop .details:hover h3 {
  transform: translate(-20px, 0px);
  color: black;
  /* border-bottom: 1px solid #8293a2; */
}
.home .suggested_items .left_side .suggested_item_desktop .details:hover .description {
  transform: translate(-5px, 0px);
}
.home .suggested_items .left_side .suggested_item_desktop .details:hover .price {
  transform: translate(10px, 0px);
  color: black;
}
/* RIGHT SIDE CONTAINER */
.home .suggested_items .right_side .suggested_item_desktop .details:hover h3 {
  transform: translate(20px, 0px);
  color: black;
  /* border-bottom: 1px solid #8293a2; */
}
.home .suggested_items .right_side .suggested_item_desktop .details:hover .description {
  transform: translate(5px, 0px);
}
.home .suggested_items .right_side .suggested_item_desktop .details:hover .price {
  transform: translate(-10px, 0px);
  color: black;
}
.home .suggested_items .details_link {
  text-decoration: none;
  color: #8293a2;
}
.home .suggested_items .price {
  margin: 1em;
  display: block;
  font-size: 2em;
  color: #8293a2;
}
.home .suggested_items ul {
  display: none;
}
.home .suggested_items h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid white;
}
.home .suggested_items p {
  font-weight: 100;
  color: #8293a2;
}
.home .suggested_items .add_to_cart button {
  background-color: #ffae36;
  width: 86%;
  padding: 10px;
  border: 2px solid #ffae36;
  border-bottom: 2px solid #ffae36;
  cursor: pointer;
  margin: auto;
  display: block;
}
.home .suggested_items .add_to_cart button:hover {
  border: 2px solid #ea981f;
  border-bottom: 2px solid magenta;
}
.home .suggested_items .explore_container a {
  text-align: center;
  padding: 10px;
  color: #8293a2;
  background-color: #ffffff;
  border: 2px solid #8293a2;
  display: block;
  text-decoration: none;
  margin: auto;
  margin-bottom: 1em;
  width: 80%;
}
.home .suggested_items .explore_container a:hover {
  border: 2px solid red;
  color: white !important;
  background-color: red;
}
.home .myzak_items {
  text-align: center;
  margin: 4em 0em 5em auto;
  margin-top: 4em;
}
.home .myzak_items h2 {
  font-family: 'Raleway', sans-serif;
  color: black;
  text-align: center;
  font-size: 4em;
}
.home .myzak_items h3 {
  font-family: 'Raleway', sans-serif;
  color: black;
  text-align: left;
  font-size: 1.5em;
  width: 80%;
  margin: auto;
}
.home .myzak_items div {
  display: inline-block;
  padding: 1em;
}
.home .myzak_items div img {
  border: 1px solid #8293a2;
  padding: 0px;
  margin: 16px;
}
.home .myzak_items div img:hover {
  padding: 8px;
  margin: 8px;
}
.home .headline {
  text-align: center;
}
.home .headline h1 {
  color: #44525d;
}
.home .headline h1 span {
  font-size: 1.2em;
  color: red;
}

/* SHOWROOM */

.showroom {
}
.showroom .login_container {
  width: 30%;
}
.showroom .showroom_container {

}
.reps_button_container {
  display: flex;
  justify-content: center;
}
.reps_button_container a {
  background-color: black;
  color: black;
  text-decoration: none;
  padding: .5em 2em;
  margin: 1em;
  display: block;
  width: fit-content;
  border: 2px black solid;
  background: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 2em;
}
.reps_button_container a:hover {
  color: white;
  background-size: 100% 100%;
}
.showroom .showroom_container .logout_container {
  color: gray;
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
.showroom .showroom_container .logout_container p {
  margin: 0;
}
.showroom .showroom_container .logout_container a {
  margin-left: .5em;
}
.showroom .showroom_container .container {
  display: flex;
  flex-wrap: wrap;
}
.showroom .showroom_container .container a {
  flex: 1 0 50%;
  text-decoration: none;
}
.showroom .showroom_container .container .category_item {
  margin: 1em;
  box-shadow: 3px 3px 7px 5px #88888854;
  height: 24vw;
  background-size: cover;
  background-position: center;
  border: 1px solid white;
  border-radius: 10px;
}
.showroom .showroom_container .container .category_item .details {
  text-align: center;
  position: relative;
  top: 10%;
  overflow: hidden;
}
.showroom .showroom_container .container .category_item .details h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  background-color: rgb(255 255 255 / 0.5);
  padding-top: .5em;
  font-size: 16px;
}
.showroom .showroom_container .container .category_item .details h3:after {
  display: block;
  content: '';
  padding-bottom: .5em;
  border-bottom: solid 2px #03A9F4;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.showroom .showroom_container .container .category_item .details p {
  margin: 0;
  margin-top: 1em;
  color: rgb(0 0 0 / 0);
  position: relative;
  left: -40em;
  background-color: rgb(255 255 255 / 0.8);
  box-shadow: 3px 3px 7px 5px #88888854;
  padding: .5em 1em;
  margin: 1em 3em;
}
.showroom .showroom_container .container a:hover .category_item {
  transform: scale(1.05);
  box-shadow: 3px 3px 7px 5px rgb(136 136 136 / 0.6);
  border: 1px solid gray;
}
.showroom .showroom_container .container a:hover .category_item .details {
  top: 0%;
}
.showroom .showroom_container .container a:hover .category_item .details p {
  left: 0em;
  color: rgb(0 0 0 / 1);
}
.showroom .showroom_container .container a:hover .category_item .details h3 {
  background-color: rgb(255 255 255 / 0.8);
  font-size: 16px;
  border-radius: 10px 10px 0px 0px;
}
.showroom .showroom_container .container a:hover .category_item .details h3:after {
  transform: scaleX(1);
}
.showroom .showroom_container .container .category_item .details h3.fromRight:after{
  transform-origin:100% 50%;
}
.showroom_entry {
  display: flex;
  justify-content: center;
}
.showroom_entry .cat_details {
  margin-bottom: 3em;
}
.showroom_entry .cat_details h5 {
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
}
.showroom_entry .cat_details p {
  margin: 0;
}
.showroom_entry .collections_container {
  display: flex;
  flex-wrap: wrap;
}
.showroom_entry .collections_container .collection {
  flex: 1 0 30%;
  justify-content: center;
  display: flex;
}
.showroom_entry .collections_container .collection .image {
  height: 20vw;
  width: 20vw;
  background-size: cover;
  background-position: center;
  box-shadow: 3px 3px 7px 5px #88888854;
  border-radius: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  cursor: pointer;
  margin: 2em 0em;
}
.showroom_entry .collections_container .collection .image .title {
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 3px 3px 7px 5px #88888854;
  text-transform: uppercase;
  padding: .5em 1em;
  text-align: center;
  pointer-events: none;
}
.showroom_entry .collections_detail_container {
  margin: 4em 0em;
  display: flex;
  justify-content: center;
}
.showroom_entry .collections_detail_container .details {
  border-radius: 10px;
  box-shadow: 3px 3px 7px 5px #88888854;
  padding: 1em;
  padding-bottom: 1.5em;
  display: none;
  width: 100%;
}
.showroom_entry .collections_detail_container .details .pog .toggle_pog_button_container {
  text-align: center;
}
.showroom_entry .collections_detail_container .details .pog .toggle_pog_button_container button {
  background-color: white;
  padding: .5em 1em;
  text-transform: uppercase;
  color: #03A9F4;
  border: 2px solid #03A9F4;
  border-radius: 2em;
  font-size: .8em;
  margin: .5em;
  cursor: pointer;
}
.showroom_entry .collections_detail_container .details .pog .toggle_pog_button_container button:hover {
  background-color: #03A9F4;
  color: white;
  border: 2px solid #03A9F4;
}
.showroom_entry .collections_detail_container .details .pog .pog_img {
  cursor: pointer;
  border-radius: 10px;
}
.showroom_entry .collections_detail_container .details .pog .pog_img:hover {
  box-shadow: 3px 3px 7px 5px #88888854;
}
.showroom_entry .collections_detail_container .details .pog .mod {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  background-color: rgb(0 0 0 / 60%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.showroom_entry .collections_detail_container .details .pog .mod img {
  pointer-events: none;
  height: auto;
  max-height: 100%;
}
.showroom_entry .collections_detail_container .details .pog {
  margin-top: 2em;
}
.showroom_entry .collections_detail_container .details h6 {
  text-align: center;
}
.showroom_entry .collections_detail_container .details .configurators_container .configurator {
  display: none;
}
.showroom_entry .collections_detail_container .details .configurators_container .configurator section {
  left: 0px;
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1.5em;
}

.showroom_entry .collections_detail_container .details .configurator iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  box-shadow: 3px 3px 7px 5px #88888854;
  border-radius: 10px;
  margin-top: 1.5em;
  border: 1px solid white;
}
.showroom_entry .collections_detail_container .details .rx iframe {
  width: 100%;
  height: 86vw;
  box-shadow: 3px 3px 7px 5px #88888854;
  border-radius: 10px;
  margin-top: 1.5em;
  border: 1px solid white;
}
.showroom_entry .collections_detail_container .details .rx section {
  left: 0px;
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1.5em;
}
.showroom_entry .collections_detail_container .details .rx section iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  min-width: 100%;
  width: 100%;
}
.showroom_entry .collections_detail_container .details .rx div,
.showroom_entry .collections_detail_container .details .configurator div {
  margin: 2em .5em 0em 0.5em;
  box-shadow: 3px 3px 7px 5px #88888854;
  height: 18vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.showroom_entry .collections_detail_container .details .titles {
  display: flex;
  justify-content: space-between;
}
.showroom_entry .collections_detail_container .details .titles .titles_container .title {
  text-transform: uppercase;
  font-size: 2em;
}
.showroom_entry .collections_detail_container .details .buttons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.showroom_entry .collections_detail_container .details .buttons .icon {
  flex: 0 1 25%;
}
.showroom_entry .collections_detail_container .details .buttons .icon img {
  box-shadow: 3px 3px 7px 5px #88888854;
  border-radius: 20em;
  border: 1px solid white;
  cursor: pointer;
  width: 80%;
  margin-bottom: 2vw;
}
.showroom_entry .collections_detail_container .details .buttons .icon img:hover {
  border: 1px solid gray;
  transform: scale(1.1);
  box-shadow: 3px 3px 7px 5px rgb(136 136 136 / 0.6);
}
.showroom_entry .collections_detail_container .details .
.showroom_entry .collections_detail_container .details .titles .titles_container .title {
  text-transform: uppercase;
  font-size: 2em;
}
.showroom_entry .collections_detail_container .details .titles .titles_container .description {
  font-size: .9em;
  /* margin-bottom: 2em */
}
.showroom_entry .collections_detail_container .details .titles .x {
  /* margin-top: .5em; */
}
.showroom_entry .collections_detail_container .details .titles .x .fas {
  font-size: 1.5em;
  cursor: pointer;
  color: gray;
  border: 2px solid white;
  border-radius: 10em;
  padding: 0px 0px 0px 0px;
  margin: 2px 1px 1px 1px;
}
.showroom_entry .collections_detail_container .details .titles .x .fas:hover {
  color: black;
  border: 2px solid;
  padding: 2px 1px 1px 1px;
  margin: 0px 0px 0px 0px;

}
.showroom_entry .collections_container .collection:hover .image {
  border: 1px solid gray;
  transform: scale(1.1);
  box-shadow: 3px 3px 7px 5px rgb(136 136 136 / 0.6);
}
.showroom_entry .collections_container .collection:hover .image .title {
  transform: scale(0.9);
  background-color: rgb(255 255 255 / 0.8);
}
.showroom_category_links_container {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
}
.showroom_category_links_container a {
  flex: 1 0 25%;
  text-decoration: none;
}
.showroom_category_links_container a .link_item {
  background-size: cover;
  background-position: center;
  margin: 4px;
  border: 1px solid white;
  box-shadow: 2px 2px 3px 2px rgb(136 136 136 / 0.2);
  border-radius: 4px;
}
.showroom_category_links_container a h3 {
  text-align: center;
  margin: 0;
  padding: 2em;
  margin: -1px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 2em;
}
.showroom_category_links_container a h3:hover {
  background-color: rgb(0 0 0 / 0.4);
  color: white;
  font-weight: 300;
}
.showroom_category_links_container a .active {
  background-color: rgb(0 0 0 / 0.4);
  color: white;
  border-bottom: 2px solid #03A9F4;
  font-weight: 300;
}
.showroom_container .categories_nav_title a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: .7em;
  margin: 0;
  margin-left: 1em;
  color: black;
}
.showroom_container .categories_nav_title a:hover {
  color: #03A9F4;
}

/* MIGHTY MUG PAGE */
.mighty_mug {

}
.mighty_mug .banner {
  background-position: center;
  background-size: cover;
  height: 52vw;
  width: 100%;
}
.mighty_mug .banner .content {
  float: right;
  text-align: center;
  width: 27vw;
  margin: 3vw 1vw;
}
.mighty_mug .banner .content img {
  width: 16vw;
}
.mighty_mug .banner .content .copy {
  color: black;
  font-size: 4.5vw;
  text-transform: uppercase;
  font-weight: bold;
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-6deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-6deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-6deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-6deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-6deg, 0deg);
  letter-spacing: 0px;
  line-height: 1;
  -webkit-text-stroke: 2px black;
}
.mighty_mug .banner .content div {
  font-size: 4.5vw;
}
.mighty_mug .subtitle {
  text-align: center;
  margin: 1em;
}
.mighty_mug .subtitle h3 {
  font-size: 3em;
  font-weight: bolder;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.mighty_mug .subtitle div {
  font-size: 2em;
}
.mighty_mug .gif_container {
  display: flex;
  justify-content: space-between;
}
.mighty_mug .gif_container img {
  flex: 1;
  width: 5vw;
  height: 100%;
}
.mighty_mug .description {
  background-position: right;
  background-size: 48%;
  background-repeat: no-repeat;
}
.mighty_mug .description .text {
  width: 56%;
  text-align: center;
  padding: 2em;
}
.mighty_mug .description h3 {
  font-size: 4vw;
  font-weight: bolder;
  font-family: 'Open Sans', sans-serif;
}
.mighty_mug .description .desc {
  font-size: 3.5vw;
}
.mighty_mug .video {
  display: flex;
  justify-content: center;
}
.mighty_mug .video .video_button {
  background-color: #03A9F4;
  color: #03A9F4;
  font-size: 2.5em;
  text-decoration: none;
  padding: .5em 2em;
  border-radius: 5em;
  margin: 1em;
  display: block;
  width: fit-content;
  border: 2px #03A9F4 solid;
  background: linear-gradient(to right, #03A9F4, #03A9F4);
  background-repeat: no-repeat;
  background-size: 0 100%;
  cursor: pointer;
  text-align: center;
}
.mighty_mug .video .video_button:hover {
  color: white;
  background-size: 100% 100%;
}
.mighty_mug .video iframe {
  /* height: 51.4vw; */
}
.mighty_mug .vid_mod_container {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  background-color: rgb(0 0 0 / 60%);
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.mighty_mug .vid_mod_container iframe {
  border: 1px solid white;
}

/* PLANET ZAK */
.planet_zak {
  margin-top: 2em;
}

.planet_zak .section {
  /* box-shadow: 3px 3px 7px 5px #88888854;
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 2em; */
}
.planet_zak .video_container {
  text-align: center;
  margin-bottom: 2em;
}
.planet_zak .video_container video {
  width: inherit;
  height: 44vw;
}
.planet_zak .section .content_container {
  /* padding: 1em;
  border-radius: 1em;
  border: 1px solid #e4f1e9; */
}
.planet_zak .sub_section_container {
  display: flex;
  justify-content: center;
}
.planet_zak .sub_section_container .sub_section_item:hover a img {
  transform: scale(1.1);
}
.planet_zak .sub_section_container .sub_section_item:hover a .description {
  background-color: lightblue;
}
.planet_zak .sub_section_container .sub_section_item a {
  text-decoration: inherit;
  color: black;
}
.planet_zak .sub_section_container .sub_section_item a .description {
}
.planet_zak ins {
  background: inherit;
  color: black;
  background-color: lightblue;
  padding: 2px 6px;
}
.planet_zak .sub_section_container .sub_section_item {
  padding: 1em;
  flex: 0 1 25%;
}
.planet_zak .product .sub_section_container .sub_section_item .description {
  border: 1px solid lightgray;
  padding: 1em;
  border-radius: 1em;
}
.planet_zak .section img {
  width: 100%;
}
.planet_zak .section .title_container {
  display: flex;
  justify-content: center;
}
.planet_zak .section .title_container h3 {
  text-transform: uppercase;
  font-size: 2em;
  border-bottom: 2px solid;
  color: #0097A7;
  width: inherit;
  text-align: center;
}
.planet_zak .section .title_container h3:hover {
  /* width: 100%; */
}
.planet_zak .planeterra_product_container {
  padding: 1em;
}
.planet_zak .consumer_images_container {
  display: flex;
  justify-content: center;
}
.planet_zak .consumer_images_container .consumer_images_item {
  flex: 0 1 25%;
  padding: 1em;
}
.planet_zak .consumer_images_container .consumer_images_item img {
  width: 100%;
  height: 100%;
}

.planet_zak .consumer_images_container .consumer_images_item a img:hover {
  transform: scale(1.1);
}
.planet_zak .social_media .links_container {
  display: flex;
  justify-content: space-evenly;
}
.planet_zak .social_media .links_container .link {
  text-align: center;
}
.planet_zak .social_media .links_container .link span {
  display: block;
}
.planet_zak .social_media .links_container .link a {
  text-decoration: none;
}
.planet_zak .social_media .links_container .link a:hover {
  /* color: black !important; */
}
.planet_zak .social_media .links_container .link a:hover i {
  transform: scale(1.1);
  color: black !important;
}
.planet_zak .social_media .links_container .link i {
  font-size: 4em;
}

/* REPLACEMENT PAGE */
.replacement_email_verification_container {
  margin: auto;
  width: 50%;
}
.replacement_email_verification_container .sub_container {
  margin-bottom: 4em;
  border: 1px solid rgb(255,123,13);
  padding: 0px;
}
.replacement_email_verification_container .sub_container .freeform_form_has_errors {
  font-size: 1.2em;
  display: inline-block;
  color: red;
  font-weight: bold;
  border: 1px solid;
  width: -webkit-fill-available;
  padding: 1em;
  background-color: rgba(255, 0, 0, 0.1);
  margin-bottom: 1em;
}
.replacement_email_verification_container .sub_container .errors {
  list-style-position: unset;
  margin-left: 10px;
  list-style-type: circle;
  color: red;
  font-weight: bold;
  margin: 0;
  margin-top: 1em;
}
.replacement_email_verification_container .sub_container .description_container {
  background: rgb(255,123,13);
  background: -moz-linear-gradient(top, rgba(255,123,13,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,123,13,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,123,13,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffffff',GradientType=0 );
  padding: 2em;
}
.replacement_email_verification_container .sub_container .description_container i {
  color: #d83400;
}
.replacement_email_verification_container .sub_container .description_container h2 {
  color: white;
  letter-spacing: 3px;
}
.replacement_email_verification_container .sub_container .description_container p {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}
.replacement_email_verification_container .sub_container .select_part_type {
  text-align: center;
  border: 1px solid darkgray;
  padding: 1em;
  color: darkgray;
  cursor: not-allowed;
  margin: 2em 0em;
  background-color: lightgoldenrodyellow;
}
.replacement_email_verification_container .sub_container .replacement_checkout_form_button {
  display: none;
}
.replacement_email_verification_container .sub_container button[type=submit] {
  margin: 2em 0em;
  padding: 1em;
  width: 100%;
  text-align: center;
  background-color: #00c7ff;
  color: white;
  cursor: pointer;
}
.replacement_email_verification_container .sub_container button[type=submit]:hover {
  background-color: black;
}
.replacement_email_verification_container .sub_container .box {
  margin-bottom: 2em;
}
.replacement_email_verification_container .sub_container .box label {
  font-size: 1.5em;
  color: #00c7ff;
  display: block;
}
.replacement_email_verification_container .sub_container form {
  padding: 2em;
}
.replacement_email_verification_container label[for=form-input-cart_id] {
  display: none;
}
.replacement_email_verification_container .box.other {
  display: none;
}
.replacement_button_container {

}
.out_of_stock {
  color: red;
  font-size: 2em;
}
.replacement_form_container_button {
  display: inline-block;
  padding: 0em 1em;
  margin: auto;
  font-size: 2em;
  color: black;
  margin-top: 0.5em;
}
.replacement_form_container_button.contact {
  background-color: #E91E63;
}
.replacement_form_container_button.search {
  background-color: #03a9f4;
}
.replacement_form_container_button:hover {
  color: white;
}
.replacement_entry_search_container {
  /* background-color: #03a9f4; */
  padding: 1em;
}
.replacement_entry_search_container .glass_container {
  position: relative;
}
.replacement_entry_search_container .glass_container i {
  position: absolute;
  font-size: 2em;
  top: 8px;
  left: 11px;
  color: #03a9f4;
}
.replacement_entry_search_container input[type=text] {
  border-radius: 25px;
  border: 1px solid;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
  height: 3em;
  text-align: center;
}
.replacement_entry_search_container input[type=submit] {
  border: 0;
  padding: 1em 3em;
  background-color: #e91e63;
  color: white;
  border-radius: 25px;
}
.replacement_form_container {
  background-color: #e91e63;
  padding: 1em;
  display: none;
}
.replacement_form_container .freeform-row .freeform-column .freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
  color: yellow;
}
.replacement_form_container textarea[name=message],
.replacement_form_container input[type=text],
.replacement_form_container input[type=email],
.replacement_form_container input[type=file],
.replacement_form_container select[name=type] {
  /* background-color: #b10d45; */
  border-radius: 0px;
  border-color: #e91e63;
}
.replacement_contact_form_container {
  max-width: 800px;
  margin: auto;
  padding: 5em 0em;
}
.replacement_contact_form_container button[type=submit] {
  cursor: pointer;
  background-color: #03a9f4;
  color: wheat;
  padding: 1em 3em;
  height: 3em;
  margin: auto;
}
.replacement_contact_form_container button[type=submit]:hover {
  background-color: #0290d0;
}

.replacement_headline {
  color: black;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.replacement_search_container .replacement_search_glass {
  position: absolute;
  font-size: 2em;
  color: #03a9f4;
  margin-left: 10px;
  margin-top: 2px;
}
.replacement_search_container {
  width: 30em;
  margin: auto;
  display: block;
}
.expand_replacement_search_image {
  color: #ffa500;
  font-weight: bold;
  cursor: pointer;
}
.replacement_search_container form h3 {
  color: magenta;
}
.replacement_search_container form input[type=text] {
  height: 3em;
  border-radius: 2em;
  margin-bottom: 1em;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 1em;
}
.replacement_search_container form .submit_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.replacement_search_container form .submit_container .box {
  padding: 4px;
  margin: 1em 0em;
  border-radius: 10em;
  border: 1px solid white;
  height: 33px;
}
.replacement_search_container form .submit_container .box:hover {
  border: 1px solid red;
}
.replacement_search_container form .submit_container .box:hover input[type=submit] {
  background-color: red;
}
.replacement_search_container form .submit_container input[type=submit] {
  border: 0;
  padding: 0.5em 2em;
  border-radius: 8em;
  background-color: #03a9f4;
  color: white;
  display: none;
}
.replacement_item_container .form p {
  margin: 0;
}
.replacement_item_container .form button[type=submit] {
  width: 100%;
  cursor: pointer;
  background-color: #03a9f4;
  color: wheat;
}
.replacement_item_container .form button[type=submit]:hover {
  background-color: #0290d0;
}
.replacement_item_container .video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.replacement_item_container .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_container {
  margin: 2em 0em;
}
.details_container a {
  color: red;
}
.details_container a:hover {
  color: orange;
}
.details_container .buttons h3 {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0;
  background-color: #03a9f4;
  cursor: pointer;
  color: white;
}
.details_container .buttons h3.active {
  background-color: #d3d9de;
  color: black;
  cursor: auto;
}
.details_container .buttons h3.active:hover {
  background-color: #d3d9de;
  color: black;
  cursor: auto;
}
.details_container .buttons h3:hover {
  background-color: #0290d0;
}
.details_container .descriptions {
  padding: 1em;
  background-color: #d3d9de;
}
.replacement_search_entry .item_price {
  font-size: 1.8em;
  color: #00c7ff;
}
.replacement_search_entry .explore_button {
  display: block;
  border: 2px solid;
  color: red !important;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 0.5em;
}
.replacement_search_entry .explore_button:hover {
  background-color: red;
  color: white !important;
  border: 2px solid red;
}
.replacement_search_entry .replacement_item_button {
  background-color: magenta;
  width: 100%;
  padding: 6px;
  border: 2px solid magenta;
  border-bottom: 2px solid magenta;
  cursor: pointer;
}
.replacement_search_entry .replacement_item_button:hover {
  border: 2px solid magenta;
  border-bottom: 2px solid black;
  color: white;
}

/* CONTACT */

.contact_container {

}
.contact_container .select_container {
  padding: 0em 0em 1em 0em;
}
.contact_container .select_container select {
  padding: 0.5em;
  max-width: 88vw;
}
.contact_container .contact_reason_label {
  font-weight: bold;
}
.contact_container .contact_reason_label:after {
  content: "*";
  margin-left: 5px;
  color: red;
}
.contact_container button[type=submit] {
  cursor: pointer;
  background-color: #03a9f4;
  color: wheat;
  padding: 1em 2em;
  /* height: 50%; */
  margin: auto;
}
.contact_container button[type=submit]:hover {
  background-color: #0290d0;
}
.contact_container .terms {
  background-color: lightgray;
}
.contact_container .terms p {
  padding: 1em;
  margin: 0em;
}

/* CONSENT */

.privacy_notice_container {
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
  background: rgb(37,141,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}
.privacy_notice_container h5,
.privacy_notice_container p {
  margin: 0;
}
.privacy_notice_container .blurb {
  padding: 2em 2em 1em 2em;
}
.privacy_notice_container .blurb a {
  color: #FFC107;
}
.privacy_notice_container .blurb a:hover {
  color: yellow;
}
.privacy_notice_container .blurb .approval_container {
  text-align: center;
}
.privacy_notice_container .blurb .notice_approve {
  text-decoration: none;
  padding: 0.5em 2em;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  margin: 0.5em;
}
.privacy_notice_container .blurb .notice_approve:hover {
  background-color: #FFC107;
  padding: 0.3em 3em;
  margin: 0.7em;
}
.newsletter_notice_container {
  display: none;
}
.newsletter_notice_container .newsletter_form_container {
  position: fixed;
  top: 10em;
  left: 12em;
  right: 12em;
  background-color: white;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 10px 8px #888888;
}
.newsletter_notice_container .newsletter_background {
  background-color: black;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  display: block;
  position: fixed;
  z-index: 1;
  opacity: 0.2;
}
.newsletter_notice_container .newsletter_background:hover {
  opacity: 0.3;
}
.newsletter_notice_container .newsletter_form_container .content_container {
  padding: 3em;
  border-radius: 0px;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container {
  width: 80%;
  margin: auto;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .ex {
  position: absolute;
  top: 0em;
  right: 0em;
  font-size: 2em;
  color: black;
  background-color: rgba(255, 255, 255, 0.2);;
  padding: 2px 10px;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .ex:hover {
  background-color: rgba(255, 255, 255, 1);;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container input[type=email] {
  margin: 1em 0em;
  height: 3em;
  border-radius: 4em;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container {
  text-align: center;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container input[type=submit] {
  background-color: #09ec6a;
  border: 1px solid #09ec6a;
  padding: 1em 2em;
  font-weight: bold;
  margin: 0em 2em;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container input[type=submit]:hover {
  background-color: white;
  color: #09ec6a;
  padding: 0.5em 3em;
  margin: 0.5em 1em;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container .notice_approve {
  margin: 0em 1em;
  display: inline-block;
  background-color: #b3b3b3;
  padding: 1em 2em;
  text-decoration: none;
  color: #525252;
  border: 1px solid #b3b3b3;
}
.newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container .notice_approve:hover {
  background-color: white;
  color: black;
  padding: 0.5em 3em;
  margin: 0.5em 0em;
  border: 1px solid black;
}

/* ABOUT */

video {
  width: 100%;
}

/* REPLACEMENT CART */
form .instruction {
  background-color: #00c7ff;
  padding: 1em !important;
  margin-bottom: 1em;
}
.add_to_cart .explore_button {
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  border: 2px solid red;
  color: red;
  display: block;
  text-decoration: none;
  margin: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  width: 90%;
}
.add_to_cart .explore_button:hover {
  background-color: red;
  color: white;
}
.add_to_cart .replacement_item_button {
  background-color: magenta;
  width: 100%;
  padding: 10px;
  border: 2px solid magenta;
  border-bottom: 2px solid magenta;
  cursor: pointer;
}
.add_to_cart .replacement_item_button:hover {
  border: 2px solid magenta;
  border-bottom: 2px solid black;
  color: white;
}
.return_cart_container {
  background-color: #eff5f7;
  display: none;
  max-width: 1216px;
}
.return_cart_container .submit_container {
  padding: 1em;
}
.replacement_cart_subtotal {
  color: white;
  background-color: #00c7ff;
  border-bottom: 2px solid orange;
  font-family: 'Raleway', sans-serif;
  padding: 0.3em;
  font-size: 2em;
  display: flex;
  width: 100%;
}
.replacement_cart_subtotal .subtotal_container {

}
.replacement_cart_subtotal .price {
  color: red;
  font-weight: bold;
}
.replacement_cart_subtotal .subtotal_buttons {
  display: flex;
}
.replacement_cart_subtotal .subtotal_buttons a {
  width: 50%;
  margin: 0em 1em;
  font-size: initial;
  text-align: center;
  padding: 0.5em;
  text-decoration: none;
  color: black;
  font-weight: bold;
  border: 2px solid #00c7ff !important;
}
.replacement_cart_subtotal .subtotal_buttons a:hover {
  border-radius: 50px;
  border: 2px solid white !important;
}
.replacement_cart_subtotal .subtotal_buttons .view {
  background-color: orange;
}
.replacement_cart_subtotal .subtotal_buttons .view.active {
  background-color: #01a8d7;
}
.replacement_cart_subtotal .subtotal_buttons .proceed {
  background-color: magenta;
}
.return_cart_container .submit_container input[name=next] {
  padding: 0.8em 1em;
  background-color: #00c7ff;
  border: 0;
  border-radius: 22px;
  color: white;
}
.return_cart_container .submit_container input[name=next]:hover {
  background-color: orange;
}
.return_cart_container .submit_container input[name=empty_cart] {
  padding: 0.8em 1em;
  background-color: red;
  border: 0;
  border-radius: 22px;
  color: white;
}
.return_cart_container .submit_container input[name=empty_cart]:hover {
  background-color: black;
}
.return_cart_container .replacement_cart_item {
  padding: 1em;
  border: 1px solid #eff5f7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.return_cart_container .replacement_cart_item a {
  text-decoration: none;
}
.return_cart_container .replacement_cart_item h4 {
  font-family: 'Raleway', sans-serif;
  color: #8293a2;
  text-align: left;
}
.return_cart_container .replacement_cart_item h4:hover {
  color: black;
}
.return_cart_container .replacement_cart_item:hover {
  background-color: white;
}
.return_cart_container .replacement_cart_item .price {
  font-size: 1.5em;
  color: #8293a2;
}
.return_cart_container .replacement_cart_item {

}
.cart_item_to_delete {
  background-color: #ffdcdc !important;
  border: 1px solid red !important;
}
.return_cart_container .replacement_cart_item img {
  display: block;
  width: 80%;
  margin: 1em auto;
}
.return_cart_container .replacement_cart_item .item_subtotal {
  font-size: 1.6em;
  color: #FF5722;
}
.return_cart_container .replacement_cart_item .replacement_quantity_selector input {
  width: 3em;
  text-align: center;
}
.return_cart_container .replacement_cart_item .replacement_quantity_selector .subtract,
.return_cart_container .replacement_cart_item .replacement_quantity_selector .add {
  position: relative;
  cursor: pointer;
  font-size: 2em;
}
.return_cart_container .replacement_cart_item .replacement_quantity_selector .subtract:active,
.return_cart_container .replacement_cart_item .replacement_quantity_selector .add:active {
  bottom: 2px;
}
.quantity_selector {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.replacement_checkout_container {

}
.replacement_checkout_container input[type=text] {
  border: none;
  border-radius: 0;
  border-left: solid 1px #8293a2;
  border-bottom: solid 1px #8293a2;
  margin: 4px 0px;
}
.replacement_checkout_container select {
  padding: 6px;
}
.replacement_checkout_container div.full {
  border: 1px solid #00c7ff;
  padding: 1em;
  margin-bottom: 1em;
}
.replacement_checkout_container h2 {
  color: black;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.replacement_checkout_container h2 span {
  color: #8293a2;
  font-size: .6em;
}
.replacement_checkout_container h2 span span {
  font-size: 2em !important;
  top: 12px !important;
}
.replacement_checkout_container .required {
  font-size: 14px;
  color: red;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.replacement_checkout_container .order_total .balance {
  display: flex;
  justify-content: space-between;
}
.replacement_checkout_container .order_total .balance b {
  font-size: 1.5em;
}
.replacement_checkout_container .order_total .price {
  text-align: right;
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}
.replacement_checkout_container .submit_container {
  display: inline-block;
  padding: 0em;
  border: 1px solid white;
  margin-bottom: 10px;
  margin-top: 5px;
}
.replacement_checkout_container .submit_container input[name=submit],
.replacement_checkout_container .submit_container input[name=next] {
  background-color: magenta;
  color: white;
  border: 1px solid;
  padding: 1em 1em;
  text-align: center;
}
.replacement_checkout_container .submit_container:hover {
  padding: 5px;
  border: 1px solid #00c7ff;
  margin-bottom: 5px;
  margin-top: 0px;
}
.replacement_checkout_container .back_to_billing {
  color: black;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
}
.replacement_checkout_container .back_to_billing:hover {
  letter-spacing: 1px;
}
.replacement_checkout_container .submit_container:hover input[name=submit],
.replacement_checkout_container .submit_container:hover input[name=next] {
  background-color: #00c7ff;
  color: white;
}
.replacement_checkout_container .notice_container {
  display: inline-flex;
}
.replacement_checkout_container .notice_container .notice_icon {
  background-color: orange;
  color: #FF5722;
  padding: 5px;
}
.replacement_checkout_container .notice_container .notice {
  background-color: #ffde8b;
  font-family: 'Raleway', sans-serif;
  padding: 0.5em;
  display: inline-block;
}
.cvv2 {
  display: none;
}

/* CATEGORY PAGE */

.filter_container {
  padding: 1em;
  right: 0;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  max-width: 46em;
  margin: 1em 0 2em auto;
  background-color: #8edcff;
}
.filter_container select {
  padding: 0.5em 1em;
  font: normal normal 14px Helvetica,Arial,Sans-Serif;
  border: none;
}
.filter_container select option:first-child {
  background-color: #cdd4da;
  color: white;
}
.filter_notice {
  /* border: 1px solid #03a9f4; */
  /* padding: 1em; */
  margin-bottom: 2em;
  /* background-color: #76d4ff; */
}
.filter_notice span {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #006fa2;
}
.filter_notice a {
  color: red;
}
.filter_notice a:hover {
  color: #8edcff;
}
.product_list {
  display: flex !important;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.product_list .main_content {
  height: 100%;
  flex-direction: column;
  display: flex !important;
  justify-content: space-between;
}
.category_description_container img {
  width: 100%;
  max-height: 45em;
  object-fit: contain;
}
.category_list a {
  text-decoration: none;
  overflow: hidden;
}
.category_list a:hover .category_container {
  transform: scale(1.1);
}
.category_list a:hover .category_name {
  padding-bottom: 1em;
  font-weight: bold;
}
.category_list .category_item {
  /* overflow: hidden; */
  height: 25vw;
  padding: 1em;
  max-height: 22em;
  margin-bottom: 2em;
}
.category_list .category_item h4 {
  display: block;
  position: relative;
  top: 1em;
  text-align: center;
}
.category_list h2 {
  color: black;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.category_container {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.category_container .category_name {
  width: 100%;
  text-align: center;
  color: black;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  padding: 0.2em;
  background-color: rgba(255, 255, 255, 0.4);
}

.product_list_item {
  border: 1px solid white;
  flex-direction: column;
  display: flex !important;
  justify-content: space-between;
  padding: 1em !important;
}
.product_list_item:hover {
  /* background-color: whitesmoke; */
  border: 1px solid #8293a2;
}
.product_list_item .image_container {
  text-align: center;
}
.product_list_item a {
  text-decoration: none;
}
.product_list_item .add_to_cart {
  text-align: center;
}
.product_list_item .add_to_cart button {
  background-color: #ffae36;
  width: 100%;
  padding: 10px;
  border: 2px solid #ffae36;
  border-bottom: 2px solid #ffae36;
  cursor: pointer;
}
.product_list_item .add_to_cart button:hover {
  border: 2px solid #ea981f;
  border-bottom: 2px solid magenta;
}

.product_list_item:hover .description_container h2 {
  color: black;
}
.product_list_item:hover .item_price {
  color: black;
}
.product_list_item .description_container h2 {
  color: #8293a2;
}
.product_list_item .description_container h3,
.product_list_item .description_container h4 {
  color: #8293a2;
}
.product_list_item .item_price {
  color: #8293a2;
  font-size: 2em;
  position: relative;
  left: 0em;
  text-align: center;
}

/* AMZ PRODUCT PAGE */
.amz_item_container {

}
.amz_item_container .related_itmes_container {
  display: inline-flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.amz_item_container .reviews {
  margin-top: 2em;
}
.amz_item_container .reviews h4 {
  margin: 0;
}
.amz_item_container .reviews .hilight,
.amz_item_container .reviews .hilight a {
  color: red;
  font-size: 1.2em;
}
.amz_item_container .reviews .review_stars_container {
  text-decoration: none;
  display: inline-block;
}
.amz_item_container .reviews .review_stars_container:hover .stars {
  color: red;
}
.amz_item_container .reviews .stars {
  font-size: 2em;
  color: #ffae36;
  position: absolute;
  /* padding-top: 6px; */
}
.amz_item_container .reviews .stars i {
  margin-right: 7.3px;
}
.amz_item_container .reviews .star_background {
  color: lightgray;
  font-size: 2em;
}
.amz_item_container .note {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.amz_item_container .note .note_link {
  margin-top: 1em;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: red;
  cursor: auto;
}
.amz_item_container .note .note_link:hover {
  color: #03a9f4;
}
.amz_item_container .note .note_link.active {
  color: #03a9f4;
}
.amz_item_container .note .note_content {
  /* display: none; */
  background-color: #03a9f4;
  color: white;
  padding: 1em;
}
.amz_item_container .share_container {
  padding: 2em 0em;
}
.facebook_btn {
  color: #3a559f;
}
.facebook_btn:hover {
  background-color: #3a559f;
  color: white;
}
.twitter_btn {
  color: #50abf1;
}
.twitter_btn:hover {
  background-color: #50abf1;
  color: white;
}
.pinterest_btn {
  color: red;
}
.pinterest_btn:hover {
  background-color: red;
  color: white;
}
.reddit_btn {
  color: #f84300;
}
.reddit_btn:hover {
  background-color: #f84300;
  color: white;
}
.linkedin_btn {
  color: #0074b2;
}
.linkedin_btn:hover {
  background-color: #0074b2;
  color: white;
}
.email_btn {
  color: gray;
}
.email_btn:hover {
  background-color: gray;
  color: white;
}
.amz_item_container .share_container .buttons {
}
.amz_item_container .share_container .buttons a {
  font-size: 2em;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
}
.amz_item_container h2,
.amz_item_container h3 {
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.amz_item_container .price {
  color: red;
  font-size: 1.5em;
  display: inline-block;
}

/* PRESS */
.press_page {

}
.press_page .press_container .press_list_container {
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.press_page .press_container .press {
  text-align: center;
}
.press_page .press_container .press img {
  width: 90%;
}
.press_page .press_container .press a {
  text-decoration: none;
}
.press_page .press_container .press a:hover img {
  transform: scale(1.03) rotate(3deg);
}
.press_page .press_entry img {
  width: 100%;
}
.press_page .press_entry .entry_content {
  background-color: #cdd4da;
  margin-bottom: 2em;
}

/* SITEMAP */
.sitemap {

}
.sitemap ul {
  margin: 0em;
  margin-left: 2em;
}
.sitemap li {
  font-family: 'Raleway', sans-serif;
  text-transform: lowercase;
  font-weight: bold;
}
.sitemap a {
  text-decoration: none;
  font-size: 1.2em;
  color: #03a9f4;
}
.sitemap a:hover {
  color: red;
}

/* FOOTER */
footer {
  /* border-top: 1px solid #8293a2; */
  padding: 1em 0em 1em 0em;
  width: 100%;
  flex-shrink: 0;
  max-width: inherit;
  margin-bottom: 3em;
}
footer .footer-content {
  padding: 0;
  border-top: 0;
}
footer .links_container .active {
  color: red;
  text-decoration: underline;
}
footer #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 1em;
}
footer #mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
footer #mc_embed_signup input.email {
  border: none;
  border-bottom: 2px solid #03A9F4;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0.4em;
  border-radius: 0;
  display: inline-block;
  margin-right: 0;
}
footer #mc_embed_signup .button_container {
  display: inline-block;
}
footer #mc_embed_signup input.button {
  display: block;
  width: min-content;
  margin: 0;
  min-width: min-content;
  position: relative;
  right: 5em;
  background-color: inherit;
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
footer #mc_embed_signup input.button:hover {
  background-color: inherit;
}
footer .links_container {
  display: flex;
  padding: 1em 0 2em 0;
}
footer .links_container a {
  color: #8293a2;
  text-decoration: none;
}
footer .links_container a:hover {
  color: #03a9f4;
}
footer .links_container .links a:hover {
  text-decoration: underline;
}
footer .links {
  align-self: center;
}
footer .links ul {
  list-style: none;
  margin: 0;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
footer .links ul li {
  margin: 0em 0.3em;
  white-space: nowrap;
}
footer .social ul {
  list-style-position: inherit;
  margin-left: 0;
  list-style: none;
  display: flex;
  padding: 0;
  padding-right: 0.5em;
  justify-content: flex-end;
  margin: 0;
}
footer .social ul a {
  font-size: 2em;
  padding-right: 0.5em;
}

/* BREADCRUMB */

.breadcrumb {
  width: 100%;
}
.breadcrumb a {
  color: #8293a2;
  text-decoration: none;
  display: inline-block;
}
.breadcrumb a:hover {
  color: red;
  padding-left: 5px;
}

/* PAGINATE */

.paginate {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.paginate a {
  color: #8293a2;
}
.paginate a:hover {
  color: black;
  background-color: #8293a2;
}
.paginate a.act {
  background-color: red;
}
.paginate a.act:hover {
  color: white;
  background-color: black;
}

/* SIDEBAR */

.sidebar h2 {
  color: black;
}
.sidebar li a {
  color: red;
  text-decoration: none;
}
.sidebar li a:hover {
  color: #8293a2;
}
.sidebar li:before {
  content: '' !important;
}
.sidebar form #keywords {
  border-top: 0;
  border-right: 0;
  border-radius: 0;
}

/* ZAK ADMIN */
.zak_admin_container .loader {
  position: fixed;
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #03A9F4;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  top: 30vw;
  z-index: 100;
  left: 40%;
}
.zak
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.zak_admin_container .error_report_container {
  text-align: center;
  display: none;
}
.zak_admin_container .error_report_container .error_report {
  background-color: #ffa200;
  width: 50%;
  margin: auto;
  display: block;
  padding: 2em;
  margin-bottom: 2em;
  margin-top: 2em;
  border: 1px solid #8e5a00;
  color: #8e5a00;
  border-radius: 4px;
}
.zak_admin_container .red {
  color: red;
}
.zak_admin_container .zak_admin_nav_container {
  text-align: center;
  position: relative;
  top: 5px;
}
.zak_admin_container .zak_admin_nav_container a {
  text-decoration: none;
  background-color: #b5c9da;
  color: whitesmoke;
  padding: 0.5em 1em 1em 1em;
  margin: 0 1em;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.zak_admin_container .zak_admin_nav_container a:hover {
  transform: translate(0px, -5px);
}
.zak_admin_container .zak_admin_nav_container a.active {
  color: black;
  background-color: #e9f0f7;
  box-shadow: 5px 10px 11px rgba(136, 136, 136, 0.5);
}
.zak_admin_container .zak_admin_content {
  padding: 1em;
  background-color: #e9f0f7;
  box-shadow: 5px 10px 11px rgba(136, 136, 136, 0.5);
  position: relative;
  top: 1em;
  margin-bottom: 2em;
}
.zak_admin_container .zak_admin_content .get_reports_container .get_reports form input[type=submit] {
  background-color: #8293a2;
  border: 0;
  padding: 10px 30px;
  margin-top: 4px;
  color: white;
}
.zak_admin_container .zak_admin_content .get_reports_container .get_reports form input[type=submit]:hover {
  background-color: #94c0e6;
}
.zak_admin_container .go_button {
  background-color: magenta;
  padding: 1em 3em;
  margin: 1em 1em;
  display: inline-block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.zak_admin_container .clear_button {
  background-color: lightslategray;
  padding: 1em 3em;
  margin: 1em 1em;
  display: inline-block;
  text-decoration: none;
  color: white;
}
.zak_admin_container .top_seller_link {
  background-color: black;
  color: #E91E63;
  padding: 0.4em 1em;
  display: inline-block;
  margin: 0em;
  text-decoration: none;
  font-weight: 100;
  border-radius: 15px;
  float: right;
  position: absolute;
  right: 1em;
  top: -10px;
}
.zak_admin_container .top_seller_link:hover {
  background-color: #1f1f1f;
  color: white;
}
.zak_admin_container .zak_admin_content .dashboard_container .totals {
  display: block;
  margin-top: 2em;
}
.zak_admin_container .zak_admin_content .dashboard_container .totals .total_value {
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: red;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers {
  display: block;
  background-color: #bedbe4;
  border-radius: 0.5em;
  padding: 1em 0em 0em;;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers h3 {
  border-bottom: 1px solid gray;
  padding-bottom: 7px;
  margin-bottom: 0em;
  padding-left: 1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul {
  padding: 0em;
  margin: 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul li:nth-child(even) {
  padding: 1em;
  margin: 0em;
  background-color: #5db2f5;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul li:nth-child(odd) {
  padding: 1em;
  margin: 0em;
  background-color: #87caff;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul li a {
  color: black;
  font-size: 1.1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul li a:hover {
  color: red;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers ul li div span {
  color: red;
  font-size: 1.2em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time {
  display: block;
  background-color: #FF5722;
  border-radius: 0.5em;
  padding: 1em 0em 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time h3 {
  border-bottom: 1px solid #E91E63;
  padding-bottom: 7px;
  margin-bottom: 0em;
  padding-left: 1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul {
  padding: 0em;
  margin: 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul li:nth-child(even) {
  padding: 1em;
  margin: 0em;
  background-color: #ff9f81;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul li:nth-child(odd) {
  padding: 1em;
  margin: 0em;
  background-color: #ff784d;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul li a {
  color: black;
  font-size: 1.1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul li a:hover {
  color: #E91E63;
}
.zak_admin_container .zak_admin_content .dashboard_container .top_sellers_all_time ul li div span {
  color: #673AB7;
  font-size: 1.2em;
}
.zak_admin_container .zak_admin_content .dashboard_container .map_container {
  margin: 1em 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .map_container #map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }
.zak_admin_container .zak_admin_content .dashboard_container .carts {
  padding: 0em;
  margin: 1em 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts h3 {
  margin: 0em;
  padding: 0.5em;
  background-color: orange;
  border-radius: 0.5em 0.5em 0em 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container {
  margin: 0em;
  padding: 0em;
  display: none;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .show_all_carts {
  margin: 0.5em;
  display: inline-block;
  background-color: #03a9f4;
  color: black;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 2em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .show_all_carts:hover {
  background-color: #b57500;
}

.zak_admin_container .zak_admin_content .dashboard_container .carts .show_all_carts.active {
  background-color: white;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item {
  padding: 0em;
  margin: 0em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_details {
  border-bottom: 1px solid orange;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_details h4 {
  display: inline;
  font-size: 1.5em;
  color: black;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_details .see_cart_items {
  background-color: black;
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  border-radius: 2em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_details .see_cart_items:hover {
  background-color: #03a9f4;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_details .see_cart_items.active {
  background-color: orange;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item:nth-child(even) .cart_item_details {
  background-color: #cdd4da;
  padding: 1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item:nth-child(odd) .cart_item_details {
  background-color: #8293a2;
  padding: 1em;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_products {
  background-color: white;
  margin: 0em;
  padding: 0em;
  display: none;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_products li {
  list-style-type: none;
  padding: 0.5em;
  margin: 0em;
  border-bottom: 1px solid orange;
  border-left: 1px solid orange;
  border-right: 1px solid orange;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_products li:hover {
  background-color: #ffda96;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_products li a {
  color: red;
  text-decoration: none;
}
.zak_admin_container .zak_admin_content .dashboard_container .carts .carts_container .cart_item .cart_item_products li a:hover {
  color: #03a9f4;
  text-decoration: underline;
}
.referral_links {

}
.referral_links .dashboard_container {

}
.referral_links .dashboard_container .red {
  font-size: 1.5em;
  color: red;
}
.referral_links .dashboard_container .blue {
  color: #03A9F4;
}
.referral_links .dashboard_container .average_list ul {
  margin-left: 0px;
  list-style-type: none;
}
.referral_links .item_list {
  display: block;
}
.referral_links .item_list .salsify_content {
  text-align: center;
}
.referral_links .item_list .salsify_content i {
  font-size: 5em;
}
.referral_links .item_list .salsify_content .price {
  font-size: 2em;
  color: red;
}

.push_notifications_container {

}
.push_notifications_container .form_container {
  display: flex;
  flex: 1;
  justify-content: center;
}
.push_notifications_container form {
  /* width: 50%; */
  /* margin: auto; */
  background-color: #03a9f4;
  padding: 0 !important;
}
.push_notifications_container form h2 {
  background-color: orange;
  padding: .3em;
  margin: 0;
}
.push_notifications_container form .inputs_container {
  padding: 1em;
}
.push_notifications_container form .inputs_container p {
  width: fit-content;
  background-color: yellow;
  padding: .5em 2em;
  text-align: center;
  border: 2px dashed yellowgreen;
  margin: auto;
  margin-top: 1em;
}
.push_notifications_container form .inputs_container label span {
  padding: .5em;
  display: inline-block;
}
.push_notifications_container form .inputs_container select {
  border: none;
  padding: .5em;
  border: 1px solid;
  border-top: 2px solid orange;
}
.push_notifications_container form .inputs_container option {
  border: none;
}
.push_notifications_container form .inputs_container input[type=text],
.push_notifications_container form .inputs_container textarea {
  border-radius: 0;
  border: 1px solid black;
  border-top: 2px solid orange;
  padding: 1em;
}
.push_notifications_container form .inputs_container input[type=submit] {
  margin-top: 1em;
  width: 100%;
  border: 0;
  padding: 1em;
  background-color: darkslategray;
  color: white;
}
.push_notifications_container form .inputs_container input[type=submit]:hover {
  background-color: black;
}
.push_notifications_container form .inputs_container .form_loading {
  cursor: progress;
  margin-top: 1em;
  background-color: #e7e7e7;
  text-align: center;
  padding: .7em;
  color: darkgray;
}
.push_notifications_container #list {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 2em;
}
.push_notifications_container #list .list_items .list_item {
  background-color: #e7f6f9;
  padding: 0;
  border-top: 2px solid darkslategrey;
}
.push_notifications_container #list .list_items .list_item .list_item_title {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  padding: 1em;
  background-color: #9bc9d2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.push_notifications_container #list .list_items .list_item .list_item_title span button {
  padding: .5em 1em;
  position: relative;
  background: orangered;
  cursor: pointer;
}
.push_notifications_container #list .list_items .list_item .list_item_title span button:hover {
  background-color: black;
  color: white;
  font-weight: normal;
}
.push_notifications_container #list .list_items .list_item .list_item_title .date {
  font-style: italic;
  color: red;
  font-weight: bold;
  font-size: 1.1em;
}
.push_notifications_container #list .list_items .list_item .list_item_title .cat {
  background-color: white;
  padding: .3em 1em;
  margin: .2em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.push_notifications_container #list .list_items .list_item:nth-child(even) {
  background-color: #e7f6f9;
}
.push_notifications_container #list .list_items .list_item:nth-child(odd) {
  background-color: #cfe2e6;
}
.push_notifications_container #list .list_items .list_item .list_item_content {

}
.push_notifications_container #list .list_items .list_item .list_item_content .title {
  display: flex;
  margin-top: .1em;
  align-items: center;
  padding-bottom: .5em;
}
.push_notifications_container #list .list_items .list_item .list_item_content .title span {
  background-color: white;
  flex: 1;
  margin: .3em;
  padding: .5em 1em;
  border: 1px solid darkgray;
  border-radius: .3em;
  color: gray;
}
.push_notifications_container #list .list_items .list_item .list_item_content .message div {
  background-color: white;
  flex: 1;
  margin: .5em 0em;
  padding: 1em;
  border: 1px solid darkgray;
  border-radius: .3em;
  color: gray;
}
.push_notifications_container #list .expand_list_button_container {
  display: flex;
  justify-content: center;
}
.push_notifications_container #list .expand_list_button_container button {
  margin: 1em;
  color: white;
  background-color: darkslategray;
  padding: 1em 2em;
  border-radius: 2em;
  cursor: pointer;
}
.push_notifications_container #list .expand_list_button_container button:hover {
  background-color: black;
}
.push_notifications_container #list h2 {
  display: flex;
  justify-content: space-between;
}
.push_notifications_container #no_list_results {
  display: flex;
  justify-content: center;
}
.push_notifications_container #no_list_results span {
  color: red;
  padding: 1em 3em;
  font-weight: bold;
  border: 1px solid;
  background-color: white;
  margin: 1em;
  font-size: 1.5em;
  text-transform: uppercase;
}
.push_notifications_container #error {
  display: flex;
  justify-content: center;
  margin: 3em;
}
.push_notifications_container #error span {
  background-color: red;
  font-size: 2em;
  padding: 1em;
  color: black;
  font-family: monospace;
}
.push_notifications_container .show_container {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 2em;
}
.push_notifications_container .show_container .show_buttons_container {
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}
.push_notifications_container .show_container .show_buttons_container button {
  padding: .5em 2em;
  border-radius: 2em;
  background-color: white;
  border: 1px solid;
  color: gray;
  cursor: pointer;
}
.push_notifications_container .show_container .show_buttons_container button:hover {
  background-color: gray;
  color: white;
}


#app .social_analytics_container {
  margin: 1em 0em;
}
#app .social_analytics_container .social_dashboard_container {
  width: 100%;
}
#app .social_analytics_container .buttons_container {
  background-color: lightgray;
  padding: 1em;
  margin: auto;
  text-align: center;
}
#app .social_analytics_container .buttons_container div {
  display: flex;
  justify-content: space-between;
  width: 20em;
  margin: auto;
}
#app .social_analytics_container .buttons_container h3 {
  margin: 0em 0em .5em 0em;
}
#app .social_analytics_container .buttons_container button {
  padding: .5em 1em;
  cursor: pointer;
  background-color: white;
  border-radius: 3em;
}
#app .social_analytics_container .buttons_container button:hover {
  background-color: #28b6f6;
}
#app .social_analytics_container .buttons_container button.inactive {
  cursor: not-allowed;
  background-color: black;
  color: gray;
}
#app .social_analytics_container .social_dashboard_container .summary_container {
  background-color: lightgray;
}
#app .social_analytics_container .social_dashboard_container .summary_container .summary {
  background-color: #03a9f4;
  padding: 1em;
  border-top: 2px solid #F44336;
  color: #004c6f;
  font-weight: bold;
}
.summary_container .summary a {
  float: right;
  padding: .5em;
  position: relative;
  top: -5px;
  color: white;
  text-decoration: none;
  font-weight: 100;
  border: 1px solid;
}
.summary_container .summary a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#app .social_analytics_container .social_dashboard_container .summary_container .summary .state {
  text-transform: uppercase;
  color: black;
  font-size: 1.1em;
}
#app .social_analytics_container .social_dashboard_container .summary_container .summary .total_count {
  color: red;
  font-size: 1.1em;
  background-color: #6fd0fc;
  padding: 4px;
  border-radius: 1em;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list {
  margin: 0;
  list-style: none;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item {
  margin: 0;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .sum {
  padding: .5em;
  display: inline-block;
}
#app .social_analytics_container .social_dashboard_container .listing .item button {
  float: right;
  margin-right: 1em;
  margin-top: 1em;
  padding: .5em 1em;
  cursor: pointer;
  position: relative;
  top: -4px;
}
#app .social_analytics_container .social_dashboard_container .listing .item button i {
  padding: 0 .5em 0 0;
}
#app .social_analytics_container .social_dashboard_container .listing .item button.closed {
  background-color: white;
}
#app .social_analytics_container .social_dashboard_container .listing .item button.opened {
  background-color: magenta;
  color: white;
}
#app .social_analytics_container .social_dashboard_container .listing .item button:hover {
  background-color: black;
  color: white;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item:nth-child(even) {
  background-color: #a4b6c4;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item:nth-child(odd) {
  background-color: #dbdbdb;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .item_sub_list {
  border-top: 2px solid white;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .item_sub_list ul {
  margin: 0;
  padding: 1em;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .item_sub_list ul:nth-child(even) {
  background-color: #e6b876;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .item_sub_list ul:nth-child(odd) {
  background-color: #ffd69b;
}
#app .social_analytics_container .social_dashboard_container .summary_container .listing .item_list .item .item_sub_list ul li {
  list-style: none;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_label {
  text-align: center;
  font-weight: bold;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container {
  display: flex;
  justify-content: space-evenly;
  height: 10em;
  width: 70%;
  margin: auto;
  padding: 2.4em 1em 0em 1em;
  background-color: rgba(255, 255, 255, .75)
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container {
  position: relative;
  flex: 1;
  cursor: pointer;
  z-index: 1;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container a {
  color: black;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container:hover .chart_item {
  background-color: rgba(255, 0, 0, 0.7);
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container:hover .chart_item_back {
  background-color: rgba(3, 169, 244, 0.4);

}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container .chart_item_back {
  position: absolute;
  background-color: rgba(3, 169, 244, 0.2);
  bottom: 0;
  width: 74%;
  height: 100%;
  z-index: -1;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container .chart_item {
  position: absolute;
  background-color: rgba(255, 0, 0, 0.5);
  border: 2px solid red;
  border-bottom: 0;
  bottom: 0;
  width: 70%;
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container .chart_item_label {
  width: 72px;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  padding-left: 6px;
  bottom: 50%;
  transform: rotate(-45deg)
}
#app .social_analytics_container .social_dashboard_container .summary_container .chart .chart_container .chart_item_container .chart_item_back .chart_item_count {
  position: relative;
  top: -24px;
  text-align: center;
  transform: rotate(-45deg);
}
#app .social_analytics_container .social_dashboard_container .date_picker_container {
  background-color: #d3d3d3;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker {
  display: flex;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 1em;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker label {
  flex: 1;
  text-align: center;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker input {
  flex: 3;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker #date_picker_submit {
  flex: 1;
  margin-left: 1em;
  background-color: #03a9f4;
  border-radius: 2em;
  border: 0;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker #date_picker_submit:hover {
  background-color: red;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker .hidden {
  visibility: hidden;
}
#app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker .visible {
  visibility: visible;
}
#app .social_analytics_container .social_dashboard_container .listing .item.refferal {
  margin-bottom: 0;
}
#app .social_analytics_container .social_dashboard_container .listing .item .details {
  padding: 1em;
}
#app .social_analytics_container .social_dashboard_container .listing .item:nth-child(odd) {
  background: #bdbdbd;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item {
  flex: 1 0 21%;
  margin: .5em;
  background-color: white;
  border: 1px solid lightgray;
  /* max-width: 22%; */
  padding: .5em;
  box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.18);
  position:relative;
  top: 0px;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item img {
  width: 100%;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item:hover {
  top: -2px;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item .amz_detail_links {
  display: flex;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item h6 {
  color: red;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item .amz_detail_links a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: .5em;
  padding: .3em;
  color: black;
  background-color: #f0f0f0;
}
#app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item .amz_detail_links a:hover {
  background-color: black;
  color: white;
}
.summary_container form {
  display: flex;
  width: 60%;
  margin: auto;
  padding: .5em;
}
.summary_container form input, .summary_container form label, .summary_container form button {
  flex: 1;
  margin: .5em;
}
.summary_container form input[type=text] {
  flex: 6;
}
.summary_container form label {
  padding: .5em;
}
.summary_container form input[type=submit] {
  border: 0;
  background-color: #03a9f4;
  color: black;
  border-radius: 2em;
  padding: .5em;
}
.summary_container form input[type=submit]:hover {
  background-color: magenta;
  color: white;
}
.summary_container form button {
  border-radius: 2em;
  background-color: white;
  cursor: pointer;
}
.summary_container form button:hover {
  background-color: black;
  color: white;
}
.invisible {
  visibility: hidden;
}
.summary_container .search_term {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: .5em;
}
.summary_container .search_term span {
  background-color: white;
  border: solid 1px darkgray;
  padding: 0.1em .6em;
}
.summary_container .instruction {
  margin: auto;
  width: 60%;
}


/* SPINNER */
.loading_title {
  text-align: center;
  color: #03a9f4;
  position: relative;
  display: block;
  top: 4em;
}
.sk-folding-cube {
  padding: 4em;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03a9f4;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}



.coronavirus_login_container {

}
.coronavirus_login_container input {
  border-radius: 2em;
  padding: .5em;
  text-align: center;
}
.coronavirus_login_container button {
  margin: 1em 0em;
  background-color: #03a9f4;
  padding: 1em;
  cursor: pointer;
  border-radius: 2em;
}
.coronavirus_login_container button:hover {
  color: white;
  background-color: red;
}
.coronavirus_videos_list {

}
.coronavirus_videos_list .list_item {
  padding-bottom: .5em;
  border-bottom: 1px solid gray;
  margin-bottom: .5em;
}
.coronavirus_list_container {}
.coronavirus_list_container .logout_container {
  margin: 1em;
  display: inline-block;
}
.coronavirus_list_container .logout_icon {
  padding: .5em;
  color: white;
  background-color: red;
  border: 1px solid red;
}

.coronavirus_list_container .logout {
  display: inline-block;
  color: red;
  padding: .5em 1.5em;
  text-decoration: none;
  border: 1px solid red;
}
.coronavirus_list_container .logout_container:hover .logout_icon {
  padding: .5em 1em;
  background-color: white;
  color: red;
  border: 1px solid red;
}
.coronavirus_list_container .logout_container:hover .logout {
  background-color: red;
  color: white;
  border: 1px solid red;
  padding: .5em 1em;
}

/* REP NET */

.repnet_active {
  color: white !important;
  background-color: #00c7ff !important;
  border-bottom: 2px solid orange !important;
}
.rep_net_container {
  margin: 2em 0em;
}
.rep_net_container .category_list {
  margin-bottom: 2em;
}
.rep_net_container .category_list h2,
.rep_net_container .category_list h3,
.rep_net_container .category_list h4 {
  font-family: 'Raleway', sans-serif;
  color: black;
  font-weight: bold;
}
.rep_net_container .category_list .list_container {
  margin: 0px 10px;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.rep_net_container .category_list h2 {
  background-color: #8293a2;
  margin: 0;
  padding: 0.4em;
  border-bottom: 2px solid red;
  cursor: pointer;
}
.rep_net_container .category_list h4 {
  color: red;
}
.rep_net_container .category_list h2:hover {
  color: white;
  background-color: #00c7ff;
  border-bottom: 2px solid orange;
}
.rep_net_container .category_list ul {
  /* list-style-type: none; */
  margin: 0;
}
.rep_net_container .category_list .repnet_item {
  margin: 1em 0em;
  text-align: center;
  border: 2px solid white;
  padding: 10px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.rep_net_container .category_list .repnet_item:hover {
  background-color: #e4f7f7;
  border: 2px solid #b9d0e4;
}
.rep_net_container .category_list .repnet_item:hover .buttons_container {
  transform: scale(1.08);
}
.rep_net_container .category_list .repnet_item .buttons_container {

}
.rep_net_container .category_list .repnet_item .thumbnail {
  width: 90%;
  margin-bottom: 1em;
  cursor: pointer;
  border: 1px solid white;
}
.rep_net_container .category_list .repnet_item .thumbnail:hover{
  border: 1px solid #b9d0e4;
}
.rep_net_container .category_list .repnet_item .view_online {
  display: inline-block;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  background-color: #00bfd0;
  margin-bottom: 0.5em;
  padding: 0.5em;
  color: white;
  border: solid 2px white;
}
.rep_net_container .category_list .repnet_item .view_online:hover {
  border: solid 2px #008e9a;
  color: #008e9a;
}
.rep_net_container .category_list .repnet_item .download_file {
  display: inline-block;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  background-color: red;
  margin-bottom: 0.5em;
  padding: 0.5em;
  color: white;
  border: solid 2px white;
}
.rep_net_container .category_list .repnet_item .download_file:hover {
  border: solid 2px #8e0000;
  color: #8e0000;
}

/* CART */

.nothing_in_cart {
  text-align: center;
  margin: 7em;
}
.nothing_in_cart h2 {
  font-size: 4em;
  color: #03a9f4;
}
.nothing_in_cart h3 {
  color: #8293a2;
}
.nothing_in_cart i {
  font-size: 10em;
  transform: rotate(-20deg);
  padding: 0.2em;
}
.clear_cart_button {
  background-color: black;
  color: white;
  padding: 0.6em;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  text-align: center;
}
.clear_cart_button:hover {
  background-color: #4a4a4a;
  color: white;
}
.items_section .item:hover .cart_item_title {
  color: black;
}
.items_section .item:hover img {
  transform: scale(1.05);
}
.items_section .item .cart_item_title {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #8293a2;
}
.items_section .item button {
  padding: 0.5em;
  margin: 0.5em 0;
  background-color: #ffae36;
  cursor: pointer;
  border: 2px solid #ffae36;
  border-bottom: 2px solid #ffae36;
  display: none;
}
.items_section .item button:hover {
  border: 2px solid #ea981f;
  border-bottom: 2px solid magenta;
}
.checkout_container .checkout_button {
  background-color: #f9c372;
  color: black;
  text-decoration: none;
  padding: 0.5em;
  display: block;
  margin: 0.5em 0;
  border-radius: 6px;
  border: 1px solid #efa83d;
  text-align: center;
}
.checkout_container .checkout_button:hover {
  background-color: #efa83d;
}
.checkout_container .checkout_modulus {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  width: 36em;
  padding: 1em;
  z-index: 10;
  box-shadow: 5px 10px 18px #888888;
}
.checkout_container .grayed_out {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  z-index: 9;
}
.checkout_container .checkout_modulus .close_modulus {
  padding: 0.5em;
  font-size: 1em;
  cursor: pointer;
  background-color: white;
  display: flex;
  justify-content: flex-end;
  color: magenta;
}
.checkout_container .checkout_modulus h2 {
  color: red;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1.3em;
}
.checkout_container .checkout_modulus .sub_total {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}
.checkout_container .checkout_modulus .close_modulus:hover {
  background-color: #f7f7f7;
  color: black;
}
.checkout_container .modulus_container {
  display: none;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container {
  display: flex;
  justify-content: space-evenly;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container a {
  text-align: center;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  background-color: red;
  padding: 1em;
  margin: 1em;
  color: black;
  text-decoration: none;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container .continue_to_amazon {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f29810+0,efa83d+100 */
  background: #f29810; /* Old browsers */
  background: -moz-linear-gradient(top, #f29810 0%, #efa83d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f29810 0%,#efa83d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f29810 0%,#efa83d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29810', endColorstr='#efa83d',GradientType=0 ); /* IE6-9 */
  border: 2px solid #efa83d;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container .continue_to_amazon:hover {
  padding: 1em 2em;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container .keep_shopping {
  color: #fba7c3;
  background-color: #E91E63;
  border: 2px solid #ff5991;
}
.checkout_container .modulus_container .checkout_modulus .modulus_links_container .keep_shopping:hover {
  padding: 1em 2em;
  color: white;
}
.remove_container {
  text-align: right;
}
.remove_container .remove_item {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  background-color: white;
  color: red;
  margin: 0.3em;
  border: 1px solid red;
}
.remove_container .remove_item:hover {
  background-color: red;
  color: white;
}
.related_products_list {
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.related_cart_products h2 {
  color: red;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.subtotal_container .sub_total {
  color: red;
  font-size: 1.3em;
}

/* EMPLOYEE ORDER PAGE */
.employee_purchase_container .login_container {
  width: auto;
  margin: auto;
}

.employee_purchase_container .open_form_button {
  background-color: blue;
  color: white;
  padding: 1em;
  text-decoration: none;
  border-radius: 20px;
  display: inline-block;
  margin-top: 1em;
}
.employee_purchase_container .open_form_button:hover {
  background-color: cornflowerblue;
}
.employee_purchase_container .modal_background {
  background-color: rgba(0, 0, 0, 0.5);
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  height: -moz-available;          /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.form_modal {
  position: absolute;
  top: 3em;
  bottom: 3em;
  left: 3em;
  right: 3em;
  background-color: white;
  border: 1px solid gray;
  z-index: 2;
  display: flex;
}
.form_modal iframe {
  border: none;
  padding: 2em 0 0 0;
  flex: 1 1 auto;
  height: 96%;
}
.form_modal .close_container {
  display: flex;
  position: absolute;
  width: 100%;
}
.form_modal .close_container .close_modal_button {
  margin: 0 0 0 auto;
  padding: 2px 8px;
}

/* BLOG */
.related_article_container_mobile {
  display: none;
}
.related_blog_entry_container {
  margin: 1em 0em;
}
.related_article_container a {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: black;
  font-weight: bold;
}
.related_article_container a:hover {
  color: red;
}
.entries .entry {
}
.entries .entry .blog_image_container {
  overflow: hidden;
}
.entries .entry:hover .image_container {
  transform: scale(1.1);
}
.entries .entry .image_container {
  height: 28vw;
  background-size: cover;
  background-position: center;
}
.entries .entry .read_more_button {
  text-align: right;
}
.entries .entry .read_more_button a {
  display: inline-block;
  text-decoration: none;
  color: red;
  border: 1px solid red;
  padding: 0.8em;
}
.entries .entry .read_more_button a:hover {
  background-color: red;
  color: white;
}
.entries .entry a {
  color: #8293a2;
  text-decoration: none;
}
.entries .entry h2 {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: black;
  font-weight: bold;
  text-transform: lowercase;
}
.entries .entry a:hover h2 {
  color: black;
  text-decoration: underline;
}
.blog_entry h1, .blog_entry h2, .blog_entry h3 {
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.blog_entry .related_products {
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.blog_entry .related_products .container {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.blog_entry .related_products .product_list_item {
  height: 93%;
}
.blog_entry .contributor_container {
  background-color: #f1f1f1;
  padding: 1em;
}
.blog_entry .contributor_container h2 {
  background-color: #03a9f4;
  padding: 0.1em 0.5em;
  border-bottom: 2px solid orange;
  color: #00557b;
  margin: 0px;
  margin-bottom: 0.3em;
}

/* 404 */


.four0four {
  display: flex;
  align-items: center;
  justify-content: center;
}
.four0four a {
  color: white;
  font-weight: 100;
  background-color: black;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 5em;
}
.four0four a:hover {
  background-color: #03A9F4;
}
.four0four h1 {
  font-size: 1em;
  color: #03A9F4;
  margin: 1em;
}
.four0four .top {
  display: flex;
}
.four0four .top .headline {
  flex: 2;
}
.four0four .top .headline .title {
  font-size: 2em;
}
.four0four .top .headline .awkward {
  text-transform: uppercase;
  font-size: 10vw;
  line-height: .8;
  letter-spacing: -8px;
  font-weight: bold;
  word-spacing: 20px;
}
.four0four .top .icon {
  flex: 1;
  font-size: 16vw;
  text-align: center;
  color: red;
}
.four0four .message {

}
.four0four .message .call {
  text-transform: uppercase;
  font-size: 2em;
  line-height: .8;
  letter-spacing: -2px;
  font-weight: bold;
}
.four0four .message .last_seg {
  font-weight: bold;
}
.four0four .or {
  display: block;
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
  color: #03A9F4;
}
.four0four .search_container {
  margin-top: 1em;
}

.four0four .search_container span {
  text-transform: uppercase;
  font-size: 2em;
  line-height: .8;
  letter-spacing: -2px;
  font-weight: bold;
}
.four0four .search_container .search {
  width: 100%;
  padding: 3em;
  border-bottom: 4px solid;
  border-right: 2px solid;
  margin-bottom: 1em;
}
.four0four .search_container .search form {
  display: flex;
}
.four0four .search_container .search form input[type=text] {
  border-radius: 0;
  border-top: solid 2px;
  border-left: solid 2px;
  margin-right: 1em;
  padding: .8em;
  background-color: #f6f6f6;
}
.four0four .search_container .search form input[type=submit] {
  background-color: black;
  color: wheat;
  border: 1px solid;
  padding: 0em .5em;
  font-size: 1.3em;
}
.four0four .search_container .search form input[type=submit]:hover {
  background-color: white;
  color: black;
}
.four0four .options .contact_container {
  margin-top: 1em;
}
.four0four .options .contact_container .icon_baloon {
  font-size: 10vw;
  position: relative;
  top: -18px;
  float: left;
  margin-right: 15px;
}
.four0four .options .contact_container .message .title {
  text-transform: uppercase;
  font-size: 2em;
  line-height: .8;
  letter-spacing: -2px;
  font-weight: bold;
  display: block;
}
.four0four .check_it_out {
  text-transform: uppercase;
  font-size: 2em;
  line-height: .8;
  letter-spacing: -2px;
  font-weight: bold;
  margin: .5em 0em;
  display: block;
}
.page_not_found {
  padding: 3em;
}
.page_not_found section {
  margin-bottom: 2em;
  border-bottom: 1px solid #8293a2;
}
.page_not_found h1 {
  color: #03a9f4;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  border-bottom: 2px solid;
  display: inline-block;
}

/* SEARCH RESULTS */

.search_results_headline {
  color: #03a9f4;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 2em;
}
.search_results_headline .keywords {
  color: #8293a2;
}
.search_results_headline:hover .keywords {
  color: black;
}
.search_result_list {
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.search_result_list .result_item {
  flex-direction: column;
  display: flex !important;
  justify-content: space-between;
}
.search_result_list .result_item .icon_container {
  font-size: 4em;
  text-align: center;
}
.search_result_list .result_item a {
  color: #03a9f4;
}
.search_result_list .result_item a:hover {
  color: red;
}
.search_result_list .result_item .content {
  border: solid 1px white;
  padding: 0.5em;
  margin-top: 0.5em;
}
.search_result_list .result_item .headline {
  font-family: 'Raleway', sans-serif;
  color: red;
  margin: 0;
  font-size: 1.5em;
}
.search_result_list .result_item .content h3 {
  color: #8293a2;
  font-size: 1.5em;
}
.search_result_list .result_item .content:hover {
  border: solid 1px #8293a2;
}
.search_result_list .result_item .content:hover h3 {
  color: black;
}
.search_result_list .result_item .content:hover .icon_container .fa-lock-alt {
  display: none;
}
.search_result_list .result_item .content:hover .icon_container .fa-lock-open-alt {
  display: inline-block !important;
  transform: rotate(10deg);
}

/* EMPLOYMENT */

.employment a {
  color: red;
}
.employment .job_listing {
  margin-bottom: 1em;
  background-color: #cdd4da;
  padding: 0;
}
.employment .job_listing .jobs_container {
  display: flex;
  padding: 0em;
  flex-wrap: wrap;
}
.employment .job_listing h2 {
  margin: 0;
  padding: 0.5em;
  background-color: #03a9f4;
  border-bottom: 2px solid orange;
}
.employment .job_listing .job {
  padding: 1.5em;
  background-color: #e0e8ef;
}
.employment .job_listing .job h4 {
  margin: 0;
}
.employment .job_listing .job .icon {
  text-align: center;
  font-size: 4em;
  color: black;
  padding: 0.5em;
}
.employment .job_listing .job:hover {
  background-color: orange;
}
.employment .job_listing .job:hover .icon .fa-lock-alt {
  display: none;
}
.employment .job_listing .job:hover .icon .fa-lock-open-alt {
  display: inline-block !important;
  transform: rotate(15deg);
}
.employment .job_listing .job a {
  text-decoration: none;
}

/* INTERNATIONA OFFICES */

.international_office_container {

}
.international_office_container .main_image {
  width: 100%;
  margin-bottom: 2em;
}
.international_office_container .office {
  margin-bottom: 1em;
}

/* WALGREENS SELECTOR */

.walgreens_list {
  list-style-type: none;
  margin-left: 0;
}
.walgreens_list li {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}
.walgreens_list li:nth-child(odd) {
  background-color: #cdd4da;
}
.walgreens_list li:nth-child(even) {
  background-color: #f2fbff;
}
.walgreens_list li.headline {
  background-color: #03a9f4;
}
@keyframes blinking {
  0%{
    background-color: red;
  }
  100%{
    background-color: #cdd4da;
  }
}
.flashbang{
  /* NAME | TIME | ITERATION */
  animation: blinking 3s 1;
}

/* LAZYLOADER */

.lasyload {

}
.lazyload .lazy_spinner_container {
  font-size: 4em;
  color: #03a9f4;
  padding: 1em;
}

/* DO NOT SELL CA */

.donotsellca_container {

}
.donotsellca_container input[name=do_not_sell_state] {
  background-color: #fff1c6;
  cursor: not-allowed;
}
.donotsellca_container .freeform-row a {
  color: gray;
  width: 94%;
  text-align: center;
  display: block;
  border: 1px solid;
  padding: 1em;
  text-decoration: none;
}
.donotsellca_container a:hover {
  background-color: red;
  color: white;
}
.donotsellca_container button[type=submit] {
  width: 100%;
  border: 1px solid #03a9f4;
  color: #03a9f4;
  cursor: pointer;
  background-color: white;
}
.donotsellca_container button[type=submit]:hover {
  color: white;
  background-color: #03a9f4;
}

@media screen and (min-width: 750px) {

  .breadcrumb li:after {
    content: '>';
  }
}

@media screen and (min-width: 1250px) {
  .mighty_mug .banner .content div {
    font-size: 3.5em;
  }
  .mighty_mug .banner .content {
    width: 23em;
  }
  .mighty_mug .banner .content img {
    width: 14em;
  }
  .mighty_mug .video iframe {
    /* width: 28em; */
  }
  .mighty_mug .description h3 {
    font-size: 3.5em;
  }
  .mighty_mug .description .desc {
    font-size: 3.5em;
  }
}

/* TRIGGER MOBILE VIEW */
@media only screen and (max-width: 704px) {

  body {
    display: block;
    overflow-x: hidden;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    position: fixed;
    top: 0;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    background-color: #f7f7f7;
    z-index: 4;
  }
  header.full {
    border: 0;
    padding: 0;
    margin: 0;
  }
  header .mobile a:hover {
    color: red;
  }
  header .mobile .mobile_main_nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0px;
  }
  header .mobile .mobile_main_nav li {
  }
  header .mobile .mobile_main_nav li a i {
    font-size: 1.8em;
    margin-top: 10px;
  }
  header .mobile .mobile_main_nav .mobile_headline {
    margin: 0;
  }
  header .mobile .mobile_main_nav .mobile_headline a {
    width: inherit;
  }
  header .mobile .mobile_main_nav .mobile_headline a img {
    width: 2.2em;
    position: relative;
    top: 2px;
  }
  header .mobile .mobile_main_nav form {
  }
  header .mobile .mobile_search_container {
    position: absolute;
    top: 0;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    padding: 0.5em;
    background-color: #f7f7f7;
    display: none;
  }
  header .mobile .mobile_search_container form .mobile_search input[type=text] {
    border-radius: 0;
    border: solid 1px #8293a2;
    border-right: 0;
    border-top: 0;
    font-size: 16px;
  }
  header .mobile .mobile_search_container .mobile_search {
    display: flex;
  }
  header .mobile .mobile_search_container .mobile_search i {
    margin: 8px 8px 0px 0px;
  }
  header .mobile .mobile_search_container .mobile_search .close_mobile_search {
    color: #ff0000;
    font-size: 2em;
    margin-right: 10px;
  }
  .buffer {
    margin-top: 4em;
  }
  .home .carousel .item h2 {
    font-size: 2em;
  }
  .home .carousel .item h3 {
    font-size: 1em;
  }
  .home .myzak_items div img {
    width: 100%;
    padding: inherit;
    margin: inherit;
  }
  .home .myzak_items div img:hover {
    padding: inherit;
    margin: inherit;
    margin-bottom: 1em;
  }
  footer {
    margin-bottom: 3em;
  }
  footer .links_container {
    display: none;
  }
  footer .more_menu {
    display: none;
  }
  footer .footer-content form #mc_embed_signup_scroll input[type=email] {
    width: 98%;
  }
  footer #mc_embed_signup input.button {
    position: absolute;
    right: 22px;
    bottom: 8px;
  }
  footer .links_container .links ul {
    display: block;
  }
  footer .links_container .social ul {
    display: block;
    padding-left: 1em;
  }
  footer .mobile_bottom_nav {
    display: block;
    position: fixed;
    bottom: 0;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    background-color: red;
    z-index: 3;
  }
  footer .mobile_bottom_nav ul {
    display: flex;
    margin: 0;
    list-style-type: none;
    justify-content: space-around;
  }
  footer .mobile_bottom_nav ul li {

  }
  footer .mobile_bottom_nav ul li a {
    color: white;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    display: inline-block;
  }
  footer .mobile_bottom_nav ul li a.active {
    color: black;
  }
  footer .mobile_bottom_nav ul li a:hover {
    color: black;
  }
  footer .mobile_bottom_nav ul li a i {
    display: block;
    font-size: 1.5em;
  }
  .sub_body {
    position: relative;
  }
  .move_sub_body {
    left: 22em;
  }
  .shop_menu {
    display: block;
    background: #f7f7f7;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    width: 100%;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0em;
    z-index: 3;
    overflow-y: scroll;
  }
  .shop_menu ul {
    list-style-type: none;
    margin: 0;
  }
  .shop_menu ul li {
    border-bottom: 1px solid white;
  }
  /* .shop_menu ul li:hover {
    background-color: #dcdcdc;
  } */
  .shop_menu ul li a {
    color: #8293a2;
    text-decoration: none;
    display: inline-block;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    padding: 10px 10px;
    display: flex;
  }
  .shop_menu ul .mobile_sub_nav {
    background-color: #b0b9c1;
    border-bottom: 1px solid #e3e9ec;
  }
  .shop_menu ul .mobile_sub_nav a {
    color: #e3e9ec;
  }
  .shop_menu ul li a .closer {
    margin: 0 0 0 auto;
  }
  .shop_menu ul li a .icon {
    font-size: 1.5em;
  }
  .shop_menu ul li a .title {
    align-self: center;
    padding-left: 8px;
  }
  .shop_menu ul li a .arrow {
    align-self: center;
    margin: 0 0 0 auto;
    font-weight: bold;
    transform: rotate(90deg);
    color: orange;
  }
  .shop_menu ul li a:hover .title {
    /* color: black; */
  }
  .mobile_menu_toggle {
    right: 50em;
  }
  footer .more_menu {
    display: block;
    background: #f7f7f7;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: -webkit-fill-available;
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    position: fixed;
    top: 0;
    left: 0em;
    z-index: 3;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    overflow-y: scroll;
  }
  footer .more_menu::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
  }
  .more_menu .more_links ul {
    list-style-type: none;
    margin: 0;
  }
  .more_menu .more_links .more_social ul {
    list-style-position: inherit;
    margin-left: 0;
    list-style: none;
    display: flex;
    padding: 0;
    padding-right: 0.5em;
    justify-content: space-evenly;
    margin: 0;
    border-bottom: 1px solid white;
  }
  .more_menu .more_links ul li {
    border-bottom: 1px solid white;
  }
  /* .more_menu ul li:hover {
    background-color: #dcdcdc;
  }
  .more_menu ul li:hover a {
    color: black;
  } */
  .more_menu .more_links .more_social ul li a {
    font-size: 3em;
    color: red;
    padding: 6px;
  }
  .more_menu ul li a {
    color: #8293a2;
    text-decoration: none;
    display: inline-block;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: flex;
    padding: 10px;
  }
  .more_menu .more_button {
    border-bottom: 1px solid #f7f7f7;
  }
  .more_menu .more_button .closer {
    margin: 0 0 0 auto;
    color: #8293a2;;
  }
  .amz_cart_count_continer .amz_cart_count {
    left: -20px;
    bottom: 7px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  .checkout_container .checkout_modulus {
    width: inherit;
    padding: 2em;
    top: 1em;
    position: fixed;
  }
  .checkout_container .checkout_modulus .close_modulus {
    display: none;
  }
  .checkout_container .modulus_container .checkout_modulus .modulus_links_container {
    display: block;
  }
  .checkout_container .modulus_container .checkout_modulus .modulus_links_container a {
    display: block;
  }
  .home h2 {
    font-weight: bold;
  }
  .home .suggested_items h2 {
    font-size: 2em;
  }
  .home .suggested_items .suggested_item_desktop {
    display: none;
  }
  .home .suggested_item_mobile {
    display: block;
    padding: 1em;
    margin-bottom: 1em;
    /* border-bottom: 1px solid #8293a2; */
  }
  .home .suggested_item_mobile .price {
    color: black;
  }
  .home .suggested_item_mobile .explore_container a {
    border: 2px solid red;
    color: red;
  }
  .sub_nav_container {
    display: none;
  }
  .home .myzak_items {
    margin-bottom: 0em;
    padding: 1em;
  }
  .home .myzak_items div img {
    width: 100%;
    padding: 0em;
    margin: 0;
    margin-bottom: 1em;
  }
  .home .myzak_items div {
    padding: 0em;
    width: 100%;
  }
  .home .myzak_items h2 {
    text-align: left;
    font-size: 2em;
  }
  .home .myzak_items h3 {
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 1em;
  }
  .home {
    margin: 0;
    max-width: 100%;
  }
  .home .suggested_items h3 {
    font-weight: 100;
  }
  #toTop {
    bottom: -3em;
    right: 6px;
    z-index: 3;
  }
  .category_container .category_name {
    font-size: 1em;
  }
  .entry .image_container {
    height: 66vw;
  }
  .entries .entry .image_container {
    height: 60vw;
  }
  .related_article_container {
    display: none;
  }
  .related_article_container_mobile {
    display: block;
    margin: 1em 0em;
  }
  .related_article_container_mobile h2 {
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
  }
  .related_article_container_mobile a {
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 2em;
  }
  .rep_net_container .category_list .repnet_item {
    width: 100%;
  }
  .toTop_active {
    bottom: 2em !important;
  }
  .related_itmes_container {
    justify-content: center;
  }
  .product_list_item.related_product {
    width: inherit !important;
  }
  .product_list_item {
    width: 100% !important;
  }
  .cart_error_mesage_container .error_message .close_error_message {
    padding: 0;
  }
  .cart_error_mesage_container .error_message {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1em;
  }
  .search_result_list .result_item {
    width: 100%;
  }
  .search_result_list .result_item a {
    text-decoration: none;
  }
  .search_result_list .product_list_item {
    width: auto;
  }

  .amz_item_container .share_container .buttons {
    margin: auto;
    text-align: center;
  }
  .replacement_cart_subtotal {
    display: block;
  }
  .sub_body .replacement_alert_container {
    margin-top: 3em;
  }
  .replacement_search_container form {
    width: 100%;
  }
  .privacy_notice_container .blurb {
    padding: 1em 1em 3.5em 1em;
  }
  .newsletter_notice_container .newsletter_form_container {
    top: 0em;
    bottom: 0em;
    left: 0em;
    right: 0em;
    border-radius: 0px;
  }
  .newsletter_notice_container .newsletter_form_container .content_container {
    padding: 1em;
  }
  .newsletter_notice_container .newsletter_form_container .content_container .form_content_container {
    width: 100%;
  }
  .newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container input[type=submit] {
    padding: 1em;
    display: block;
    margin: auto;
    margin-bottom: 1em;
    width: 100%;
  }
  .newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container input[type=submit]:hover {
    margin: 0;
    margin-bottom: 1em;
    padding: 1em 3em;
    background-color: white;
    color: #09ec6a;
  }
  .newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container .notice_approve {
    padding: 1em 0em;
    width: 100%;
    margin: 0em;
  }
  .newsletter_notice_container .newsletter_form_container .content_container .form_content_container .button_container .notice_approve:hover {
    padding: 1em 0em;
    width: 100%;
    margin: 0em;
    background-color: white;
    color: black;
    border: 1px solid black;
  }
  .replacement_email_verification_container {
    width: 100%;
  }
  .replacement_email_verification_container .replacement_email_verification_container .sub_container .box label
  .replacement_search_container {
    width: inherit;
  }
  .nothing_in_cart {
    margin: 0em;
  }
  .employment .job_listing .jobs_container {
    display: inherit;
  }

  .coronavirus_videos_list .list_item {
    padding: 1em 0em;
    border-bottom: 1px solid gray;
  }

  #app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker {
    display: block;
  }
  #app .social_analytics_container .social_dashboard_container .date_picker_container .date_picker #date_picker_submit {
    flex: 1;
    margin-left: 0;
    background-color: #03a9f4;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: .5em;
    margin-top: 1em;
  }
  .summary_container .instruction {
    margin: auto;
    width: 100%;
    padding: 1em;
  }
  .summary_container form {
    display: block;
    width: 80%;
    margin: auto;
    padding: .5em;
  }
  .summary_container form input[type=submit] {
    border-radius: 0;
    width: 100%;
  }
  #app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list {
    display: block;
  }
  #app .social_analytics_container .social_dashboard_container .listing .item .amz_item_list .amz_item {
    max-width: 100%;
  }
  .showroom .showroom_container .container {
    display: block;
  }
  .showroom_entry {
    display: block;
  }
  .showroom_entry .collections_container {
    display: block;
  }
  .showroom_entry .collections_container .collection .image {
    margin: 1em;
    height: 40vw;
    width: 40vw;
  }
  .showroom .login_container {
    width: 100%;
  }
  .four0four .top .headline .awkward {
    font-size: 14vw;
    letter-spacing: -5px;
  }
  .four0four .top .icon {
    font-size: 24vw;
  }
  .four0four .options .contact_container .icon_baloon {
    font-size: 18vw;
  }
  .four0four .search_container .search form {
    display: block;
  }
  .four0four .search_container .search {
    width: inherit;
    padding: 2em;
  }
  .four0four .search_container .search form input[type=submit] {
    width: 100%;
    padding: .5em;
    margin-top: 1em;
  }
  .four0four a {
    display: block;
    text-align: center;
  }
  .mighty_mug .video a {
    font-size: 1em;
  }
  .mighty_mug .video .video_button {
    font-size: 1.2em;
    padding: .3em 1em;
  }
  .planet_zak .sub_section_container {
    display: block;
  }
}


.Iam {
  font: normal 5vw Montserrat, sans-serif;
  color: #999;
  height: 9vw;
}
.Iam p {
  height: 8vw;
  float: left;
  margin: 0;
  margin-top: 1vw;
  margin-right: 0.3em;
}
.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 6vw;
  top: 2vw;
}
.Iam .innerIam {
  display: inline-block;
  color: #03A9F4;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;


/*animation*/
-webkit-animation:move 8s;
   -moz-animation:move 8s;
    -ms-animation:move 8s;
     -o-animation:move 8s;
        animation:move 8s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
}
@keyframes move{
  0%  { top: 0vw; }
  20% { top: -6.2vw; }
  40% { top: -12.2vw; }
}

@-webkit-keyframes move {
  0%  { top: 0vw; }
  20% { top: -6.2vw; }
  40% { top: -12.2vw; }
}
@-moz-keyframes move {
  0%  { top: 0vw; }
  20% { top: -6.2vw; }
  40% { top: -12.2vw; }
}
@-o-keyframes move {
  0%  { top: 0vw; }
  20% { top: -6.2vw; }
  40% { top: -12.2vw; }
}
@keyframes move {
  0%  { top: 0vw; }
  20% { top: -6.2vw; }
  40% { top: -12.2vw; }
}
