/*
  FIXES FOR CART OVERLAY MODAL
*/
.modal-open {
  overflow: unset;
}
body {
  position: static;
  overflow-y: auto;
  padding: 0 !important;
  width: 100%;
}
body.modal-open {
 position: fixed; overflow-y:scroll;
}
body.noscroll .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .modal-cart {
    right: -20px;
    left: inherit;
  }
}
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
/*
  Product, Collection, Categories Pages
*/
.breadcrumbs {
	color: #22BB99;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 19px;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 15px;
  }
}
.breadcrumbs a {
	color: #242424;
	text-decoration: none;
}
.breadcrumbs a:hover {
  color: #22BB99;
}
.search form {
  border-bottom: 1px solid #979797;
}
.search input {
  display: inline-block;
  width: calc(100% - 57px);
  height: 113px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  padding-left: 10px;
  outline: 0;
  font-size: 14px;
}
.search span {
  cursor: pointer;
  display: inline-block;
  padding: 0 8px;
  margin-left: 21px;
  line-height: 30px;
  vertical-align: middle;
  border-right: 1px solid black;
  font-size: 18px;
}
.product-title {
  margin-bottom: 13px;
	color: #242424;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}
.product-description {
  margin-bottom: 65px;
}
.product-price {
	border-bottom: 1px solid #979797;
	color: #242424;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 28px;
	margin-top: 50px;
	margin-bottom: 17px;
}
.image-col {
  padding: 0;
}
.images {
  margin-bottom: 20px;
}
.images a {
  text-align: center;
}
.thumbs {
  text-align: center;
}
.images,
.thumbs {
  max-width: 100%;
}
.thumbs img {
  border: 1px solid #cecece;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  max-width: 100%;
}
.images a > .img-responsive {
  transition: opacity 50ms ease-in-out 0s;
}
.images a:hover > .img-responsive {
  opacity: 0;
}
.thumbs a {
  display: block;
}
.thumb-single {
  display: inline-block;
  width: 32%;
  max-width: 100px;
  margin: 3px auto;
}
.cart-col {
  padding-right: 0;
}
.cart-wrap,
.tabs-wrap {
  margin-bottom: 160px;
}
.entry-content ul {
  list-style: none !important;
}
.images .zoom {
  display: none;
}
.images .zoom.first {
  display: block;
}
.images .img-responsive {
  max-width: 100%;
}
.discount {
  padding: 0;
  margin-bottom: 38px;
  list-style: none;
}
.add-to-cart {
  display: inline-block;
  width: 171px;
  border-radius: 3px;
  background-color: #E2A611;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 71px;
  padding: 0;
  vertical-align: top;
  margin-bottom: 20px;
}
.add-to-cart:hover {
  color: #FFFFFF;
}
.quantity-box {
  display: inline-block;
  margin-right: 35px;
  height: 73px;
  width: 113px;
  border: 1px solid #979797;
  border-radius: 3px;
  vertical-align: top;
  margin-bottom: 20px;
}
.quantity-box input {
  border: 0;
  outline: 0;
  background: transparent;
  display: inline-block;
  width: 70%;
  height: 100%;
  font-size: 27px;
  color: #242424;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.quantity-box .change {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 100%;
  border-left: 1px solid #979797;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.change .up,
.change .down {
	color: #4A4A4A;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
  width: 100%;
  height: 50%;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.change .up:hover,
.change .down:hover {
  background: #E6E6E6;
}
.email-us,
.print-page {
  position: relative;
}
.email-us a,
.print-page a {
	height: 58px;
	width: 353.43px;
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 29px;
	text-decoration: none !important;
}
.email-us a:hover,
.print-page a:hover {
  color: #22BB99;
}
ul.no-list-style {
  list-style: none;
  padding: 0 0 0 25px;
}
  /* .tabs */
.tabs-wrap {
  margin-bottom: 60px;
}
.tabs ul {
  list-style-type: none;
  margin: 0px 0px 0px 1px;
  padding: 0;
}
.tabs ul li {
  float: left;
  margin: 0px 0px -1px -1px;
  border: 1px solid #979797;
  border-bottom: 0px;
  background: rgba(68,68,68,0.04);
  width: 177px;
  min-height: 66px;
}
.tabs ul li:first-child {
  border-radius: 2px 0px 0px 0px;
}
.tabs ul li:last-child {
  border-radius: 0px 2px 0px 0px;
}
.tabs ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;

	color: #242424;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: bold;
	line-height: 62px;
	text-align: center;
}
.tabs ul li a small {
  font-size: 80%;
  line-height: 8px;
}
.tabs ul li.active {
  background-color: white;
  padding-bottom: 1px;
  border-top: 3px solid #22BB99;
}
.tabsPages {
  background-color: white;
  border: 1px solid #979797;
  width: 100%;
  border-radius: 0px 2px 2px 2px;
  color: #242424;	
  font-family: "Open Sans";	
  font-size: 14px;	
  line-height: 23px;
}
.tabsPages .page {
  display: none;
  max-height: 300px;
  overflow: auto;
  padding: 27px;
}
.tabsPages .page.active {
  display: block;
}
.tabsPages .spec-title {
  padding-right: 10px;
}
.tabsPages .details {
  margin-bottom: 15px;
}
.tabsPages .detail-title {
  padding-right: 10px;
}

/* .reviews */
.reviews hr {
margin: 10px 0px;
}

/* .Shipping cost */
.shipping-cost {
  display: inline-block;
  padding-top: 10px;
  font-size: 80%;
}

/* gui */
.gui {
  margin-bottom: 30px;
}
.glyph-bundle{ 
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo{
  height:60px; 
}

.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}
.product:nth-child(5) > .glyph-bundle{
  display:none;
}
.email-us .glyphicon,
.print-page .glyphicon {
    position: absolute;
    top: 9px;
    left: -25px;
}
.stars .glyphicon-star {
    margin-left: 0;
    margin-right: 0;
}
/* PRODUCTS DISPLAY */
.sidebar-side {
  display: block;
  padding: 0;
}
.product-configure label {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 21px;
}
.product-configure select {
  cursor: pointer;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-bottom: 38px;
  height: 35px;
  width: 206px;
  margin-left: 11px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 35px;
  
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em + 0px), calc(100% - 13px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 6px, 1px 1.5em;
    background-repeat: no-repeat;
}
.product-form {
  margin-top: 65px;
}
.sidebar-side {
  display: none;
}
.pdp-inner {
  display: block;
  padding: 20px 10px;
}
.pdp-name {
  max-height: 46px;
  text-align: left;
  height: 46px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pdp-form-wrap {
    padding: 0 15px;
  }
  .pdp-inner {
    padding: 30px 10px;
  }
  .pdp-name {
    max-height:69px;
    height: 69px;
    margin-bottom: 4px;
    padding: 0 10px;
  }
  .product-title {
    font-size: 16px;
    line-height: 21px;
  }
  .product-form {
    margin-top:52px;
  }
  .cart-col {
    padding: 0;
    width: 500px;
    max-width: 100%;
    margin: auto;
  }
  .product-configure select {
    max-width: 50%;
    float: right;
    padding-left: 10px;
  }
  .product-configure label {
    line-height: 35px;
  }
  .product-configure-clear {
    clear: both;
  }
  .quantity-box {
    position: relative;
    width: 45%;
    margin: auto;
    max-width: 150px;
  }
  .add-to-cart {
    float: right;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .quantity-box .change {
    background: transparent;
    border: 0;
    left: 0;
    height: auto;
  }
  .change .up,
  .change .down {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    background: #f8f8f8;
    line-height: 70px;
  }
  .change .down {
    left: 0;
  }
  .change .up {
    right: 0;
  }
  .quantity-box input {
    display: block;
    margin: auto;
  }
  .cart-wrap, .tabs-wrap {
    margin-bottom: 100px;
  }
  .tabs ul li {
    width: 117px;
  }
  .tabs ul li a {
    font-size: 14px;
  }
  .tabsPages .page {
    padding: 20px 10px;
    overflow-x: hidden;
  }
  .tabsPages .page a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 768px) {
  .pdp-inner {
    padding: 44px 50px;
    border-left: 1px solid #4a4a4a;
    width: 70%;
    vertical-align: top;
    display: inline-block;
  }
  .sidebar-side {
    width: 30%;
    vertical-align: top;
    display: inline-block;
    border-right: 1px solid #4A4A4A;
    margin-right: -1px;
  }
}
/* CATEGORIES AND COLLECTIONS DISPLAY */
.categories,
.pdp-collection {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media all and (min-width: 768px) {
  .categories,
  .pdp-collection  {
    justify-content: space-between;
  }
}
.category {
  width: 200px;
  padding: 0 5px;
  text-align: center;
  margin: 0 auto 40px auto;
}
.category > a {
  display: block;
  margin: auto;
  text-decoration: none;
}
.category img {
  background: #eee;
  margin-bottom: 15px;
  max-width: 100%;
}
.category p {
  margin-bottom: 27px;
}
.category h3 {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .category {
    max-width: 50%;
  }
}
.product-wrap {    
  width: 260px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 90px auto;
  max-width: 50%;
}
.product-wrap > a {
  display: block;
  margin: auto;
}
.product-wrap img {
  background: #eee;
  margin-bottom: 27px;
}
.product-wrap p {
  margin-bottom: 27px;
}
.product-wrap .hover {
  display: none;
}
.product-wrap .img-responsive {
  max-width: 220px;
  height: auto;
  max-height: 220px;
  width: 100%;
  margin: auto;
}
.product-wrap .image-wrap {
  margin-bottom: 30px;
}
.product-wrap .price {
	color: #242424;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
}
.product-wrap h3 {
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
}
.pager ul {
  list-style: none;
}
.pager .right {
  float: right;
}
.pager .left {
  float: left;
}
li.prev.disabled {
  display: none;
}
.pager ul li {
  display: inline-block;
}
.pager a {
  color: #000;
  text-decoration: none;
}
.pager a:hover {
  color: #22BB99;
}
.page-title.right {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
.filters.right {
  text-align: right;
}
select.sort,
select.brand {
	height: 42px;
	width: 267px;
	border: 1px solid #979797;
	background-color: rgba(68,68,68,0.04);
	border-radius: 0;
	-webkit-appearance: none;
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	padding-left: 27px;
	cursor: pointer;
	margin-bottom: 20px;
}
.select-arrow {
  position: relative;
  display: inline-block;
}
.select-arrow:before {
  content: " ";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #4a4a4a;
  position: absolute;
  top: 17px;
  right: 15px;
  pointer-events: none;
}
.select-arrow + .select-arrow {
    margin-left: 10px;
}
.collection-featured-product {
	height: 424px;
	width: 973px;
	max-width: 100%;
	background-color: #DDDDDD;
	margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .product-wrap .image-wrap {
    margin-bottom: 20px;
  }
  .product-wrap h3 {
    font-size: 12px;
  }
  .page-title.right {
    float: none;
    display: block;
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
    padding: 0 15px;
  }
  .select-arrow {
    display: block;
  }
  .select-arrow + .select-arrow {
    margin: auto;
  }
  select.sort,
  select.brand {
    width: 100%;
  }
  .product-wrap .price {
    font-size: 16px;
  }
}
/* SIDEBAR */

.sidebar-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-items.tier3 .sub-item,
.sidebar-items.tier2 .sidebar-item {
  border-bottom: 1px solid #4A4A4A;
  display: block;
  max-height: 54px;
  height: auto;
  overflow: hidden;
  transition: max-height 300ms ease-in-out 0s;
}
.sidebar-items.tier3 .sidebar-item.hide,
.sidebar-items.tier3 .sidebar-item > .title {
  display: none;
}
.sidebar-items.tier2 .sub-sub-item {
  display: none;
}
.sidebar-items.tier3 .sub-item > .title,
.sidebar-items.tier2 .sidebar-item > .title {
  padding: 0 16px 0 27px;
	line-height: 53px;
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #4a4a4a;
  margin-bottom: 20px;
  transition: background 300ms ease-in-out 0s;
}
.sidebar-items.tier3 .sub-item > .title:after,
.sidebar-items.tier3 .sub-item > .title:before,
.sidebar-items.tier2 .sidebar-item > .title:after,
.sidebar-items.tier2 .sidebar-item > .title:before {
  content: " ";
  background: #4a4a4a; 
  width: 16px;
  height: 2px;
  position: absolute;
  right: 16px;
  top: 19px;
  bottom: 19px;
  margin: auto;
  pointer-events: none;
  transition: height 300ms ease-in-out 0s;
}
.sidebar-items.tier3 .sub-item > .title:after,
.sidebar-items.tier2 .sidebar-item > .title:after {
    height: 16px;
    width: 2px;
    right: 23px;
}
.sidebar-items.tier3 .sub-item.open,
.sidebar-items.tier2 .sidebar-item.open {
  max-height: 1000px;
}
.sidebar-items.tier3 .sub-item.open > .title,
.sidebar-items.tier2 .sidebar-item.open > .title {
  background: rgba(68,68,68,0.04);
}
.sidebar-items.tier3 .sub-item.open > .title:after,
.sidebar-items.tier2 .sidebar-item.open > .title:after {
  height: 0;
}
.sidebar-items.tier3 .sub-item .sub-sub-item,
.sidebar-items.tier2 .sidebar-item .sub-item {
  padding: 0 16px 0 27px;
  height: 35px;
  line-height: 35px;
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
}
.sidebar-items.tier3 .sub-item .sub-sub-item.active,
.sidebar-items.tier2 .sidebar-item .sub-item.active {
  background: rgba(68,68,68,0.04);
}
.sidebar-items.tier3 .sub-item .sub-sub-item:last-child,
.sidebar-items.tier2 .sidebar-item .sub-item:last-child {
  margin-bottom: 20px;
}
.sidebar-items a {
  color: #242424;
  text-decoration: none;
  display: block;
}
.sidebar-items.tier3 .sub-item a.sub-sub-item:hover {
  color: #22BB99;
}
.sidebar-items.tier2 .sub-item > a:hover {
  color: #22BB99;
}
.flex-space-fill {
  height: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.product-wrap a, .product-wrap a:hover {
  text-decoration: none;
}
.breadcrumbs.product-breadcrumbs {
  margin-bottom: 100px;
}
#petsCarousel .carousel-inner {
/*   background: #1d1a11; */
    background: transparent;
}
.shop-banner {
  min-height:165px;
  width:100%;
}
@media (max-width: 767px) {
  .breadcrumbs.product-breadcrumbs {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) and (min-width: 571px) {
 .product-wrap {
   width: 33%;
   padding: 0 5px;
   margin-bottom: 70px;
 }
}
@media (max-width: 570px) {
 .product-wrap {
   width: 50%;
   padding: 0 5px;
   margin-bottom: 60px;
 }
}
/*
  contact form
*/
.contact-wrap .gui-div-faq-questions,
.contact-wrap .gui-div-faq-links,
.contact-wrap .gui-page-title {
  display: none;
}
.contact-wrap .gui-col2-right-col2.gui-div-faq-right {
  display: block;
  width: 100%;
  float: none;
}
.contact-wrap .gui-block-title {
  border: 0;
  background: 0;
}
.contact-wrap .gui-block {
  border: 0;
}
.contact-wrap .gui-buttons.gui-border {
  border: 0;
}
.contact-wrap .gui-block-content {
  padding: 0;
}
.contact-wrap .gui-block-title {
  display: none;
}
.contact-wrap .gui a.gui-button-small, .register-wrap a.gui-button-small,
.cart-checkout-wrap .gui a.gui-button-large.gui-button-action {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 1.7rem 7rem;
  font-size: 1.8rem;
  border-radius: 5px;
  color: #fff;
  background-color: #484848;
  border-color: #484848;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cart-checkout-wrap .gui a.gui-button-large.gui-button-action {
    padding: 1em 2em;
}
.contact-wrap .gui-buttons .gui-right {
  margin-left: 0;
  float: none;
}
.contact-wrap .gui-input,
.contact-wrap .gui-text {
  display: block;
  width: 100%;
  height: 5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #3A3A3A;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #3A3A3A;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.contact-wrap .gui-text {
  height: auto;
}
.contact-wrap .gui-field {
  margin-bottom: 30px;
}
.contact-wrap .gui-text textarea {
  height: 95px;
}
.contact-wrap input::placeholder,
.contact-wrap textarea::placeholder {
  color: #fff;
  opacity: 0;
}
.contact-wrap .gui-form label {
  color: #9B9B9B;
  line-height: 20px;
}
.contact-wrap .gui-input.gui-focus,
.contact-wrap .gui-text.gui-focus {
    color: #3A3A3A;
    background-color: #fff;
    border-color: #76e6cd;
    outline: none;
    -webkit-box-shadow: none, rgba(118, 230, 205, 0.6);
    box-shadow: none, rgba(118, 230, 205, 0.6);
}
.contact-wrap .gui-field:nth-child(2),
.contact-wrap .gui-field:nth-child(4){
  display: none;
}
.contact-wrap .gui-required {
  display: none;
}
.contact-wrap .gui-field label em {
  display: none;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .contact-wrap h1.title {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .contact-wrap h1.title {
    text-align: center;
    margin-top: 40px;
  }
}
/*
  Account Login
*/
.sign-in-wrap .sign-in-left,
.sign-in-wrap .sign-in-right {
  display: inline-block;
  text-align: center;
  width: 50%;
  vertical-align:top;
}
.sign-in-wrap .gui-col2-big {
  height: 50vh;
  max-height: 340px;
}
.sign-in-wrap .gui-page-title {
  display: none;
}
.sign-in-wrap .gui-col2-big-col1,
.sign-in-wrap .gui-col2-big-col2 {
  float: none;
  display: block;
  position: absolute;
  right: 25%;
  left: initial;
  width: 50%;
  padding: 20px;
  max-width: 450px;
  transform: translateX(50%);
}
.sign-in-wrap .gui-col2-big-col2 {
  left: 25%;
  right: initial;
  padding-top: 0;
  transform: translateX(-50%);
}
.sign-in-wrap .gui-block-content {
  padding: 20px;
}
.sign-in-wrap .gui-col2-big-col1 {
  max-width: 420px;
}
.sign-in-wrap .gui-col2-big-col2 p {
  display: none;
}
.sign-in-wrap .gui-col2-big-col2 .gui-block-title {
  display: none;
}
.sign-in-wrap .gui-col2-big-col2 .gui-block {
  border: 0;
}
.sign-in-wrap .gui-col2-big-col2 .gui-input {
  border: 0;
}
.sign-in-wrap .gui-col2-big-col2 .gui-input input {
	height: 50px;
	width: 100%;
	border: 1px solid #242424;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	background: #fff !important;
	margin-bottom: 5px;
}
.sign-in-wrap .gui-field {
	margin-bottom: 26px;
}
.sign-in-wrap input::placeholder {
  color: #fff;
  opacity: 0;
}
.sign-in-wrap .divider-icon {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  width: 2px;
  pointer-events: none;
}
.sign-in-wrap .gui-col2-big-col2 .gui-form label {
	color: #9B9B9B;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 8px;
}
.sign-in-wrap .gui-col2-big-col2 .gui-form label em {
  display: none;
}
.sign-in-wrap .gui-col2-big-col2 .gui-required {
  display: none;
}
.sign-in-wrap .gui-col2-big-col2 .gui-buttons .gui-left {
	float: none;
	width: 100%;
	text-align: right;
}
.sign-in-wrap .gui-col2-big-col2 .gui-buttons .gui-left a {
	color: #242424;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 30px;
}
.sign-in-wrap .gui-col2-big-col2 .gui-buttons {
  width: 100%;
  padding: 0;
  margin: auto auto 0 0;
}
.sign-in-wrap .gui-col2-big-col2 .gui-buttons .gui-right {
  margin: auto;
  width: 100%;
}
.sign-in-wrap .gui-buttons .gui-right .gui-button-small {
	display: block;
	height: 50px;
	width: 100%;
	border-radius: 5px;
	background-color: #484848;
	color: #fff;
  line-height: 50px;
  padding: 0;
  font-weight: 600;
  border: 1px solid #484848;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sign-in-wrap .gui-buttons .gui-right .gui-button-small:active,
.register-wrap .gui a.gui-button-large:active, .register-wrap .gui a.gui-button-small:active,
.cart-checkout-wrap .gui a.gui-button-large.gui-button-action:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #DDDDDD;
  background: #484848;
}
.sign-in-wrap .gui-buttons .gui-right {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.sign-in-wrap .gui .gui-right a.gui-button-facebook {
  background: 0;
  display: block;
  font-family: inherit;
}
.sign-in-wrap .gui a.gui-button-facebook span {
  border: 0;
  width: 100%;
  margin: auto;
  background: #4f6aa3;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  color: #4f6aa3;
  position: relative;
  border: 1px solid #4f6aa3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sign-in-wrap .gui .gui-right a.gui-button-facebook:active span {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sign-in-wrap .gui .gui-right a.gui-button-facebook:hover span,
.sign-in-wrap .gui .gui-right a.gui-button-facebook:active span {
  color: #4f6aa3;
  background: #4f6aa3;
}
.sign-in-wrap .gui a.gui-button-facebook span:after {
  content: "Login With Facebook";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
}
.sign-in-wrap .gui a.gui-button-facebook:active span:after {
  color: #e1e7ec;
}
.sign-in-wrap .gui-col2-big .gui-col2-big-col1 {
  width: 40%;
  padding-top: 0;
}
.sign-in-wrap .gui-block-content {
  padding: 0;
}
.sign-in-wrap .gui-content-title {
  display: none;
}
@media (max-width: 767px) {
  .sign-in-wrap .sign-in-left,
  .sign-in-wrap .sign-in-right {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .sign-in-wrap .sign-in-right {
    display: none;
  }
  .sign-in-wrap .gui-col2-big .gui-col2-big-col1,
  .sign-in-wrap .gui-col2-big .gui-col2-big-col2 {
    position: relative;
    left: 0;
    transform: none;
  }
  .sign-in-wrap .gui-col2-big {
    max-height: none;
    height: auto;
    padding: 0 10px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .sign-in-wrap .gui-col2-big .gui-col2-big-col2,
  .sign-in-wrap .gui-col2-big .gui-col2-big-col1 {
    float: none;
    width: 100%;
    max-width: none;
  }
  .sign-in-wrap .gui-col2-big .gui-col2-big-col1 {
    display: table;
  }
  .sign-in-wrap .gui-col2-big .gui-col2-big-col1 {
    display: table-footer-group;
  }
  .sign-in-wrap .gui-col2-big .gui-col2-big-col2 {
    display: table-header-group;
    margin-bottom: 20px;
  }
  .sign-in-wrap .divider-icon {
    display: none;
  }
  .sign-in-wrap .gui-col2-big-col2 .gui-buttons .gui-left a {
    margin: 0 0 20px 0;
    font-style: italic;
  }
  .sign-in-wrap .gui-content-title {
    display: block;
    margin-top: 75px;
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 3rem;
    line-height: 4.7rem;
    font-weight: 400;
  }
  .sign-in-wrap .gui-input input {
    font-size: 18px;
  }
}
/*
  mobile nav
*/
#navbarMobile .search {
  color: #4A4A4A;
}
#navbarMobile .search form {
  width: 100%;
  border-bottom: 0;
}

#navbarMobile .search span {
  margin-left: 0;
}
#navbarMobile .search input[type="text"] {
  height: initial;
  font-size: 18px;
  width: 200px;
}
.add-to-cart.btn.processing,
.add-to-cart.btn:active,
.add-to-cart.btn.active,
.add-to-cart.btn:focus,
.add-to-cart.btn.focus {
  color: #fff;
  background: #d28200;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button,
.btn {
  cursor: pointer;
}
/*
  product message modal
*/
.MSG-modal {
  position: fixed;
  margin: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  width: 400px;
  height: auto;
  background: white;
  border-top: 140px solid #f00;
  box-shadow: 0px 3px 19px 5px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  padding: 20px;
  max-width: 80%;
  opacity: 0;
  transition: opacity 150ms ease-in-out 0s;
  pointer-events: none;
  z-index: 100000;
}
.MSG-modal.show {
  opacity: 1;
  pointer-events: initial;
}
.MSG-modal .MSG-content {
  margin: 10px 5px 30px 10px;
  max-height: 190px;
}
.MSG-modal p {
  margin: auto;
}
.MSG-modal li {
  list-style: none;
}
.MSG-modal button {
  margin: auto;
  display: block;
  width: 100px;
  border: 0;
  border-radius: 5px;
  color: white;
  background: #2b2c2d;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 9px 2px;
}
.MSG-modal img {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
  height: 120px;
}
.gui-progressbar {
  border-right: 1px solid #CCCCCC;
}
.gui-cart .gui-progressbar {
  display: none;
}
@media(max-width:1440px) {
  .navbar-shop {
    padding-top: 3rem;
  }
  .navbar-shop .navbar-nav > .nav-item {
    padding-bottom: 3rem;
  }
}
#gui-wrapper.gui-checkout .gui-progressbar ul li.gui-done a {
    color: #000;
    text-shadow: none;
}
.gui-login .gui-messages {
    width: 410px;
    display: inline-block;
    margin: 10px auto 40px 60px;
}
#MessageList {
  display: none;
}
.register-wrap, .template-other, .cart-checkout-wrap {
    max-width: 1200px;
    margin: auto;
    padding-top: 2em;
}
.cart-checkout-wrap .gui ul.gui-products li {
  padding-right: 35px;
}