@charset "utf-8";

/* CSS Document */
/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttons
	8. Footer
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  font-family: "Oxygen", sans-serif;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

.button {
  background: #2699fb;
  color: #fff;
  text-decoration: none !important;
  padding: 5px 10px;
}

.button:hover {
  opacity: 0.8;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?-4xo876");
  src: url("../font/icomoon.eot?#iefix-4xo876") format("embedded-opentype"),
    url("../font/icomoon.woff?-4xo876") format("woff"),
    url("../font/icomoon.ttf?-4xo876") format("truetype"),
    url("../font/icomoon.svg?-4xo876#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "awb-icons";
  src: url("../font/awb-icons.woff") format("woff"),
    url("../font/awb-icons.ttf") format("truetype"),
    url("https://93fd9c214c.nxcli.net/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.svg#awb-icons")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "modernshop";
  src: url("../font/modernshop.ttf?6uxuw2") format("truetype"),
    url("../font/modernshop.woff?6uxuw2") format("woff"),
    url("https://93fd9c214c.nxcli.net/wp-content/uploads/fusion-icons/modernshop-v1.2/fonts/modernshop.svg?6uxuw2#modernshop")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-search-1:before {
  content: "\f002";
}

.icon-phone-1:before {
  content: "\f095";
}

.icon-mail:before {
  content: "\f0e0";
}

.icon-acrobat:before {
  content: "\f1c1";
}

.icon-down-bold:before {
  content: "\e60a";
}

.icon-up-bold:before {
  content: "\e60b";
}

.icon-comments:before {
  content: "\e60c";
}

.icon-clock:before {
  content: "\e60e";
}

.icon-link:before {
  content: "\e60d";
}

.icon-location:before {
  content: "\e609";
}

.icon-menu:before {
  content: "\e600";
}

.icon-yelp:before {
  content: "\e608";
}

.icon-facebook:before {
  content: "\e601";
}

.icon-gplus:before {
  content: "\e602";
}

.icon-instagram:before {
  content: "\e607";
}

.icon-pinterest:before {
  content: "\e603";
}

.icon-twitter:before {
  content: "\e604";
}

.icon-vimeo:before {
  content: "\e605";
}

.icon-youtube:before {
  content: "\e606";
}

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white url(../nivo/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

a.nivo-prevNav {
  left: 15px;
}

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.hideText {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hideText a {
  display: block;
  height: 100%;
}

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 75%;
}

body {
  background-color: #f1f1f1;
  color: #2699fb;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
    Verdana, sans-serif;
  margin: 0 auto;
}

@media screen and (min-width: 581px) and (max-width: 1030px) {
  body {
    padding: 0 10px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2699fb;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em;
}

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428;
  margin-bottom: 1.1428571428571428em;
}

h5 {
  font-size: 1.125em;
  line-height: 1.3333333333333333;
  margin-bottom: 1.3333333333333333em;
}

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.v65-title {
  color: #333333;
  font-family: Georgia, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}

.v65-subtitle {
  color: #333333;
  font-size: 1.5em;
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}

p,
blockquote {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

dl,
ol,
ul {
  margin: 0 0 1.5em;
}

dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #111111;
}

hr {
  background-color: #111111;
  border: 0;
  color: #111111;
  height: 1px;
}

a[name="footerNav"] {
  display: none !important;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
.banner-root {
  max-height: 0px;
  transition: max-height 0.3s ease-in-out;
  background: #1078d1;
  display: none;
}

.banner-slide-up {
  max-height: 0 !important;
  overflow-y: hidden;
}

.headerTop {
  background: #fff;
  color: #2699fb;
}

.headerstrip-wrapper {
  height: 50px;
  position: relative;
}

.headerstrip-wrapper .headerstrip__banner-dismiss {
  width: 12px;
  height: 12px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  font: inherit;
  line-height: 0;
  cursor: pointer;
  outline: inherit;
  opacity: 1;
  color: white;
  text-decoration: none;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  right: 20px;
  top: 20px;
  z-index: 2;
  filter: brightness(0) invert(1);
}

.headerstrip-wrapper .headerstrip__banner-dismiss:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.headerstrip-wrapper h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}

.headerTop + .v65-group {
  align-items: center;
}

header.primary {
  background: #2699fb;

  position: fixed;
  width: 100%;
  z-index: 10;
  color: #fff;
}

header.primary .wrapper {
  position: relative;
  display: flex;
}

.topUserTools {
  display: block;
  float: none !important;
  width: 100% !important;
  text-align: right;
}

.telephoneNumber {
  display: inline-block;
}

.topUserTools a {
  color: #2699fb;
}

.telephoneNumber a {
  padding-right: 10px;
  border-right: 1px solid;
}

.v65-yourAccount,
.v65-editProfile {
  margin: 0;
  line-height: normal;
  width: auto;
  height: auto;
  padding-left: 10px;
  border-color: #fff;
}

.v65-login,
.v65-logout {
  display: inline-block;
  padding-left: 10px;
  width: auto;
}

#v65-modalCart {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

a#v65-toggleModalCart {
  border-left: 1px solid;
  padding-left: 10px;
}

@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid black;
  }

  .banner-root {
    max-height: unset !important;
  }
  .banner-slide-up {
    max-height: 0 !important;
  }
  .headerstrip-wrapper {
    height: auto;
  }
}

.logo {
  display: block;

  position: relative;
}

.logo a {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.logo.errorLogo {
  float: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
}

@media screen and (max-width: 767px) {
  .logo {
    clear: both;
    margin: 0.5em auto 0;
  }
}

@media screen and (min-width: 768px) {
  .logo {
    float: left;
    margin-bottom: 0;
    width: 30%;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 13px;
  position: relative;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .mainMenu {
    margin: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .mainMenu {
    float: right;
    width: 80%;
  }
}

.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainMenu ul {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .mainMenu ul {
    text-align: right;
  }
}

.mainMenu ul ul {
  border: 1px solid #2699fb;
  background: #2699fb;
  display: none;
  font-size: 12px;
  left: -290px;
  position: absolute;
  top: 100px;
}

ul#ShopMenu {
  height: 135px;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  width: 700px;
  left: -320px;
}
ul#menu-shop-menu a {
  text-decoration: none;
}

.mainMenu ul ul:before {
  content: "";
  /* display: block; */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #2699fb;
  position: absolute;
  right: calc(50% - 10px);
  top: -21px;
}

.mainMenu ul ul .v65-selected {
  color: black;
  font-weight: bold;
}

.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mainMenu li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 819px) {
  .mainMenu li {
    margin: 0 0 0 35px;
  }
}

@media screen and (min-width: 820px) {
  .mainMenu li {
    margin: 0 0 0 40px;
  }
}

.mainMenu li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .mainMenu li:hover ul {
    display: flex;
  }
}

.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 230px;
}

.mainMenu li li a {
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  text-transform: uppercase;
}

.mainMenu li li a:hover {
  color: #fff;
}

.mainMenu a {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .mainMenu a {
    line-height: 80px;
  }
}

.mainMenu a:hover {
  color: black;
  text-decoration: none;
}

.mainMenu .v65-pageAParent {
  color: black;
}

@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}

.mainMenu .v65-selected {
  color: black;
  font-weight: bold;
}

.mainMenu .footerMenuLink {
  bottom: 0;
  font-size: 1.5em;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 450px) {
  .mainMenu .footerMenuLink {
    display: block;
  }
}

@media screen and (min-width: 451px) {
  .mainMenu .footerMenuLink {
    display: none;
  }
}

/* ----- b. Sub Menu ----- */
.subMenu {
  margin-bottom: 0;
  margin-top: 6%;
}

@media screen and (min-width: 768px) {
  .subMenu {
    border-right: 1px solid #cccccc;
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    width: 17.5%;
  }
}

@media screen and (max-width: 767px) {
  .subMenu h3 {
    display: none;
  }
}

.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.subMenu li {
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #cccccc;
    line-height: 44px;
    text-align: center;
  }
}

.subMenu li ul {
  margin-left: 10px;
}

.subMenu a {
  display: inline-block;
  line-height: 1.5;
  width: 100%;
}

.subMenu .v65-pageAParent {
  color: black;
}

.subMenu .v65-leftSelected {
  color: black;
  font-weight: bold;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
  width: 100%;
}

#v65-modalContentHeader {
  background: #333333;
}

.content {
  background: white;
  padding-top: 166px;
  box-shadow: 0 0 20px #999999;
}

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 1em;
  }
}

@media screen and (min-width: 768px) {
  .pageContent {
    padding-bottom: 50px;
  }
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: white;
  box-shadow: 0 0 2em #999999;
}

.homepageText {
  margin-bottom: 2em;
}

@media screen and (max-width: 700px) {
  .homepageText {
    padding: 0 4%;
  }
}

@media screen and (min-width: 701px) {
  .homepageText {
    float: left;
    padding: 0 4% 4%;
    width: 100%;
    padding-top: 25px;
  }
}

.homepageProductGroup {
  margin: 0 0 2em;
}

@media screen and (max-width: 700px) {
  .homepageProductGroup {
    padding: 0 4%;
  }
}

@media screen and (min-width: 701px) {
  .homepageProductGroup {
    float: left;
    padding: 0 4% 4% 0;
    width: 36%;
  }
}

.homepageProductGroup .v65-productGroup-products {
  text-align: left;
  width: 100%;
}

.homepageProductGroup .v65-productGroup-title {
  color: #333333;
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0.25em 0 0.5em;
}

.homepageProductGroup .v65-productGroup-teaser {
  float: none;
  margin: 0;
  width: 100%;
}

.homepageProductGroup .v65-productGroup-product {
  margin: 0 0 1em;
  width: 100%;
}

.homepageProductGroup .v65-product-photo {
  float: left;
  width: auto;
}

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
}

#slider .nivo-main-image {
  position: absolute !important;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333333;
  bottom: 1em;
  color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .page {
    width: 100%;
    margin-top: 80px;
  }
}

.colWrapper {
  margin-bottom: 2em;
  width: 100%;
}

.colWrapper:before,
.colWrapper:after {
  content: "";
  display: table;
}

.colWrapper:after {
  clear: both;
}

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%;
}

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%;
}

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%;
}

.col22:first-child {
  margin-left: 0;
  width: 65%;
}

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%;
}

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%;
}

.col4:first-child {
  margin-left: 0;
}

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%;
  }

  .col4:first-child {
    margin-left: 2%;
  }
}

@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .col2:first-child {
    float: none;
    width: 100%;
  }

  .col22,
  .col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }

  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .col3:first-child {
    float: none;
    width: 100%;
  }

  .col4,
  .col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
}

.v65-featureRight,
.v65-right,
.v65-featureLeft,
.v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----- c. Store Styles ----- */
@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo,
  #v65-fieldset-billingInfo,
  #v65-fieldset-shippingOptions,
  #v65-fieldset-shippingInfo,
  #v65-fieldset-paymentMethod,
  #v65-fieldset-sourceCode,
  #v65-fieldset-usernamePassword {
    width: 98%;
  }
}

.v65-productGroup-teaser {
  width: 100%;
}

.v65-productGroup-product:first-child {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .v65-productGroup .v65-clear {
    display: none;
  }
}

.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
  display: none;
}

@media screen and (min-width: 581px) and (max-width: 599px) {
  .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
    display: block;
  }
}

.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 750px) {
  .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px;
  }
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 56%;
  }
}

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    float: right;
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    padding-top: 4%;
    width: 40%;
  }
}

.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}

.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilter {
    float: left;
    width: 48%;
  }
}

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%;
  }
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  padding: 0 1em;
}

button.defaultBtn,
button.modalBtn,
button.largeBtn {
  background-color: #2699fb;
  color: #fff;
  border: 1px solid #2699fb;
  border-radius: 0;
  height: 35px;
  margin-left: -5px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

button.defaultBtn span,
button.modalBtn span,
button.largeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

button.defaultBtn:hover,
button.defaultBtn:active,
button.modalBtn:hover,
button.modalBtn:active,
button.largeBtn:hover,
button.largeBtn:active {
  background-color: #843a27;
}

button.modalBtn,
button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}

button.altBtn,
button.altModalBtn,
button.altLargeBtn {
  background-color: #cccccc;
  text-transform: uppercase;
  text-decoration: none;

  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button.altBtn span,
button.altModalBtn span,
button.altLargeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

button.altBtn:hover,
button.altBtn:active,
button.altModalBtn:hover,
button.altModalBtn:active,
button.altLargeBtn:hover,
button.altLargeBtn:active {
  background-color: #d9d9d9;
}
button.avada-menu-mobile-menu-trigger {
  height: auto;
  line-height: normal;
}

button.avada-menu-mobile-menu-trigger span {
  line-height: normal;
  height: auto;
  padding: 0;
}

a span {
  padding: 0 0.3em;
  height: auto;
  line-height: inherit;
}
.v65-widgetModalCart-status span {
  padding: 0;
}
nav.fusion-animated.fusion-menu-element-wrapper {
  z-index: 99;
}

a.linkBtn,
a.modalLinkBtn,
a.largeLinkBtn {
  background-color: #7c2710;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
  text-transform: uppercase;
}

a.linkBtn span,
a.modalLinkBtn span,
a.largeLinkBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

a.linkBtn:hover,
a.linkBtn:active,
a.modalLinkBtn:hover,
a.modalLinkBtn:active,
a.largeLinkBtn:hover,
a.largeLinkBtn:active {
  background-color: #843a27;
}

a.linkAltBtn,
a.modalLinkAltBtn,
a.modalLinkAltBtn {
  background-color: #6b696a;

  border: 1px solid #6b696a;
  border-radius: 0;

  text-decoration: none;
  text-decoration: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.linkAltBtn span,
a.modalLinkAltBtn span,
a.modalLinkAltBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

a.linkAltBtn:hover,
a.linkAltBtn:active,
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active,
a.modalLinkAltBtn:hover,
a.modalLinkAltBtn:active {
  opacity: 0.8;
  background-color: #111;
  border-color: #111;
}

a.modalLinkBtn,
a.modalLinkAltBtn,
a.modalLinkAltBtn {
  min-width: auto;
}

.v65-cartCheckOutButtons a:first-child {
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  color: #7c2710 !important;
  border-color: #7c2710;
  border-radius: 0;
  font-size: 20px;
  text-transform: uppercase;
}

a.linkAltBtn span {
  color: #7c2710;
}

a.modalLinkAltBtn span {
  color: #fff;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  background: #333333;
  color: #747474;
  padding: 0;
  text-align: center;
  width: 100%;
}
footer p {
  margin: 20px 0;
}
footer .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footerTools.legal {
  width: 100%;
}

footer ul {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

.footer-menu {
  width: 15%;
}

.footer-menu li {
  display: block;
  text-align: left;
}

footer a {
  color: #fff;
}

.footer-social-menu {
  width: 15%;
  text-align: left;
}

.footer-social-menu li {
  display: block;
}

.footer-signup-form {
  width: 35%;
  text-align: left;
  line-height: 3;
}

.footer-visit-us {
  width: 25%;
  text-align: left;
}

.footer-logo {
  width: 10%;
}

#v65-subscribeWidget input {
  border: none;
  height: 40px;
  width: 50%;
  color: #2699fb;
}

#v65-subscribeWidget .defaultBtn {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  color: #fff !important;
  width: 25%;
  height: 40px;
  border-radius: 0;
  border-color: #fff;
}

.footer-visit-us h2 {
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva,
    Verdana, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  footer li {
    border-top: 1px solid #cccccc;
    line-height: 44px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    padding: 0 5px;
  }
}

footer li a {
  color: #333333;
  display: inline-block;
  font-size: 0.917em;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer li a {
    width: 100%;
  }
}

footer li a:hover {
  color: black;
}

footer .phone a:hover,
footer .email a:hover,
footer .map a:hover {
  text-decoration: none;
}

footer .legal {
  font-size: 0.917em;
}

footer .legal li {
  display: block;
}

footer a {
  color: #333333;
}

.v65-paging {
  clear: left;
}

@media screen and (min-width: 501px) {
  div#v65-navTypeVarietal,
  #v65-navRegionAppellation,
  #v65-navBrand {
    float: left;
    width: 33.33%;
  }
}

/****************************************
 8. Products
 ****************************************/
.list-item.single-product {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  order: 4;
  -webkit-order: 4;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.v65-product-photo {
  background: #f0f9ff;
  margin-bottom: 0;
}

.v65-wine-specs-title.v65-title {
  margin-top: 20px;
}

.product-infowrap {
  background: #bce0fd;
  padding: 20px;
  text-align: center;
  color: #2699fb;
}

.product-infowrap h4 {
  font-style: normal;
}

.v65-title {
  font-style: normal;
  color: #2699fb;
}

.v65-title a {
  color: #2699fb;
}

.v65-product-addToCart-quantity input {
  border-color: #ccc;
  height: 33px;
  padding: 5px 2px !important;
}
.v65-cartItemAmount .v65-qtyField {
  padding: 5px 2px !important;
}
.v65-product-drilldownLink {
  display: block;
}

.v65-product-drilldownLink a {
  color: #2699fb;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.v65-paging,
.v65-Paging {
  border: none;
  order: 2;
  -webkit-order: 2;
  width: 33.3333%;
  padding: 0 15px;
  margin-left: auto;
}

.v65-product-pagination {
  width: 100%;
}

.v65-product-pagination ul,
.v65-Paging ul {
  padding: 0;
}

.v65-pagingBottom,
#v65-PagingBottom {
  order: 5;
  -webkit-order: 5;
  width: 100%;
}

.shop-page {
  display: flex;
  flex-wrap: wrap;
}

.shop-page .clear-div {
  width: 100%;
  order: 4;
  -webkit-order: 4;
  margin-bottom: 10px;
}

.shop-page > h1 {
  order: 1;
  -webkit-order: 1;
  width: 33.3333%;
  padding: 0 15px;
  color: #111;
  font-style: normal;
  font-size: 32px;
}

.search-widget {
  order: 3;
  -webkit-order: 3;
  width: 33.3333%;
  padding: 0 15px;
  margin-left: auto;
}

.search-widget fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#v65-searchWidgetInput input {
  width: 100%;
  border-color: #2699fb;
}

div#v65-searchWidgetButton button {
  font-size: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
  height: 23px;
  position: absolute;
  right: 5px;
  top: -26px;
  width: 23px;
  background: url(/assets/images/search.svg);
  background-size: contain;
}

div#v65-searchWidgetButton button:hover {
  border: none;
  box-shadow: none;
}

div#v65-searchWidgetButton {
  position: relative;
}

.v65-product-pagination li,
.v65-Paging li {
  color: #2699fb;
}

.v65-product-pagination li a,
.v65-Paging li a {
  color: #2699fb;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.v65-product-pagination li a:hover,
.v65-Paging li a:hover {
  background: #bce0fd;
  color: #2699fb;
}

li strong {
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: block;
  text-align: center;
  line-height: 30px;
  background: #2699fb;
  color: #fff;
}

/*
 Suggesed Products
*/
.v65-suggestedProducts-products,
.v65-productGroup-products {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}

.v65-suggestedProducts-product,
.v65-productGroup-product {
  width: 33.3333%;
  margin: 0;
}

.v65-suggestedProducts-product .list-item.single-product,
.v65-productGroup-product .list-item.single-product {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
  height: 100%;
  align-items: baseline;
  align-content: baseline;
}

.v65-suggestedProducts-product .list-item.single-product > *,
.v65-productGroup-product .list-item.single-product > * {
  width: 100%;
}

.v65-suggestedProducts-product .v65-product-addToCart-priceWrapper,
.v65-productGroup-product .v65-product-addToCart-priceWrapper {
  display: inline-block;
}

.v65-suggestedProducts-product .v65-product-photo img,
.v65-productGroup-product,
.v65-product-photo img {
  max-width: 100%;
  width: 100%;
}

/**********
 Single Product Page
 ********************/
.v65-wine-profile-title.v65-title {
  display: none;
}

.v65-product-photo img {
  width: 100%;
}

.v65-product-attribute .v65-product-attributeLabel,
.v65-product-attributeLabel {
  text-transform: uppercase;
}

.v65-productWrapper .v65-product-leftCol {
  width: 44.5%;
}

.v65-productWrapper .v65-product-rightCol {
  width: 50.5%;
}

.v65-productWrapper h1 {
  width: 100%;
}

button.back-btn {
  background: transparent;
  font-size: 12px;
  color: #2699fb;
  border: 1px solid;
  width: 80px;
}

.single-product-page {
  display: flex;
  flex-wrap: wrap;
}

.single-product-page .search-widget {
  width: 38.3%;
}

.single-product-page .v65-productWrapper {
  order: 3;
  -webkit-order: 3;
  width: 100%;
}

.related-products {
  width: 100%;
  order: 4;
  -webkit-order: 4;
  margin-top: 50px;
}

.related-products .v65-product-relatedProducts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.v65-product-relatedProducts-title.v65-title {
  width: 100%;
  display: none;
}

.v65-product-relatedProducts .v65-product-relatedProducts-product {
  width: 33.3333%;
  padding: 0 15px;
}

.v65-wine-otherNotes {
  display: none;
}

/******************************
Cart Page 
************************************/
.checkout-page hr {
  display: none;
}
.v65-carrot > * {
  color: #fff;
}
table#v65-cartTable {
  background: #f1f8fe;
}

#v65-cartTable th {
  display: block;
  background: #f1f8fe;
  border: none;
  text-align: left;
  padding: 10px;
}

#v65-cartSubtotal td,
.v65-cartTax td,
#v65-cartTotal td {
  background: #f1f8fe;
  border: none;
}

div#v65-cartPaymentOptions {
  display: none;
}

.v65-cartItem td {
  border: none;
  text-align: left;
}

.v65-cartItem form {
  width: auto;
  padding-left: 10px;
}

.v65-cartItemImage {
  display: none !important;
}

/*Cart Table New Styling*/
table#v65-cartTable tbody {
  width: 100%;
  display: block;
}

table#v65-cartTable tr {
  width: 100%;
  display: block;
  float: left;
}

table#v65-cartTable th {
  display: block !important;
  float: left;
}

table#v65-cartTable .v65-cartItemAmount {
  width: 20%;
}

table#v65-cartTable .v65-cartItemDescription {
  width: 50%;
}

table#v65-cartTable .v65-cartItemPrice {
  width: 10%;
}

table#v65-cartTable .v65-cartItemTotal {
  width: 10%;
}

table#v65-cartTable td {
  display: block;
  float: left;
  padding-right: 0.667em;
}

td.v65-cartItem {
  width: 10%;
}

td.v65-cartItemAmount form {
  padding-left: 0;
}

.v65-cartItemAmount button.modalBtn {
  display: inline-block;
  margin-top: -5px;
}

.v65-cartItemAmount .v65-qtyField + br {
  display: none;
}

td.cartItemDescription {
  width: 60%;
  padding-left: 0.667em !important;
}

td.v65-cartItemPrice {
  width: 10%;
}

td.v65-cartItemTotal {
  width: 10%;
}

td.v65-cartSubtotal-4.right {
  float: right;
  width: 10%;
}

td.v65-cartSubtotal-1 {
  width: 10%;
}

td.v65-cartSubtotal-2 {
  width: 60%;
}

td.v65-cartSubtotal-3 {
  display: none !important;
  padding: 0;
}

td.v65-cartSubtotal-4 {
  width: 10%;
}

td.v65-cartSubtotal-5 {
  width: 10%;
}

td.v65-cartTax-1 {
  width: 10%;
}

td.v65-cartTax-2 {
  width: 60%;
}

td.v65-cartTax-3 {
  display: none !important;
}

td.v65-cartTax-4 {
  width: 10%;
}

td.v65-cartTax-5 {
  width: 10%;
}

td.v65-cartTotal-1 {
  width: 10%;
}

td.v65-cartTotal-2 {
  width: 60%;
}

td.v65-cartTotal-3 {
  display: none !important;
}

td.v65-cartTotal-4 {
  width: 10%;
}

td.v65-cartTotal-5 {
  width: 10%;
}

th.right {
  text-align: right !important;
}

td.right {
  text-align: right !important;
}

.v65-cartItemInStock {
  width: 10%;
}

th.v65-cartItemAvailability {
  width: 10%;
}

td.v65-cartSubtotal-6 {
  width: 10%;
}

td.v65-cartTax-6 {
  width: 10%;
}

td.v65-cartTotal-6 {
  width: 10%;
}

#v65-cartTable td {
  padding: 10px;
}

div#v65-cartPaymentOptions {
  display: none;
}

#v65-cartHeader .v65-cartCheckOutButtons {
  display: none;
}

#v65-cartCheckOutCoupons {
  margin-top: -90px;
  margin-left: 5px;
}

#v65-cartCheckOutCoupons fieldset {
  border: none;
}

#v65-cartCheckOutCoupons form {
  width: 300px;
}

#v65-CouponCode {
  width: 50%;
}

#v65-cartCheckOutCoupons .v65-form button[type="submit"] {
  margin-top: 0;
  height: 35px;
}

/* Place Order Checkout page */
p.order-by-phone + div + p,
div.alert + div + p {
  text-align: center;
  font-size: 15px;
}

h3.checkout-page-heading {
  font-size: 40px;
  margin-bottom: 15px;
}

p.order-by-phone {
  font-size: 20px;
  margin-bottom: 15px;
}

p.order-by-phone + div + p a,
div.alert + div + p a {
  background: #7c2710;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
}

p.order-by-phone + div + p + p,
div.alert + div + p + p {
  display: none;
}

p.order-by-phone + div + p + p,
div.alert + div + p + p {
  display: none;
}

#v65-checkoutFormWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#v65-checkoutCartSummaryWrapper {
  width: 50%;
  width: 100%;
  position: relative;
}

div#v65-checkoutFooter.stick {
  position: fixed;
  max-width: 575px;
  right: 57px;
  top: 125px !important;
}

#v65-checkoutFormWrapper form {
  width: 100%;
  color: #2699fb;
}

#v65-checkoutFormWrapper form > fieldset,
#v65-clubFormWrapper form > fieldset {
  width: 45%;
  border: none;
  margin-right: 5%;
}
#v65-clubFormWrapper input,
#v65-clubFormWrapper select {
  width: 100% !important;
}
.v65-form legend {
  color: #2699fb;
}

#v65-checkBilling select[name="BillBirthMonth"],
#v65-clubFormWrapper #v65-billBirthMonth {
  width: 33% !important;
  margin-right: 0%;
}

#v65-checkBilling select[name="BillBirthDay"],
#v65-checkBilling select[name="BillBirthYear"],
#v65-clubFormWrapper #v65-billBirthDay,
#v65-clubFormWrapper #v65-billBirthYear {
  width: 32% !important;
  margin-right: 0%;
}

.v65-form select {
  height: 35px;
  border-color: #2699fb;
  color: #2699fb;
}

#v65-checkBilling input[name="BillFirstName"],
#v65-checkBilling input[name="BillLastName"],
#v65-checkBilling input[name="BillCompany"],
#v65-checkBilling input[name="BillCity"],
#v65-checkBilling input[name="BillMainPhone"],
#v65-checkBilling input[name="BillEmail"] {
  width: 100%;
  border-color: #2699fb;
}

.v65-form fieldset div {
  padding: 10px 0;
}

#v65-checkBilling input[name="BillAddress"] {
  width: 100%;
}

#v65-checkBilling input[name="BillAddress2"] {
  width: 100%;
  border-color: #2699fb;
}

#v65-checkBilling input {
  border-color: #2699fb !important;
}

div [v65js="billAddressBlock"] div:nth-child(7) {
  width: 48%;
  float: left;
  margin-right: 2%;
}

#v65-checkBilling select[name="BillStateCode"] {
  width: 100%;
}

div [v65js="billAddressBlock"] div:nth-child(8) {
  width: 50%;
}

#v65-checkBilling input[name="BillZipCode"] {
  width: 100%;
}

.v65-form input {
  height: 35px;
}

#v65-checkBilling textarea[name="OrderNotes"] {
  width: 100%;
}

.v65-form textarea {
  border-color: #2699fb;
}

div#v65-shippingInformation input {
  width: 100% !important;
}

#v65-checkBilling select[name="BirthMonth"],
#v65-checkBilling select[name="ShipBirthMonth"] {
  width: 31% !important;
  margin-right: 1%;
}

#v65-checkBilling select[name="BirthDay"],
#v65-checkBilling select[name="BirthYear"],
#v65-checkBilling select[name="ShipBirthDay"],
#v65-checkBilling select[name="ShipBirthYear"] {
  width: 32% !important;
}

select#v65-shipBirthDay {
  margin-right: 1%;
}

div [v65js="shipAddressBlock"] > div:last-child {
  width: 47%;
  float: left;
}

div [v65js="shipAddressBlock"] > div:nth-child(7) {
  width: 47%;
  float: left;
  margin-right: 6%;
}

#v65-checkBilling textarea[name="giftMessage"] {
  width: 100%;
}

#v65-checkBilling legend {
  padding: 0;
}

.v65-form textarea,
.v65-form select {
  width: 100%;
}

.v65-form input[type="text"],
.v65-form input[type="password"],
.v65-form input[type="username"] {
  width: 100%;
}

#v65-checkBilling select[name="CardExpiryMo"],
#v65-checkBilling select[name="cardExpiryMo"] {
  width: 65% !important;
  margin-right: 4%;
}

#v65-checkBilling select[name="CardExpiryYr"],
#v65-checkBilling select[name="cardExpiryYr"] {
  width: 30% !important;
}

#v65-checkBilling input[name="CVV2"] {
  width: 100%;
}

#v65-checkoutCartSummaryWrapper {
  background: #f0f9ff;
  border: none;
}

#v65-checkoutCartSummaryMini {
  width: 100%;
  min-height: 120px;
}

#v65-checkCartSummaryMoreOptions {
  width: 100%;
}

div#v65-couponFormWrapper fieldset {
  width: 100%;
}

div#v65-couponFormWrapper button[type="submit"],
div#v65-giftCardFormWrapper button[type="submit"] {
  height: 35px;
  margin: 0;
  width: 100px;
  font-size: 14px;
}

.v65-form legend {
  padding: 0;
}

#v65-GiftCode {
  width: 50%;
}

div#v65-giftCardFormWrapper fieldset {
  width: 100%;
}

div#v65-continueOrder {
  width: 100%;
}

div#v65-continueOrder button {
  width: 100%;
  text-transform: uppercase;
  height: 50px;
  font-size: 20px;
}

#v65-checkoutSecure {
  display: none;
}
div#v65-checkoutFooter.clubSigupContinue {
  width: 50%;
  position: absolute;
  right: 0;
  margin-top: 50px;
  top: 0;
}
div#v65-checkoutFooter.clubSigupContinue .floatRight {
  width: 100%;
}
div#v65-checkoutFooter.clubSigupContinue button {
  width: 100%;
  text-transform: uppercase;
  height: 50px;
  font-size: 20px;
}
#v65-signUpClubSummaryWrapper {
  width: 100%;
  position: relative;
}
.clubForm {
  margin-top: 50px;
}
#v65-checkoutFooter > p,
#v65-checkoutFooter .v65-additionalComments {
  background: url(/assets/images/lock-icon.png);
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 70px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.v65-additionalComments p:first-child {
  display: none;
}
div#v65-checkoutFooter > p strong {
  text-transform: uppercase;
}

.tel-friend + p + p {
  display: none;
}

.tel-friend {
  text-align: center;
}

.tel-friend ul {
  display: inline-block;
  font-size: 20px;
  padding-left: 16px;
}

.tel-friend ul li {
  margin-right: 10px;
}

.tel-friend p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px !important;
}

.tel-friend a {
  color: #2699fb;
}

/*=========================
 * Members page
 ===========================*/
.member-page .wrapper {
  display: flex;
}

.member-page .page {
  width: 80%;
  order: 1;
}
