/* Landing Page Updates */

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Webkit Nightlies & Google Chrome Canary */
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.grayscale:hover {
  filter: none; /* Applies to FF + IE */
  -webkit-filter: grayscale(0);

}
.grayscale img {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0 auto;
}
@media screen and (max-width:479px) {
  .grayscale img {
    width: 100%;
  }
}
.grayscale:hover img {
  transform: scale(1.1);
}
.promos {
  margin: 18px 0;
}
.promos--1 .promo {
  display: block;
  position: relative;
  margin: 18px 0;
  overflow: hidden;

}
@media screen and (max-width:767px) {
  .promos.promos--1 {
    margin-top: 0;
  }
}
.promos--1 .promo .promo__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.9);
  text-align: center;
}
.promo__text .promo__title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  text-shadow: 1px 2px 4px rgba(1, 1, 1, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.promo__text .promo__shop-now {
  display: block;
  font-family: "Playfair Display";
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  text-align: left;
  text-shadow: 1px 2px 4px rgba(1, 1, 1, 0.35);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  letter-spacing: 0.06em;
}

/* Sticky Mobile Header */

body.vp-top-bar-padding {
  padding-top: 56px !important;
}
.vp-top-bar-padding.pml-open .push-menu {
  margin-top: 56px;
}
@media only screen and (max-width:767px) {
  .page-wrap.fix-header > header {
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 73px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0, 0.5);
  }
  .page-wrap.fix-header > header .navbar-toggle {
    margin-top: 11px;
  }
  .page-wrap.fix-header > header .site-name.logo .vlogo {
    height: 73px;
  }
  .page-wrap.fix-header > header .site-name.logo .vlogo img {
    margin: 25px auto;
  }
  .page-wrap.fix-header > header .site-tools {
    margin-top: 26px;
  }
  .page-wrap.fix-header .search--mobile {
/*    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;*/
    margin-top: 111px;
  }
}

.flashsale img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.slideshow .owl-carousel .owl-controls {
  padding-bottom: 0 !important;
}


/* CH EDIT 12-03-2016*/

/* PayPal*/
#PayPalButton .paypal-button-widget .paypal-button.paypal-style-checkout {
	max-width: none !important;
}

#PayPalButton .paypal-button-widget .paypal-button.paypal-style-checkout .paypal-button-content {
	height: auto !important;
	max-height: none !important;
	width: auto !important;
	font-size: 15px !important;
	line-height: normal !important;
	padding: 10px;
}

#PayPalButton .paypal-button-widget .paypal-button-tag-content {
	font-size: 14px !important;
	line-height: normal;
}

.shoppingcart #content_area input.btn_checkout_guest {
  margin: 0;
}

.shoppingcart form[name='Proceed_To_Checkout_Form'] {
  display: inline-block;
  vertical-align: top;
}

.shoppingcart #v65-cart-checkout-parent br {
  display: none;
}

.shoppingcart #AmazonPayButton {
  display: inline-block;
  vertical-align: middle;
}

.shoppingcart #v65-cart-checkout-parent div {
  /* display: inline-block; */
  vertical-align: middle;
}

/* Search */
header .search .form-group {
	width: auto;
}

header .search { width: 100%;}

@media (min-width: 768px) {
	header .search .form-group {
		width: 70%;
		margin: 0 auto 0 0;
	}

	header .search .form-control,
	header .search .search__submit {
		height: 40px;
	}

	header .search .form-control {
		line-height: 40px;
	}

	header .search .search__submit {
		width: 100px;
	}
}


/* Top Nav */

/*.main-menu .vnav.vnav--vertical.vnav--level1 > .vnav__item:nth-child(1n + 2) {
	display: none;
}*/

.main-menu .menu {
	text-align: center;
}

.main-menu .vnav__subnav {
  background-color: rgba(255,255,255,.9);
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 10;
}

.main-menu .vnav__subnav .vnav__link {
  text-transform: none;
}

.main-menu .vnav__subnav .vnav__link:hover {
  background-color: transparent;
  color: #00aeef;
}

/*Left Nav*/
html:not(.category):not(.productdetails) [role='complementary'] {
  display: none;
}

html:not(.category):not(.productdetails) [role='main'] {
  width: 100%;
}

.sidebar {
  padding: 30px 0;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar .menu-title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.menu-s a {
  color: #3b3b3b;
  padding: 3px 0;
  display: block;
}

.menu-s a:hover { color: #00aeef; }

.main-menu .nav-wrap { overflow: visible; }

/*Checkout Styles*/

@media (min-width: 992px) {
  #table_checkout_cart0-sticky-wrapper {
    width: 40%;
  }
}

.category .vp-sc-thumbs .vp-sc-thumbs__item {padding-top: 5px; padding-bottom: 5px;}
.category .vp-sc-thumbs .vp-sc-thumbs__img {margin-bottom: 0;}
.category .vp-sc-thumbs .vp-sc-thumbs__info {display: none;}


/* remove mobile widths for top-nav*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .main-menu .menu {
        width: auto;
    }
}

.category .vp-sc-thumbs .vp-sc-thumbs__item {padding-top: 5px; padding-bottom: 5px;}
.category .vp-sc-thumbs .vp-sc-thumbs__img {margin-bottom: 0;}
.category .vp-sc-thumbs .vp-sc-thumbs__info {display: none;}
.category .vp-sc-thumbs__list { padding: 0;}

@media (min-width: 992px) {
	div[role='complementary'] {
		width: 15%;
	}

	section[role='main'] {
		width: 85%;
	}
}

#iframe-html td input:not([type="checkbox"]){
    background: #fff !important;
    border-radius: 0;
    text-align: left;
    margin-bottom: 10px;
    min-width: 50px;
    height: auto;
    padding: 5px 12px;
    margin: 3px 0;
    min-height: 25px;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
}
#iframe-html [class*="cell"],
#iframe-html label {
font-size: 14px !important;
}
#iframe-html #CC_ExpDate select {
    max-width: 48%;

}
#paymentFrame {
    min-height: 475px;
}

.v65-payment-details-value-cell .form-control {
    padding: 0;
    background: white;
    border-color: #aaa !important;
}