html, body { width: 100%; }
body {
    margin: 0;
    padding: 0;
}

.header { width: 100%; text-align: center; }
.header:after { display: block; clear: both; content: ""; }
.header .logo,
.header .dashboard { float: left; }
.header .logo { width: 400px; }
.header .dashboard { width: calc(100% - 400px); }
.header .dashboard  img { max-width: 100%; }
#output-content { position: relative; }
#output-content { width: 960px; max-width: 100%; margin: 0 auto; }
/* .user #output-content { width: 360px; max-width: 100%; margin: 0 auto; } */

#vinesos-output h2 { font-size: 24px; }
#vinesos-output h3,
#vinesos-output h4,
#vinesos-output h5 { font-size: 18px; }

.club .join { margin-bottom: 5px; }
#vinesos-output { padding-top: 50px; }
#vinesos-output a { text-decoration: underline; }
#vinesos-output .login .submit { }
#vinesos-output .addToCart,
#vinesos-output .addtocart,
#vinesos-output .submit,
#vinesos-output .bodynavlink,
#vinesos-output .button,
#vinesos-output .btn {
    display: inline-block;
    background-color: #da572f;
    color: #ffffff;
    border-color: #da572f;
    transition: all 0.3s ease-out;
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: "Spectral SC",serif;
}
#vinesos-output .addToCart:hover,
#vinesos-output .addtocart,
#vinesos-output .submit:hover,
#vinesos-output .bodynavlink:hover,
#vinesos-output .button:hover,
#vinesos-output .btn:hover {
    background-color: #c64a2b;
    color: #ffffff;
    border-color: #c64a2b;
}
.breadcrumbs { display: none; }
.wineBox { }

#vinesos-output label { display: inline-block; }
#vinesos-output .verify .req { margin-left: -130px; }
#vinesos-output .verify form fieldset ol li label { margin-left: -130px; width: 130px; }
#vinesos-output .verify form fieldset ol li { padding-left: 150px; }
#vinesos-output .codes input { width: 64px !important; margin-left: 0;}
#vinesos-output .verify .guest .states select { margin-left: 0;}
@media ( max-width: 769px) {
  #vinesos-output .verify .req { margin-left: 0px; margin-right: 10px;}
  #vinesos-output .login .submit { margin-left: 0px; }
  #vinesos-output .verify form fieldset ol li label { margin-left: 0px; width: auto; }
  #vinesos-output .verify form fieldset ol li { padding-left: 0px; }
}
#vinesos-output  {position: relative;}
#vinesos-output #cart_status { position: absolute; top: 0px; right: 0; }
#menu-item-cart .content,
#cart_status .content { padding: 0; }
#cart_status { position: static; }
#cart_status,
#menu-item-cart .blockContainer { display: block !important; opacity: 1 !important; }
#menu-item-cart .blockContainer { position: relative; }
#header #cart_status { padding-top: 67px; }
#header.header-scrolled #cart_status { padding-top: 34px; }
#cart_status .cart-detail { top: 43px; }
#cart_status a { line-height: initial !important }
#cart_status .close { height: 40px !important; line-height: 40px !important; }
.pull_right { text-align: right; }

.shipping,
.billing { width: 48.5%; float: left; }
.clearfix { width: 100%; clear: both; }
@media ( max-width: 769px) {
    .shipping,
    .billing { width: 100%; float: none; }
}
#vinesos-output #userInfo .full thead tr { background: #242424; }
#coupon_form dt label,
#register dd label { display: inline-block; }
#couponCode dd input { margin-top: 0; }
#userInfo .discount_wrap:before, #userInfo .discount_wrap:after { margin-top: -10px; }
#pickup_message textarea { margin-top: 0; }
.fieldsetlike#keep_card dl.onSide dt,
fieldset.inside#keep_card dl.onSide dt { float: none; text-align: left; }

#vinesos-footer { padding-top: 3rem; text-align: center; float: left; width: 100%; }
#vinesos-footer span { display: inline; }
#footer { text-align: center; }

small { text-transform: none; }

.wineLeft {
    float: left;
    width: 68%;
}
.wineRight {
    float: right;
    width: 31%;
    text-align: right;
}
.series_wrap { margin-bottom: 1em; }
.series_wrap:after { display: block; content: ""; clear: both; }

#vinesos-output .cartBox select {
    float: right;
    margin: 0 0 .5em .5em;
    display: inline-block;
}

#vinesos-output .__vos-like-this-header {
    color: #2b2824;
    font-size: 23px !important;
    font-family: Oswald !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 1.233em !important;
    letter-spacing: .12em !important;
}

.wineBox { margin-bottom: 50px; }
.wineBox:after {
    content: "";
    display: block;
    clear: both;
}
.wineBox .image { width: 80px !important; text-align: center; }
.wineBox .text br+br { display: none; }
.wineBox .description { margin-left: 100px; }
.wineBox .description h4 { margin-top: 0; white-space: nowrap; font-size: 22px; }
.cartBox  { padding-top: 55px; }
.cartBox .btn { padding: 11px; height: 40px; min-width: 70px; box-sizing: border-box; }
@media (max-width: 480px) {
  .wineBox .description h4 { white-space: normal; }
  .cartBox  { padding-top: 10px; }
  #vinesos-output .wineBox .image { display: block; float: none; width: 100%; text-align: center; max-width: 100%; }
  .wineBox .description { margin-left: 0; }
}
.wineBox .description p { margin-bottom: 0; }

#vinesos-output .wineBox .cartBox form select { /* display: none; */ }
.cartBox .price_wrap { float: left; min-width: 240px;  }
.cartBox .price_wrap .price { margin-right: .5em; }
@media (max-width: 480px) {
    .wineLeft, .wineRight { float: none; width: 100%; }
    .cartBox .price_wrap { float: right; }
}
.wineBox .cartBox div.cartaddbutton {
    margin: 0;
    clear: right;
    display: inline-block;
}

.wineBox .image {
    text-align: center;
    width: 200px;
    float: left;
    margin-right: 15px;
}

.wineBox .image img {
    max-width: 100%;
}

.wineBox .wine_summary {
    overflow: hidden;
    margin-left: 215px;
}
.wineBox .leftPad.sold_out { font-style: italic; }

.wineBox .image img { max-width: 100%; }
#vinesos-output .right_column.adv_search,
#vinesos-output .left_column.adv_search { box-sizing: border-box; }
#vinesos-output .right_column.adv_search { min-width: 0;width: 75% }
#vinesos-output .left_column.adv_search { min-width: 0; width: 25%; }

@media (max-width: 480px) {
   #vinesos-output .right_column.adv_search { min-width: 0;width: 100%; padding: 0; border: none; }
   #vinesos-output .left_column.adv_search { min-width: 0; width: 100%; padding: 0; border: none; }
}

.wineDetailTable,
.wineDetailTable > tbody > tr:nth-child(2n+1),
.wineDetailTable > tbody > tr:first-child > td,
.wineDetailTable > tbody > tr:last-child > td {
    border: none;
    background: transparent;
    vertical-align: top;
}
.wineDetailTdLeft {
    width: 40%;
}
.cart_box {
    width: 20%;
}
#discount_summary {
    width: auto;
}
/* #frmUser #frmBirthdate_year { display: none; } */
#vinesos-output table td { text-align: left; }
table.full { width: 100%; margin-bottom: 1em; }
table.full th,
table.full td { padding: 0.25em; }
th.right, th.left,
td.right, td.left,
td.price { float: none !important; display: table-cell; }

fieldset h3 { font-size: 24px; }
fieldset { max-width: 506px; padding: 1.25em; margin: 1.25em 0; }
fieldset.buttons { border: none; }
#vinesos-output form fieldset ol {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
}
.error,
.required { color: #f00; }

/* Fields on top */
#vinesos-output form fieldset ol.onTop {
}
    #vinesos-output form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
    }

        #vinesos-output form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }

#vinesos-output select { float: none; }

#vinesos-output fieldset.inside dl.onSide dd,
#vinesos-output fieldset.inside dl.onSide dt { padding: 0; margin: 0; min-height: 25px; }
@media (max-width: 480px) {
#vinesos-output fieldset.inside dl.onSide dd,
#vinesos-output fieldset.inside dl.onSide dt { min-height: 0px; }
}

#vinesos-output dl.onSide dd .input-text,
#vinesos-output dl.onSide dd input[type="text"],
#vinesos-output dl.onSide dd input[type="input"],
#vinesos-output dl.onSide dd input[type="password"],
#vinesos-output dl.onSide dd input[type="email"],
#vinesos-output dl.onSide dd input[type="number"],
#vinesos-output dl.onSide dd input[type="url"],
#vinesos-output dl.onSide dd input[type="tel"],
#vinesos-output dl.onSide dd input[type="search"],
#vinesos-output dl.onSide dd textarea,
#vinesos-output dl.onSide dd select
{
    float: none;
}
#vinesos-output dl.onSide dd .club_list select { margin: 0; }
@media (max-width: 480px) {
#vinesos-output dl.onSide dd .input-text,
#vinesos-output dl.onSide dd input[type="text"],
#vinesos-output dl.onSide dd input[type="input"],
#vinesos-output dl.onSide dd input[type="password"],
#vinesos-output dl.onSide dd input[type="email"],
#vinesos-output dl.onSide dd input[type="number"],
#vinesos-output dl.onSide dd input[type="url"],
#vinesos-output dl.onSide dd input[type="tel"],
#vinesos-output dl.onSide dd input[type="search"],
#vinesos-output dl.onSide dd textarea,
#vinesos-output dl.onSide dd select {
margin-top: 5px;
}
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], select, textarea {
  -webkit-appearance: none;
  border-style: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
  background-color: #e6e7e7;
  font-family: 'FuturaPT-Book';
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #939393;
  border-color: #939393;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #f0f0f0;
  border-color: #939393;
  outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* Buttons */
.hide {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.spacer {
    clear: both;
}

.cartBox select,
.cart_box select { width: 60px !important; }

#top #vinesos-output .input-text,
#top #vinesos-output input[type="text"],
#top #vinesos-output input[type="input"],
#top #vinesos-output input[type="password"],
#top #vinesos-output input[type="email"],
#top #vinesos-output input[type="number"],
#top #vinesos-output input[type="url"],
#top #vinesos-output input[type="tel"],
#top #vinesos-output input[type="search"],
#top #vinesos-output textarea,
#top #vinesos-output select {
    max-width: 100%;
    width: 250px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* padding: 6px 10px; */
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    color: #999;
    display: inline-block;
}
#top #vinesos-output select { padding-right: 35px; }
dl.onSide input[type="radio"],
dl.onSide input[type="checkbox"] { vertical-align: middle; }
#top #vinesos-output dl.onSide select.dateSelect,
#top #vinesos-output select.dateSelect { width: auto; float: none; }
#mobile { display: none; }

.cart.secure_logo { margin-top: 10px; margin-right: 15px; background: transparent; }
.club_list label { display: inline; }
@media only screen and (max-width: 479px) and (min-width: 320px) {
    #vinesos-output .cart.secure_logo { width: auto; }
    .ph_continue_shopping { margin-left: 5px; }
}
.comodo_logo { margin-top: 10px; }

@media (max-width: 767px) {
  .wineLeft .image {
    display: none;
  }
  .wineLeft .wine_summary {
      margin: 0;
  }

    .wineLeft {
        width: 65%;
    }
    .wineRight {
        width: 34%;
    }
}
@media (max-width: 480px) {
  .wineLeft,
  .wineRight {
    float: none;
    width: auto;
  }
  .wineLeft .image {
    display: none;
  }
  .wineDetailTable > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .ph_checkout {
      margin-left: 10px;
  }
  .ph_continue_shopping {
      margin-right: 0 !important;
  }

    /*
     * Checkout responsive
     */
    form fieldset ol { padding: 0; }
    form fieldset ol li { padding-left: 0; }


    form fieldset ol li label {
        float: none;
        margin-left: 0;
    }

    input.text,
    input.mediumText,
    .largeTextarea,
    select,
    textarea {
        max-width: 100%;
        display: block;
    }

    .inside .club-mbr {
        padding-left: 0;
    }

    #frmCartUpdate .item_qty {
        width: 30px !important;
    }

    #frmCartUpdate table.full .bodynavlink
    {
        display: block;
        position: relative;
        margin: 0;
        text-indent: -99999px;
        min-width: 0;
        max-width: 100%;
        padding: 7px 15px 6px;
    }

    #frmCartUpdate table.full .bodynavlink:after {
        position: absolute;
        left: 10px;
        color: #000;
        display: inline-block;
        content: 'X';
        text-indent: 0;
    }

    #userInfo .full thead td:last-child {
        width: auto !important;
    }

    #frmCartUpdate thead td:nth-child(3) strong,
    .items_list thead td:nth-child(3) strong,
    #userInfo .full thead td:nth-child(3) strong{
        display: none;
    }
    #frmCartUpdate thead td:nth-child(3):after,
    .items_list  thead td:nth-child(3):after,
    #userInfo .full thead td:nth-child(3):after {
        color: #719430;
        content: "Qty";
        font-weight: bold;
    }

    /*
     *
     */
    fieldset.inside dl.onSide dt { float: none; text-align: left; }
    fieldset.inside dl.onSide dd { margin-left: 0px }

    #finish-btn {
        padding-left: 0 !important;
    }

    .verify .login .req {
        margin: 1em 0;
    }
    .verify .login form fieldset ol li label  {
        margin: 0;
        text-align: left;
    }
    .verify .login form fieldset ol li  {
        padding-left: 0;
    }

    td {
        padding: 4px 6px;
    }
    #mobile { min-height: 0; border: none; display: block; }
}

.errorMessage {
    border-color: #bd332f;
    color: #bd332f;
}

div.message {
    width: 84.3%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.message h1, .message h2, .message h3, .message h4
{
  color: #bd332f;
}

div.message > div,
div.message > p {
  padding: 10px 75px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-family: Helvetica;
  color: #7c5f2a;
  background: #fbfbfb;
}
    div.message p,
    div.message div {
        border-width: 2px;
        border-style: solid;
        text-align: left;
    }
    div.message .message-error {
        border-color: #bd332f;
        color: #bd332f;
    }
    div.message .message-info {
        color: #7c5f2a;
        border-color: #b6a986;
    }
    .message-info h1, .message-info h2, .message-info h3, .message-info h4 {
        text-transform: none;
        color: #7c5f2a;
    }
    div.message .message-info p {
        text-align: left;
    }
    div.message .message-warning {
        border-color: #999;
        color: #999;
    }

#sendclubshipment_request { clear: both; }
.filter_collapse.sale_products { display: none; }

@font-face {
  font-family: 'ElegantIcons';
  src: url('/themes/vinesos_3rd_nvwe/fonts/ElegantIcons.woff') format('woff'), url('/themes/vinesos_3rd_nvwe/fonts/ElegantIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'linea-basic-10';
  src: url('/themes/vinesos_3rd_nvwe/fonts/linea-basic-10.woff') format('woff'), url('/themes/vinesos_3rd_nvwe/fonts/linea-basic-10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'linea-arrows-10';
  src: url('/themes/vinesos_3rd_nvwe/fonts/linea-arrows-10.woff') format('woff'), url('/themes/vinesos_3rd_nvwe/fonts/linea-arrows-10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1.pageTitle {
  display: none;
}

#frmUser {
	width:1100px;
	margin:auto;
	padding-left: 3%;
}
#frmUser fieldset.inside { }
#frmUser fieldset.inside:nth-of-type(4) h3{
	margin: 0;
}
#frmUser .shipping,
#frmUser .billing { }

#frmUser fieldset.inside:nth-of-type(2) dl.onSide:nth-of-type(1) dt:nth-of-type(1), #frmUser fieldset.shipping dl.onSide:nth-of-type(1) dt:nth-of-type(1){
	display:none;
}

#frmUser fieldset.inside.buttons > div { padding: 0; }
#frmUser .helpRequire { max-width: 506px; margin: 0 auto; }

#frmUser p.helpRequire {
	padding-left: 3%;
}

#vinesos-output .productDetailLeft { width: 50%; text-align: center; }
#leadWine .wineDetailTdLeft {
	/* To center the navigation on the left cell of the wineDetailTable */
	max-width: 50%;
}

#leadWine div.navigation {
	float:left;
}

#leadWine .wineTdRight {
	min-width:60%;
}

#leadWine div.navigation {
    text-align: center;
	font-family: 'Spectral';
	font-size:20px;
}

#leadWine .wineDetailTable .wineDetailTdRight {
	font-family: 'Spectral';
	font-size: 17px;
}

#leadWine .wineDetailTable .wineDetailTdRight .winesummary-details p {
	text-align: left;
}

.productDetailRight #addProduct,
#leadWine .wineDetailTable #addWine {
	text-align: left;
	font-family: 'Spectral';
	font-size:22px;
	margin-top:45px;
}

#leadWine .wineDetailTable #addWine .price div {
	font-size:24px;
	color: #2b2824;
	margin-top:10px;
	margin-bottom:8px;
	font-style: italic;
}

#leadWine .wineDetailTable #addWine select, #leadWine .wineDetailTable #addWine .cartaddbutton {
	display:inline-block;
}

#leadWine .wineDetailTable #addWine select {
	margin-top:-2px;
	margin-right: 25px;
}

#leadWine .wineDetailTable #addWine select + br {
	display: none;
}

#leadWine .wineDetailTable #addWine .cartaddbutton {
	font-size:24px;
}

#leadWine .wineDetailTable .wineDetailTdRight .additional { text-align: left; }
#leadWine .wineDetailTable .wineDetailTdRight .additional div {
	width: 49.5%;
	display:inline-block;
}

#leadWine .wineDetailTable .wineDetailTdRight .additional div h2 {
	font-family: "Spectral SC",serif;
	font-weight: 400;
	color: #2b2824;
	font-size: 20px;
	line-height: 1.26em;
	letter-spacing: .11em;
	word-wrap: break-word;
        margin-bottom: 0;
}

#leadWine .wineDetailTable .wineDetailTdRight .additional div h2, #leadWine .wineDetailTable .wineDetailTdRight .additional div p {
	text-align:left;
}

#leadWine .wineDetailTable .wineDetailTdRight .additional div p {
	font-size: 17px;
	font-style: italic;
	color: #d77647;
}

.series_wrap .wineBox {
	display: block;
	width: 100%;
	font-family: 'Spectral';
}
/*
.series_wrap .wineBox .wineLeft, .series_wrap .wineBox .wineRight {
	float: none;
	width: 100%;
}
*/ 
.series_wrap .wineBox .wineLeft .description {
}
.series_wrap .wineBox .wineLeft .description .points, .series_wrap .wineBox .wineLeft .description .text {
	font-size: 17px;
}

.series_wrap .wineBox .wineLeft .description .points {
	font-style:italic;
}

.series_wrap .wineBox .wineRight {
	font-size: 22px;
	font-weight:500;
}

.series_wrap .wineBox .wineRight .cartBox select { margin: 0 0 .5em .5em; }

.series_wrap .wineBox .wineRight .cartBox div { }

.series_wrap .wineBox .wineRight .cartBox div.price_wrap {
        float: right;
        clear: both;
	font-style: italic;
	color: #2b2824;
	padding-top:9px;
}	

.series_wrap .wineBox .wineRight .cartBox .cartaddbutton {
	display:inline-block;
	float:right;
} 

.series_wrap .wineBox .wineRight .cartBox .cartaddbutton .addToCart {
	background-color: #d77647!important;
}

.products_list #frmProductSearch {
	margin-top:40px!important;
}

#vinesos-output > .message {
	margin-top:40px;
}

#vinesos-output .message+#cart_status{
	top: 0px;
}

#frmUser fieldset.inside .onSide #is_shipping, fieldset.inside .onSide #is_pickup, #sendclubshipment_request dd input[name="user[send_shipment]"] {
	margin-top:-2px;
}

#frmUser fieldset.inside div.club_list input[type="checkbox"], fieldset.billing dl.onSide input[type="checkbox"] {
	margin-top: -1px;
	margin-right: 1.5%;
}

#frmUser fieldset.shipping dl.onSide input#frm_business {
	margin-top:-2%;
}

.products_list .left_column.adv_search #frmProductSearch > h3 {
	font-family: 'Spectral SC', serif;
	font-weight:400;
	font-size: 30px;
	color: #2b2824;
	line-height:1.233em;
	letter-spacing: .12em;
	word-wrap: break-word;
	text-align:center;
}

.wineDetailTdLeft .wineDetailImage img {
    margin: auto !important;
    padding-top: 8px !important;
    min-width: unset !important;
    width: auto !important;
    max-height: 500px !important;
}

.wineDetailTdLeft .wineDetailImage {
     text-align: center;
}

@media screen and (max-width:1442px){
	#leadWine .wineDetailTable .wineDetailTdRight {
		padding-left: 5%;
	}	
}
@media screen and (max-width:1024px){

	#frmUser {
		width:100%;
	}

	#leadWine .wineDetailTable .wineDetailTdRight .additional div {
		width: 100%;
		display:inline-block;
	}
	
}
@media screen and (max-width:768px){
	#frmUser {
		padding-left:7.5%;
	}

	#frmUser fieldset.inside {
		width: 100%;
		margin:auto;
	}

	#leadWine div.navigation {
		margin:auto;
		width:100%;
	}
	.wineLeft .description.imagePad {
		margin: 0;
	}
}
	
@media screen and (max-width:680px){
	#frmUser {
		padding-left:0;
	}
	
	#frmUser div#member-next {
		padding:0;
		text-align: center;
	}
}

@media screen and (max-width:480px){
	
	#frmUser h3 {
		font-size: 32px;
	}
	
	#leadWine .wineDetailTable .wineDetailTdLeft{
		max-width: 100%;
	}
	
	#leadWine .wineDetailTable .wineDetailTdLeft img {
		max-width: 40%;
	}
	
	#leadWine .wineDetailTable .wineDetailTdRight .additional div h2, #leadWine .wineDetailTable .wineDetailTdRight .additional div p {
		text-align:center;
	}	
	
	.wineLeft div.image {
		margin:auto;
	}
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
  margin-right: 3px;
  margin-bottom: 0;
  position: relative;
  top: 0.1em
}

#vinesos-output a { text-decoration: underline; }
#vinesos-output h3 a,
#vinesos-output h4 a { text-decoration: none; }
#vinesos-output a.addToCart,
#vinesos-output a.addtocart,
#vinesos-output a.close,
#vinesos-output a.btn { text-decoration: none; }
.wineDetailTdLeft .sp-wrap { float: none; }

.clearfix { clear: both; }
.hide { display: none !important; }

#copyright.footer-copyright .devider { margin: 0 .2em !important; }
#footer .devider { margin: 0 .2em; }
.btn,
.bodynavlink { text-decoration: none; }

.comodo_logo { display: block; }

.secure a:first-child { position: relative; display: inline-block; margin-bottom: 73px; }
.secure a:first-child:after {
    pointer-events: none;
    cursor: default;
    content: "";
    display: block;
    position: absolute;
    top: 115%;
    left: 50%;
    margin-left: -99px;
    width: 200px;
    height: 63px;
    background: url("/images/comodo_secure.png") top center no-repeat;
}

/* ==========================Tip boxes===========================*/
span.tipOwner, label.tipOwner, input.tipOwner {
    position: relative;
    cursor: help;
}
label.tipOwner {
    padding-right: 15px;
    background: url('/images/tooltip.gif') 98% 50% no-repeat;
}
label p { margin: 0; display: inline; }
#configuration label.tipOwner { background-position: 99% 69%; }
#shipping_summary .required { font-size: 1.125rem; }
#shipping_summary .required,
#configuration .required { color: #f00; }
span.tipOwner span.tipText, label.tipOwner span.tipText, input.tipOwner span.tipText {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 1em;
    left: 80%;
    border: 1px solid #999;
    background-color: #fbfbfb;
    text-align: center;
    line-height: normal;
    width: 20em;
    padding: 2px 5px;
    -moz-opacity: 1;
    z-index: 100;
    -moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
span.tipOwner:hover span.tipText,
label.tipOwner:hover span.tipText,
input.tipOwner:hover span.tipText {
    visibility: visible;
    display: block !important;
    opacity: 1;
}

.field_help{
    margin-left: 250px;
    font-size: 1.1rem;
}

table .left   { text-align: left; }
table .right  { text-align: right; }
table .center { text-align: center; }
.error a { text-decoration: underline; font-weight: bold; }
body.user #section a:not(.btn) { text-decoration: underline; }
.bpa_warning { font-size: 16px !important; line-height: 1.5em; padding: 2em; margin: 1em 0; border: 1px solid #000; }

fieldset.inside.filter .open_dropdown {
  display: none;
  position: absolute;
  padding: 4px;
  max-height: 200px;
  background: #fff;
  border: 1px solid #222;
  overflow: auto;
  z-index: 9999;
}
div.club p { margin-bottom: .5em; }
div.club { margin-bottom: 1.5em; }
table div.club { margin-bottom: 0; }
#users .club { margin-bottom: 0; }
#finish-btn,
#member-join,
#member-next
{
    padding-left: 200px;
    padding-bottom:20px;
}
@media (max-width: 480px) {
    #finish-btn,
    #member-join,
    #member-next
    {
        padding-left: 0;
    }
}


fieldset.inside.filter .dropdown label { display: inline; }
.show { display: block !important; }
.dropdown_show { display: inline-block; padding: 2px; width: 105px; background: #fff; border: 1px solid #e3dfc3; white-space: nowrap; overflow: hidden;}
@media (max-width: 480px) {
    ._vos_hide_mobile { display: none; }
    #_vos_hide_mobile { display: none; }
    #cart_status { position: static; }
    .products .productRight { text-align: left; }
}
@media (max-width: 640px) {
    form fieldset ol,
    #vinesos-output form fieldset ol { padding: 0; }
    form fieldset ol li,
    #vinesos-output form fieldset ol li { padding-left: 0; }


    form fieldset ol li label,
    #vinesos-output form fieldset ol li label {
        float: none;
        text-align: inherit;
        margin-left: 0;
    }

    input.text,
    input.mediumText,
    .largeTextarea,
    select,
    textarea,
    #vinesos-output input.text,
    #vinesos-output input.mediumText,
    #vinesos-output .largeTextarea,
    #vinesos-output select,
    #vinesos-output textarea {
        max-width: 100%;
        display: block;
    }
    .dateSelect,
    #vinesos-output .dateSelect {
        display: inline-block;
    }

    form .fieldIndent, #vinesos-output form .fieldIndent { margin: 0 }

    #vinesos-output .add fieldset.inside dl.onSide dt,
    #vinesos-output fieldset.inside dl.onSide dt,
    .add fieldset.inside dl.onSide dt,
    fieldset.inside dl.onSide dt {
        float: none;
        text-align: left;
        width: auto;
        height: auto;
        min-height: 0;
    }
    #vinesos-output .add fieldset.inside dl.onSide dd,
    #vinesos-output fieldset.inside dl.onSide dd,
    .add fieldset.inside dl.onSide dd,
    fieldset.inside dl.onSide dd { margin-left: 0px }
}

.carts {
	border-top: 2px #d4d5d1 solid;
	border-right: none;
	border-left: none;
	padding: 20px 0px;
	float: left;
	width: 100%;
}

#vinesos-output .carts h5,
.carts h5
{
    margin: 0;
    overflow: hidden;
    color: inherit;
}

.carts h5 span {
}

.full { border-collapse: collapse; }

.full td,
.full th { }

.full td {}
.full tfoot td b,
.full tfoot td strong,
.full tbody td b,
.full tbody td strong {}

#userInfo .full thead tr { }
#userInfo .full thead tr td { text-align: center; }
#userInfo .full tbody tr td,
#userInfo .full tfoot tr td { border: 2px solid #eee; }
#userInfo .item_qty { display: inline-block; min-width: 50px; text-align: center; }
#userInfo td.item_qty_cell a:hover { color: inherit; }

#userInfo h2 {
    /*
    font-family: FuturaPT-Medium, sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    */
}

#userInfo dl dt label { white-space: nowrap; }
.inside input + label { width: calc(100% - 40px); display: inline-block; }
@media (max-width: 480px) {
    dl.onSide { line-height: 2em; }
    dl.onSide .btn { line-height: 1.5em; }
    .inside input + label {
        vertical-align: top;
        width: calc(100% - 45px);
    }
    .inside label { vertical-align: top; }
    dl.onSide input[type="radio"], dl.onSide input[type="checkbox"] {
        vertical-align: top;
        margin-top: 0.4em;
        width: 20px;
        height: 20px;
    }
}

#userInfo .discounts_box {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    margin: 30px 0;
}
/*
#userInfo .discounts_box:after,
#userInfo .discounts_box:before {
    font-family: "FontAwesome";
    content: "\f07a";
    line-height: 1em;
    font-size: 90px;
    display: table-cell;
    position: absolute;
    margin-top: -45px;
    top: 50%;
    vertical-align: middle;
    z-index: 1;
}
#userInfo .discounts_box:before {
    left: 70px;
    -moz-transform: scaleX(-1);    
    -o-transform: scaleX(-1);      
    -webkit-transform: scaleX(-1); 
    transform: scaleX(-1);         
    filter: FlipH;
}
#userInfo .discounts_box:after {
    right: 70px;
}
*/
#userInfo .discounts_box .free_shipping {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}
#userInfo .discounts_box .free_shipping:before {
    font-style: normal;
    margin-right: 5px;
    content: "\f0d1";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 42px;
    -webkit-transform: scaleX(-1); /* Webkit */
       -moz-transform: scaleX(-1); /* Gecko */
         -o-transform: scaleX(-1); /* Opera */
            transform: scaleX(-1); /* Standard */
    filter: FlipH;
}
#userInfo .discount_wrap {
    padding: 20px 150px;
    overflow: hidden;
}
/*
#userInfo .discount_wrap:before,
#userInfo .discount_wrap:after {
    content: "%";
    display: block;
    position: absolute;
    margin-top: -25px;
    line-height: 1em;
    font-size: 28px;
    top: 51%;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}
#userInfo .discount_wrap:before { left:  95px; }
#userInfo .discount_wrap:after  { right: 95px; }
*/

#userInfo .discounts_box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

#userInfo .guest_discount_wrap {
    margin-right: -150px;
    margin-left: -150px;
}
#userInfo .guest_discount_wrap,
#userInfo .member_discount_wrap { margin-bottom: 1em; }

#userInfo .guest_discount {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
#userInfo .member_discount {
    float: left;
    width: 50%;
}
#userInfo .member_discount:only-of-type {
    float: none;
    width: 100%;
}
#userInfo .member_discount_wrap { overflow: hidden; }
#userInfo .member_discount .discount { font-size: 26px; line-height: 1em; font-weight: bold; }
#userInfo .member_discount .condition { font-size: 26px; }

#userInfo .guest_discount:after {
    content: ',';
    display: inline;
}
#userInfo .guest_discount:last-child:after {
    content: '';
    display: none;
}

#userInfo .inside {
    box-sizing: border-box;
    padding-top: 10px;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
#userInfo fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.account_buttons td { vertical-align: top; }
#vinesos-output #frmLogin fieldset { max-width: 450px; }

#vinesos-output #userInfo fieldset.inside dl.onSide dd,
#vinesos-output #userInfo fieldset.inside dl.onSide dt,
#checkoutForm fieldset.inside dl.onSide dd,
#checkoutForm fieldset.inside dl.onSide dt {
    text-align: left;
    min-height: 0;
}
#checkoutForm .fieldsetlike dl.onSide dd,
#checkoutForm fieldset.inside dl.onSide dd { margin: 0px }
#checkoutForm dl.onSide { margin: 0; }

#vinesos-output #checkoutForm dt,
#checkoutForm dt,
#vinesos-output #checkoutForm dt,
#checkoutForm dt {
  text-align: left;
  float: none;
  width: auto;
  min-height: 0;
}
#checkoutForm dd {
  min-height: 0;
}
#vinesos-output .checkout fieldset.inside dl.onSide dd,
.checkout fieldset.inside dl.onSide dd {
  margin-left: 0;
}

#checkoutForm { overflow: hidden; }
#checkoutForm small div { white-space: normal; }
#checkoutForm #billing,
#checkoutForm #shipping_form,
#order_summary {
    float: left;
    width: 48.5%;
}
#billing_same:after { content: ""; display: block; clear: both; }
.shipping { margin-right: 3%; }

#checkoutForm #shipping_form,
#checkoutForm #billing { margin-right: 0 !important; }

#checkoutForm #billing { clear: left; }
#order_summary { float: right; margin-left: 3% !important; }
@media (max-width: 767px) {
    #order_summary { float: none; margin-left: 0 !important; }
}
#order_summary select { width: auto; }
#frmUser #cc-form { width: 100%; overflow: hidden; }
#payment_form { float: left; width: 48.5%; }
#userInfo #stripe #payment_form { width: 100%; text-align: center; }
#vinesos-output #userInfo #stripe #payment_form dl.onSide dd { text-align: center; }
iframe#payment_form { float: none; width: 100%; height: 250px !important; }
#worldpay iframe#payment_form { height: 370px !important; }
.helpRequire { clear: both; }
#userInfo.checkout .helpRequire { display: none; }
#frmUser .buttons { clear: both; }
#vinesos-output dl.onSide dd select.dateSelect,
#frmUser .dateSelect { width: auto; display: inline-block; }
#frmUser .inside { clear: both; }
#frmUser .shipping,
#frmUser .billing { clear: none; margin-top: 0; margin-left: 0; margin-right: 0; box-sizing: border-box; }
.__vos-fieldset.__vos-vault { width: 100%; max-width: 100%; }

#checkoutForm dl.email,
#checkoutForm #new_member_promo,
#checkoutForm .members,
#checkoutForm .club-mbr,
#checkoutForm #member_passwd,
#checkoutForm #password {
    margin-right: 28px;
    width: 46%;
    float: left;
    clear: left;
}
#checkoutForm .__vos-half-width #new_member_promo,
#checkoutForm .__vos-half-width .members { width: 100%; margin-right: 0; }
#checkoutForm #new_member_promo { position: relative; }

#checkoutForm dl.birthdate,
#checkoutForm dl.giftcert,
#checkoutForm #coupon_form,
#checkoutForm #couponCode {
    overflow: hidden;
    margin-left: 48.5%;
}

#checkoutForm #order_summary #coupon_form,
#checkoutForm #order_summary #couponCode  {
    margin-left: 0;
}
#checkoutForm #order_summary #couponCode  {
    margin-top: 0;
}

#checkoutForm #couponCode {
    margin-top: -1.25rem;
}

#checkoutForm .note {
    text-align: right;
    margin-top: -14px;
}
#checkoutForm #couponCode { width: 50%; }
.pickup { width: 100%; }
@media (max-width: 767px) { #checkoutForm #couponCode { width: 100%; } }
@media (min-width: 767px) { #checkoutForm #user_gift_cert { max-width: 50%; } }
#giftcard_balance_btn { vertical-align: top; }
#checkoutForm #couponCode .note { margin-bottom: 0; }
#checkoutForm .member_notice.note { text-align: left; }
.club-mbr { padding: 0 !important; }
#checkoutForm .small { font-size: 14px; }
#checkoutForm .inside > .members { margin: 1em 0; }
#checkoutForm .note.state { margin: 0; }
.alcohol_note,
.alcohol_note p { font-size: small; margin: 0; }
.alcohol_note h5 { margin: 0; }
#checkoutForm fieldset:empty { display: none; }
.member_notice.green { font-style: italic; }

#payment_form dl > div,
#checkoutForm dl > div { clear: both; }
#vinesos-output #checkoutForm div input,
#checkoutForm div input { width: 100% !important; }

#vinesos-output #checkoutForm div input.__vos-btn,
#checkoutForm div input.__vos-btn,
#vinesos-output #checkoutForm div input.btn,
#checkoutForm div input.btn { width: auto !important; }

#vinesos-output #checkoutForm div input[type="radio"],
#vinesos-output #checkoutForm div input[type="checkbox"],
#checkoutForm div input[type="radio"],
#checkoutForm div input[type="checkbox"] { width: auto !important; }
@media (max-width: 480px) {
  #vinesos-output input[type="text"],
  select { width: 100%; }
}

#checkoutForm div.first_name,
#checkoutForm div.last_name,
#checkoutForm div.email,
#checkoutForm div.telephone,
#checkoutForm div.city,
#checkoutForm #billingForm div.post_code,
#payment_form .card_code,
#payment_form .card_expiry,
#checkoutForm div.region {
    clear: none;
    float: left;
    width: 48.5%;
}
#checkoutForm div.first_name,
#checkoutForm div.city,
#checkoutForm #billingForm div.post_code,
#payment_form .card_code,
#checkoutForm div.email { margin-right: 3%; }

#payment_form .card_type img { width: 64px; margin-right: 20px; }
#stripe:after {
    content: "";
    display: block;
    clear: both;
}

dl dd.error { float: none; margin: 0;}

.warg h4 {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    background: red;
    font-family: 'Montserrat-Regular';
    padding: 6px 3px;
}

#order_summary .carts-total h5 strong > span,
#order_summary .carts h5 > span { float: right; }
#order_summary .carts-total h5 strong > span.special,
#order_summary .carts h5 > span.special { float: none; font-size: inherit; font-family: inherit; }

.columns .billing,
.columns .shipping { width: 100%; float: none; }

div.message { }
div.message .message-warning,
div.message .message-error { color: #c00; text-align: center; }
.customize_error { color: #f00; text-align: center; font-weight: bold; }

div.message .message-info,
div.message .message-warning,
div.message .message-error { margin-top: 20px; }
.message-warning,
.message-error { color: #c00; }

@media (max-width: 767px) {
    #userInfo .guest_discount_wrap { margin: 0; }
    #userInfo .discount_wrap {
        padding-left: 0;
        padding-right: 0;
    }
    #userInfo .discounts_box:after,
    #userInfo .discounts_box:before,
    #userInfo .discount_wrap:after,
    #userInfo .discount_wrap:before {
        display: none;
    }
    #userInfo .member_discount {
        float: none;
        width: 100%;
    }
    #checkoutForm div.first_name,
    #checkoutForm div.last_name,
    #checkoutForm div.email,
    #checkoutForm div.telephone,
    #checkoutForm div.city,
    #checkoutForm #billingForm div.post_code,
    #payment_form .card_code,
    #payment_form .card_expiry,
    #checkoutForm div.region,
    #payment_form,
    #checkoutForm #billing,
    #checkoutForm #shipping_form,
    #order_summary, .billing, .shipping,
    #checkoutForm dl.email,
    #checkoutForm #new_member_promo,
    #checkoutForm .members,
    #checkoutForm .club-mbr,
    #checkoutForm #member_passwd,
    #checkoutForm #password {
        width: 100%;
        float: none;
        clear: both;
    }
    #checkoutForm .club-mbr,
    #checkoutForm dl.birthdate,
    #checkoutForm dl.giftcert,
    #checkoutForm #coupon_form,
    #checkoutForm #couponCode {
        padding-left: 0;
        margin-left: 0;
        clear: both;
    }
    table td { padding: 0.1em; }
}
.header-cart-wrap
{
    position:relative;
}
#cart_status { position: relative; padding: 1em 0; margin: -1em 0; text-align: right; }
#vinesos-output #cart_status { float: right; clear: right; }
#cart_status:hover .cart-detail
{
    display:block;
}
.cart-detail {
    background: #fff;
    box-shadow: -1px 0px 7px -1px #000;
    width: 460px !important;
    top: 100%;
    min-height: 100px;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
    margin-top: 8px;
    margin-right: 5px;
    display:none;
}
.pos #cart_status > a,
.pos #cart_status .header-content,
.pos #cart_status > span,
.pos .cart-contents { display: none; }
.pos #cart_status .cart-detail {
    box-shadow: none;
    width: 100%;
    padding: 0;
    display: block;
    position: static;
}

.cart-detail .cart-table-checkout {
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    padding-bottom: 5px;
    padding-top: 10px;
}
.cart-table-checkout table { width: 100%; }

#cart_status form a,
.cart-detail a { color: #000; }
.cart-detail .list_item_remove { display: none; }

.cart-subtotal span
{
    font-size:15px;
    color:#191919;
    padding-right: 7px;
}
.cart-btn {
    background: #333333;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 50px !important;
    float: left;
    font-size: 19px !important;
}
.cart-detail .cart-table-checkout th {
    background: none;
    padding: 0;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.cart-detail input,
.cart-detail button { position: static; }
#snippet_items input { display: inline-block; }
.cart-detail .cart-table-checkout td {
    padding: 7px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.cart-detail .cart-table-checkout td.right { text-align: right; }
.cart-detail .cart-table-checkout td strong {
    color: #000;
}
.remove-item
{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.remove-item a
{
    text-decoration:underline;
    font-size:16px;
    color:#1f1f1f;
}
.cart-detail .cart-table-checkout td
{
}
.cart-detail .cart-table-checkoutFormt .qty {
    width: 40px;
    height: 40px;
    background: none;
    border: 2px solid #ddd;
}
.cart-detail::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -15px;
}
.cart-detail.popup {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 999999;
    max-height: 90%;
    overflow: auto;
}
.pos .cart-detail.popup { position: static; }
.cart-detail.popup::after {
    display: none;
}
#cart_status .close {
    position: fixed;
    left: initial !important;
    right: 30px;
    top: 37px;
    z-index: 99999999;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 40px;
    font-family: arial;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    /*
    box-shadow: -1px 0px 7px -1px #000;
    */

}
.__vos-shipping-discount {
    text-wrap: nowrap;
    text-align: center;
    background: #F5F5F5;
}
#userInfo .__vos-shipping-discount { background: none; }
@media (max-width: 640px) {
    #cart_status .cart-detail.popup {
        top: 10px;
        right: 10px;
        bottom: initial;
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: auto;
        width: 100%:
        max-width: 100%;
    }
    #cart_status .close {
        position: absolute;
        left: 5px !important;
        right: initial;
        top: 12px;
        z-index: 99;
    }
    #cart_status #frmCartUpdate > .close {
       position: fixed;
       z-index: 999999;
       top: 16px !important;
       left: initial !important;
       right: 30px !important;
    }
}
.cart-detail h4, .cart-detail h5
{
    text-align:center;
    color:#000000;
    margin:0;
    line-height:normal
}
.header-content
{
    width:100%;
    margin-top:20px;
    padding-bottom:20px;
}
.display-inline-block {
    display: inline-block;
    width: 100%;
}
.pos .display-inline-block button.cart-btn { display: none; }
button.ui-datepicker-trigger { color: inherit; padding: 0; background: transparent; }
#worldpay h3 { text-align: center; }
#ticketParticipants .action { text-align: center; }
.custombox-modal-fadein {
    display: none;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
}
.custombox-modal-open.custombox-modal-fadein {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #36404a;
    color: #ffffff;
    text-align: right;
    margin: 0px;
}
.showWinePopup .close,
#showVinoShipStates .close,
#showPopupAlert .close {
    float: none;
    color: #fff!important;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
.showWinePopup,
#showVinoShipStates,
#showPopupAlert {
    position: fixed;
    display: block;
    padding-left: 0px;
    top: 25%;
    left: 25%;
    right: 25%;
    background: #fff;
    z-index: 9999999999;
}
.showWinePopup,
#showPopupAlert.showPickupPopup,
#showVinoShipStates {
    left: 28%;
    right: 28%;
    bottom: initial;
}
.showWinePopup {
    left: 15%;
    right: 15%;
}
#showPopupAlert.showPickupPopup {
    left: 39%;
    right: 39%;
}
#frmPickupLocation { margin-bottom: 1rem; }
#frmFilterOrders #frmPickupLocation { margin-bottom: 0; }
@media (max-width: 480px) {
    .showWinePopup,
    #showVinoShipStates,
    #showVinoShipStates.showPickupPopup,
    #showPopupAlert.showPickupPopup,
    #showPopupAlert {
        top: 15px;
        left: 15px;
        right: 15px;
    }

    .showWinePopup .modal-body,
    #showVinoShipStates .modal-body,
    #showPopupAlert .modal-body {
        height: 400px
        overflow: auto;
    }
}

#showVinoShipStates h2 { text-align: center; }
#frmShippingState { width: 250px; margin: 0 auto; }
#showVinoShipStates label { font-size: 18px; }
#showVinoShipStates input[type="checkbox"] { width: 20px; height: 20px; }
#showPopupAlert .modal-body,
#showPopupAlert .modal-body { padding: 20px; overflow: scroll; height: 100%; height: calc(100% - 52px); box-sizing: border-box; }
#showPopupAlert .modal-body a,
#showPopupAlert .modal-body a { text-decoration: underline; }
#background_popup {
    background: rgba(54, 64, 74,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
}
#pickup_curbside div:first-child {
    margin-bottom: 1em;
}
.pager { text-align: right; margin: .5em 0; }
.pager span,
.pager a { display: inline-block; padding: 5px; }
.pager a.next,
.pager a.previous { display: inline-block; padding: 5px; }
.ticket_reservation { color: #c00; font-weight: bold; }
.event_tables { margin: 0 0 1em 0; }
.event_tables input { vertical-align: baseline; margin: 0 !important; }
#ui-datepicker-div,
.ui-datepicker-div { z-index: 9999999999 !important; }

#continue_btn,#finish_btn{
    padding: 0px 60px;
}
.sp-thumbs img { height: auto !important; }
.__vos-center { text-align: center; }
.__vos-row:after { content: ""; display: block; clear: both; }
.__vos-col-6 { width: 50%; float: left; }
.__vos-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.__vos-col-12{
    width: 100%;
}
.__vos-col-11{
    width: 91.66666667%;
}
.__vos-col-10{
    width: 83.33333333%;
}
.__vos-col-9{
    width: 75%;
}
.__vos-col-8{
    width: 66.66666667%;
}
.__vos-col-7{
    width: 58.33333333%;
}
.__vos-col-6{
    width: 50%;
}
.__vos-col-5{
    width: 41.66666667%;
}
.__vos-col-4{
    width: 33.33333333%;
}
.__vos-col-3{
    width: 25%;
}
.__vos-col-2{
    width: 16.66666667%;
}
.__vos-col-1{
    width: 8.33333333%;
}
.__vos-p-05{
    padding: 0.5rem;
}
.__vos-p-1{
    padding: 1rem;
}
.__vos-p-2{
    padding: 2rem;
}
.__vos-p-3{
    padding: 3rem;
}
.__vos-p-4{
    padding: 4rem;
}
.__vos-p-5{
    padding: 5rem;
}
.__vos-p-6{
    padding: 6rem;
}
.__vos-p-7{
    padding: 7rem;
}
.__vos-p-8{
    padding: 8rem;
}
.__vos-p-9{
    padding: 9rem;
}
.__vos-p-10{
    padding: 10rem;
}
.__vos-m-1{
    margin: 1rem;
}
.__vos-m-2{
    margin: 2rem;
}
.__vos-m-3{
    margin: 3rem;
}
.__vos-m-4{
    margin: 4rem;
}
.__vos-m-5{
    margin: 5rem;
}
.__vos-m-6{
    margin: 6rem;
}
.__vos-m-7{
    margin: 7rem;
}
.__vos-m-8{
    margin: 8rem;
}
.__vos-m-9{
    margin: 9rem;
}
.__vos-m-10{
    margin: 10rem;
}
.__vos-mt-1{
    margin-top: 1rem;
}
.__vos-mt-2{
    margin-top: 2rem;
}
.__vos-mt-3{
    margin-top: 3rem;
}
.__vos-mt-4{
    margin-top: 4rem;
}
.__vos-mt-5{
    margin-top: 5rem;
}
.__vos-mt-6{
    margin-top: 6rem;
}
.__vos-mt-7{
    margin-top: 7rem;
}
.__vos-mt-8{
    margin-top: 8rem;
}
.__vos-mt-9{
    margin-top: 9rem;
}
.__vos-mt-10{
    margin-top: 10rem;
}
.__vos-mb-1{
    margin-bottom: 1rem;
}
.__vos-mb-2{
    margin-bottom: 2rem;
}
.__vos-mb-3{
    margin-bottom: 3rem;
}
.__vos-mb-4{
    margin-bottom: 4rem;
}
.__vos-mb-5{
    margin-bottom: 5rem;
}
.__vos-mb-6{
    margin-bottom: 6rem;
}
.__vos-mb-7{
    margin-bottom: 7rem;
}
.__vos-mb-8{
    margin-bottom: 8rem;
}
.__vos-mb-9{
    margin-bottom: 9rem;
}
.__vos-mb-10{
    margin-bottom: 10rem;
}
.__vos-mr-1{
    margin-right: 1rem;
}
.__vos-mr-2{
    margin-right: 2rem;
}
.__vos-mr-3{
    margin-right: 3rem;
}
.__vos-mr-4{
    margin-right: 4rem;
}
.__vos-mr-5{
    margin-right: 5rem;
}
.__vos-mr-6{
    margin-right: 6rem;
}
.__vos-mr-7{
    margin-right: 7rem;
}
.__vos-mr-8{
    margin-right: 8rem;
}
.__vos-mr-9{
    margin-right: 9rem;
}
.__vos-mr-10{
    margin-right: 10rem;
}
.__vos-ml-1{
    margin-left: 1rem;
}
.__vos-ml-2{
    margin-left: 2rem;
}
.__vos-ml-3{
    margin-left: 3rem;
}
.__vos-ml-4{
    margin-left: 4rem;
}
.__vos-ml-5{
    margin-left: 5rem;
}
.__vos-ml-6{
    margin-left: 6rem;
}
.__vos-ml-7{
    margin-left: 7rem;
}
.__vos-ml-8{
    margin-left: 8rem;
}
.__vos-ml-9{
    margin-left: 9rem;
}
.__vos-ml-10{
    margin-left: 10rem;
}
.__vos-pt-1{
    padding-top: 1rem;
}
.__vos-pt-2{
    padding-top: 2rem;
}
.__vos-pt-3{
    padding-top: 3rem;
}
.__vos-pt-4{
    padding-top: 4rem;
}
.__vos-pt-5{
    padding-top: 5rem;
}
.__vos-pt-6{
    padding-top: 6rem;
}
.__vos-pt-7{
    padding-top: 7rem;
}
.__vos-pt-8{
    padding-top: 8rem;
}
.__vos-pt-9{
    padding-top: 9rem;
}
.__vos-pt-10{
    padding-top: 10rem;
}
.__vos-pb-1{
    padding-bottom: 1rem;
}
.__vos-pb-2{
    padding-bottom: 2rem;
}
.__vos-pb-3{
    padding-bottom: 3rem;
}
.__vos-pb-4{
    padding-bottom: 4rem;
}
.__vos-pb-5{
    padding-bottom: 5rem;
}
.__vos-pb-6{
    padding-bottom: 6rem;
}
.__vos-pb-7{
    padding-bottom: 7rem;
}
.__vos-pb-8{
    padding-bottom: 8rem;
}
.__vos-pb-9{
    padding-bottom: 9rem;
}
.__vos-pb-10{
    padding-bottom: 10rem;
}
.__vos-pr-1{
    padding-right: 1rem;
}
.__vos-pr-2{
    padding-right: 2rem;
}
.__vos-pr-3{
    padding-right: 3rem;
}
.__vos-pr-4{
    padding-right: 4rem;
}
.__vos-pr-5{
    padding-right: 5rem;
}
.__vos-pr-6{
    padding-right: 6rem;
}
.__vos-pr-7{
    padding-right: 7rem;
}
.__vos-pr-8{
    padding-right: 8rem;
}
.__vos-pr-9{
    padding-right: 9rem;
}
.__vos-pr-10{
    padding-right: 10rem;
}
.__vos-pl-1{
    padding-left: 1rem;
}
.__vos-pl-2{
    padding-left: 2rem;
}
.__vos-pl-3{
    padding-left: 3rem;
}
.__vos-pl-4{
    padding-left: 4rem;
}
.__vos-pl-5{
    padding-left: 5rem;
}
.__vos-pl-6{
    padding-left: 6rem;
}
.__vos-pl-7{
    padding-left: 7rem;
}
.__vos-pl-8{
    padding-left: 8rem;
}
.__vos-pl-9{
    padding-left: 9rem;
}
.__vos-pl-10{
    padding-left: 10rem;
}

.__vos-hr-light{
    border-top: 1px solid #AAAAAA;
    margin: 0px;
}
.__vos-memberWelcome{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #111111 !important;
    letter-spacing: -0.02em;
}

.__vos-memberSubtitle{
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 38px !important;
    letter-spacing: -0.02em !important;
    color: #111111 !important;
}
.club_list .__vos-teaser { padding-right: .5em; }

.__vos-club_list { margin-bottom: 1.5em; }
.__vos-club_list .__vos-clubs,
.__vos-club_list .__vos-title { display: inline-block; vertical-align: top; }
.account_buttons { word-spacing: 10px; }
.account_buttons div { display: inline-block; word-spacing: initial; }
#subscription_container p { margin: 0 !important; margin-left: 25px !important; }

.__vos-checkbox-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
}
.__vos-checkbox-container .clearfix{
    flex: 0;
}

/* Fix wrap label on terms checkbox */
.club_list .__vos-checkbox-container,
#new_club_member_input .__vos-checkbox-container,
.__vos-club_terms .__vos-checkbox-container {
    flex-wrap: nowrap;
}
#wrap_shipping_form .__vos-checkbox-container  {
    flex-wrap: nowrap;
}
.__vos-checkbox-container .__vos-checkbox,
.__vos-checkbox-container input[type="checkbox"],
.__vos-checkbox-container input[type="radio"]
{
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
    top: 0px !important;
}
.__vos-checkbox-container label,
.__vos-checkbox-container .__vos-label{
    margin-left: 10px;
}@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/themes/vinesos_admin_ubold/fonts/glyphicons-halflings-regular.eot');
  src: url('/themes/vinesos_admin_ubold/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('/themes/vinesos_admin_ubold/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('/themes/vinesos_admin_ubold/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/themes/vinesos_admin_ubold/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* Needed for the lightbox */
html, body {
    height:100%; width:100%;
}

/* Element wrapper */
.sp-wrap {
    display:none;
    line-height:0;
    font-size:0;
    background: transparent;
    position:relative;
    margin:0 25px 15px 0;
    float:left;
    /**************
      Set max-width to your thumbnail width
    ***************/
    max-width: 300px;
}

/* Thumbnails */
.sp-thumbs {
    text-align:left;
    border-top:2px solid #F0353A;
    display:inline-block;
}
.sp-thumbs img {
    width:50px;
    height:50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    opacity:.4;
    display:inline-block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sp-thumbs a:hover{
    opacity:1;
}
.sp-thumbs a:active, .sp-current {
    opacity:1!important;
    position: relative;
}
.sp-current:after {
    content:'';
    border:6px solid transparent;
    border-top:6px solid #F0353A;
    position: absolute;
    left:50%;
    top:0;
    margin-left:-6px;
}

/* Unzoomed, big thumbnail */
.sp-large {
    position:relative;
    overflow:hidden;
    top:0;
    left:0;
}
.sp-large a img {
    max-width:100%;
    height:auto;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.sp-large a {
    display:inline-block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position:absolute;
    left:0;
    top:0;
    cursor:zoom;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display:none;
}

/* Button to go full size */
.sp-full-screen {
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1em;
    width: 19px;
    height: 20px;
    padding: 0 0 2px 1px;
    background: #F0353A;
}
.sp-full-screen a:link,
.sp-full-screen a:visited {
    background: none;
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.8);
    z-index: 99999;
    display: none;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

/* Remove margin in mobile view */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin:0 0 15px 0;
    }
}
.loader {
  position: absolute;
  right: -37px;
  width: 32px;
  height: 32px;
  background: url(/modules/cart/loading.gif) center center no-repeat;
}

.cartStatusMessage {
  position: absolute;
  right: 0;
  width: 180px;
  z-index: 9999999999;
}
#addWine .cartStatusMessage {
  right: -200px;
  margin-top: -50px;
}

.cartStatusMessage .inner {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  padding: 15px;
  background: rgba(0,0,0,0.8);
}

.cartStatusMessage * {
  color: #fff;
}

.cartStatusMessage a {
  text-decoration: underline;
  float: right;
  display: inline;
  background: transparent;
  height: auto;
  width: auto;
  border: none;
  padding: 0;
  font-weight: bold;
}
.cartStatusMessage a:hover {
    color: #fff;
}
.cartStatusMessage a.close {
  position: absolute;
  top: 2px;
  right: 2px;
  text-decoration: none;
}

.cartBox {
  position: relative;
}
.image { max-width: 150px; float:left; margin: 0 15px 0 0; }
.image img { max-width: 100%; }
.description.imagePad { margin-left: 165px; }



.action.export:before {
    content: "\f014" !important;
}
.action.qrcode:before {
    content: "\f014" !important;
}
.action.export {
    border-color: #2ea43a;
    color: #fff !important;
    background-color: #32b53f !important;
    border: 1px solid #2ea43a !important;
}

.action.qrcode {
    border-color: #26867b;
    color: #fff !important;
    background-color: #2da093 !important;
    border: 1px solid #26867b !important;
}