/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Bell Gothic Std';
    src: url('fonts/bellgothicstd-black-webfont.eot');
    src: url('fonts/bellgothicstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellgothicstd-black-webfont.woff') format('woff'),
         url('fonts/bellgothicstd-black-webfont.ttf') format('truetype'),
         url('fonts/bellgothicstd-black-webfont.svg#bellgothicstdblack') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bell Gothic Std';
    src: url('fonts/bellgotchicstdbold-webfont.eot');
    src: url('fonts/bellgotchicstdbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellgotchicstdbold-webfont.woff') format('woff'),
         url('fonts/bellgotchicstdbold-webfont.ttf') format('truetype'),
         url('fonts/bellgotchicstdbold-webfont.svg#bellgotchicstdbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Magda';
    src: url('fonts/magda-light.eot');
    src: url('fonts/magda-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/magda-light.woff') format('woff'),
         url('fonts/magda-light.ttf') format('truetype'),
         url('fonts/magda-light.svg#Magda') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-ltcn-webfont.svg#HelveticaNeueLTStd47LtCn') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Magda";
    src: url("fonts/MagdaPro_400_normal_1447935989.eot");
    src: url("fonts/MagdaPro_400_normal_1447935989.eot?#iefix") format("embedded-opentype"),
        url("fonts/MagdaPro_400_normal_1447935989.svg#MagdaPro") format("svg"),
        url("fonts/MagdaPro_400_normal_1447935989.woff") format("woff"),
        url("fonts/MagdaPro_400_normal_1447935989.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.disabled { position: relative; opacity: 0.5; cursor: default; }
.disabled label { cursor: default; }

/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */

.ico-cross,
.ico-cross-small,
.ico-arrow-right-alt,
.ico-arrow-left-alt { display: inline-block; vertical-align: middle; }

.ico-cross { background: url(images/ico-cross.svg) no-repeat 0 0; width: 19px; height: 19px; }
.ico-cross-small { background: url(images/ico-cross-small.svg) no-repeat 0 0; width: 14px; height: 14px; }
.ico-arrow-left-alt { background:  url(images/ico-arrow-left-alt.png) no-repeat 0 0; width:  7px; height:  10px; }
.ico-arrow-right-alt  { background: url(images/ico-arrow-right-alt.png) no-repeat 0 0; width: 7px; height: 10px; }

/* ------------------------------------------------------------ *\
    Slider Images
\* ------------------------------------------------------------ */

.slider-images .owl-prev {  opacity: 0; visibility: hidden; }
.slider-images .owl-next {  opacity: 0; visibility: hidden; }

.slider-images .slider-prev,
.slider-images .slider-next  { background: rgba(255, 255, 255, 0.8); transition: all .3s; }

.slider-images .slider-prev:hover,
.slider-images .slider-next:hover { background: rgba(255, 255, 255, 0); opacity: 1; }

.slider-images .slider-prev .ico-arrow-left-alt,
.slider-images .slider-next .ico-arrow-right-alt { position: absolute; top: 50%; left: 50%; transform: translateY(-50%); z-index: 20; }

@media(max-width: 767px){
   .slider-images .slider-prev,
   .slider-images .slider-next  { opacity: 0; visibility: hidden; }

    .slider-images .owl-next,
    .slider-images .owl-prev {  opacity: 1; visibility: visible; }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer { z-index: 50; }

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */

.header-card { position: relative; }

.btn-back { position: absolute; bottom: 32px; left: 40px;  font-family: 'Magda', sans-serif;  font-weight: 700; font-size: 14px;  }
.btn-back span { display: inline-block; vertical-align: middle; padding-left: 4px;  margin-top: -2px; }
.btn-back:hover span  { text-decoration: underline; }

@media(max-width: 1024px){
    .header-card .btn-back { display: none; }
}

/* ------------------------------------------------------------ *\
    Checkbox Alt
\* ------------------------------------------------------------ */

.checkbox-alt { float: none;  padding: 10px 12px 20px 0; }
.checkbox-alt label { padding-right: 0; padding-left: 27px; position: relative; }
.checkbox-alt label:after  { position: absolute; top: 0; left: 0; }
.checkbox-alt label:before  { position: absolute; right: auto; left: 6px; }

/* ------------------------------------------------------------ *\
    Subscribe Note
\* ------------------------------------------------------------ */

.subscribe-note  { background: #fff; }
.subscribe-note  { display: block; text-align: center; }

/* ------------------------------------------------------------ *\
    Article
\* ------------------------------------------------------------ */

.article .article-inner-alt { background-size: cover; background-position:  center center;  color: #fff; font-size: 12px; padding: 20px 25px; }
.article .article-image { display: none; background-size: cover; background-position: center center; height: 190px; }

@media(max-width: 767px){
    .article .article-inner-alt { background: none !important;  padding: 9px 0; color: #333333; }
    .article  .article-image { display: block; margin-left: -9px; margin-right: -9px; }
}
/* ------------------------------------------------------------ *\
    Mini Cart
\* ------------------------------------------------------------ */

.mini-cart {  width: 350px; position: absolute; top: 100%; background: none; left: auto; overflow: visible; }

.mini-cart-item ~ .mini-cart-item { margin-top: 9px; border-top: 1px solid #e3e0dc; }

.mini-cart-body {  max-height: 100%; padding: 0; }

.mini-cart-items { height: 370px; overflow-y: auto; }

.mini-cart-item { padding: 15px 15px 10px; border: 0; position: relative; }
.mini-cart-image { width: 101px; min-height: 101px; margin-right: 14px; }
.mini-cart-content { overflow: hidden; }

.mini-cart-item-head { float: none; width: 100%;  padding-top: 0; margin-bottom: 13px; }
@media(max-width: 767px) {
	.mini-cart-item-head { margin-bottom: 10px; }
}

.mini-cart-details { border: 0; padding: 0; font-size: 12px; letter-spacing: 0.02em; font-family: 'Magda', sans-serif;  font-weight: 700; }

.mini-cart-title  { font-size: 17px; margin-bottom: 4px; padding: 0; }

.mini-cart-item-body { margin-bottom: 0; }

.mini-cart-item-quantity .field { width: 100%; height: 100%; background: none; border: 0; text-align: center; }

.mini-cart-item-quantity .quantity-decrease { position: absolute; top: 50%; left: 0;
 -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
}
.mini-cart-item-quantity .quantity-increase { position: absolute; top: 50%; right: 0;
    -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
           transform: translateY(-50%);
 }

.mini-cart-item-quantity .form-row .form-controls { width: 50px; height: auto; background: none; padding-left: 10px; padding-right: 10px;  border: 0; position: relative; }
.mini-cart-item-quantity.refill .form-row .form-controls { padding-left: 0; }

.mini-cart-item-pair-wrapper { display: flex; }
.mini-cart-item-label { flex: 0 0 auto; width: 74px; font-family: 'Helvetica', sans-serif; font-size: 13px; letter-spacing: 0.02em; color: #404040; margin-bottom: 0; }
.mini-cart-item-value { flex: 0 1 auto; font-size: 12px; color: #262626; font-family: 'Magda', sans-serif; font-weight: 700; overflow: hidden; }

.mini-cart-item-information { list-style: none; margin-bottom: 4px; }

.mini-cart-item-information > li { margin-bottom: 4px; }
.mini-cart-item-information > li:after { content: ''; display: table; clear: both; }

.mini-cart-actions { position: absolute; top: 0; right: 5px; }

.mini-cart-foot { background: #f7f7f5; }
.mini-cart-foot .free-shipping-note { text-align: center; font-size: 14px; font-family: 'Magda', sans-serif;  font-weight: 700; padding-top: 9px; }

.mini-cart-item-note { font-size: 12px;  font-family: 'Magda', sans-serif;  font-weight: 700; letter-spacing: 0.02em; line-height: 1.15; color: #333333; padding: 7px 0px 0 0; }

.mini-cart-subtotal { margin-bottom: 15px; }

.form-mini-cart { width: 350px;  border: 1px solid #e3e0dc; position: relative; left: 0; top: 0; bottom: auto; }

.mini-cart-subtotal-price { font-size: 15px; }

@media(max-width: 767px){

    .mini-cart  { width: 100%; }
    .form-mini-cart { max-height: 600px; overflow: visible; width: 100%; border-width: 1px 0; }

    .mini-cart-foot { position: absolute; }

    .mini-cart-item ~ .mini-cart-item { margin-top: 0px; }
}

/* ------------------------------------------------------------ *\
    Cart Item
\* ------------------------------------------------------------ */

.cart-item ~ .cart-item { border-top: 0; margin-top: 0; }

.cart-item .mini-cart-image { width: 120px; min-height: 120px; border: none; border: 0; }
.cart-item .checkbox-alt { font-size: 12px; }

.cart-item .mini-cart-actions { position: static; padding: 0; padding-top: 10px; }
.cart-item .mini-cart-actions a { font-size: 13px; display: inline-block; vertical-align: middle; margin-right: 10px; }

.cart-item .cart-item-price { position: absolute; top: 15px; right: 15px; font-size: 15px; letter-spacing: 0.02em; line-height: 1;   font-family: 'Helvetica', sans-serif; }

 .cart-item { border-bottom: 1px solid #e3e0dc; }
.cart-item.edit { background: #fff; border-bottom: 0; padding-bottom: 0; }
.cart-item .form-section-personalize { margin: 0 -15px; }
.cart-item .form-section-personalize-actions  { padding: 10px 15px; background: #f7f7f5; }

@media(max-width: 767px){
    .cart-item .mini-cart-image { width: 101px; min-height: 101px; margin-right: 10px; }

    .cart-item .cart-item-price { font-size: 13px; }
    .cart-item .checkbox-alt label { padding-left: 25px; }
    .cart-item .mini-cart-content { padding-bottom: 10px; }
}

@media(max-width: 479px){

    .cart-item .cart-item-price { font-size: 12px; top: 20px; right: 5px; }
    .cart-item .checkbox-alt label { padding-left: 23px; }
}

/* ------------------------------------------------------------ *\
    No Scroll
\* ------------------------------------------------------------ */

.no-scroll { position: static; overflow: visible; padding-right: 0; }

/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */

.form-contact  { padding-bottom: 150px; }

.form-contact .form-actions { padding-top: 15px; margin-bottom: 25px; }

.form-contact .form-foot { font-family: 'Helvetica', sans-serif; font-size: 13px; padding: 0 16px; color: #A9A9A9; }
.form-contact .form-foot strong { font-family: 'Bell Gothic Std', sans-serif; font-weight: 700; color: #A9A9A9; text-transform: uppercase; }

.form  { position: relative; }
/* ACDC CHANGED - ALWAYS SHOW ACTUAL ERROR MESSAGES */
.form .form-errors { padding: 10px 0 0; }
.form .form-alert { position: relative; color: #bf0000; line-height: 1.25; letter-spacing: 0.02em; font-size: 14px; font-family: 'Magda', sans-serif;  font-weight: 700; display: block; padding: 0 10px 10px 32px; }
.form .form-alert:after { content: ''; position: absolute; top: 30%; left: 12px; background: url(../css/images/asterisk-red.png) no-repeat 0 0; width: 9px; height: 8px;

-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
}

.form .form-row.required .form-label { color: #bf0000; }
.form .form-row.required:after { background: url(../css/images/asterisk-red.png) no-repeat 0 0; }

.form .form-row .input-count, .personalize-popup .input-count { font-size: 15px;  font-family: 'Magda', sans-serif; font-weight: 700; color: #8c8c8c; position: absolute; top: 50%; right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.form .form-row.valid:before { display: block; }
.form .form-row.valid .input-count { display: none; }
.form .form-row:before { content: ''; position: absolute; top: 50%; right: 12px; background:  url(../css/images/ico-check-alt.png) no-repeat 0 0; width:  19px; height:  19px; background-size: 19px 19px; display: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}


@media(max-width: 767px){
    .form .form-row .input-count { right: 15px; }
}

/* ------------------------------------------------------------ *\
    Form Checkout
\* ------------------------------------------------------------ */

.form-checkout  { position: relative; border: solid #eaeae9; border-width: 0 1px; padding-bottom: 40px; padding-top: 68px; overflow: hidden; }
.form-checkout form { display: block; margin: 0 0 -1px; }
.form-checkout .form-section { border: solid #eaeae9; border-width: 0 0 1px; }
.form-checkout .form-section-primary { padding: 17px 15px; border-top: 1px solid #eaeae9; border-bottom: 1px solid #eaeae9; }
.form-checkout .form-section h5 { padding-left: 15px; text-transform: uppercase; }

.form-checkout .form-section-head  { display: flex; justify-content: space-between; align-items: flex-end; column-gap: 10px; line-height: 24px; padding: 0 15px 10px; }
.form-checkout .form-section-head .required-fields { flex: 0 0 auto; width: auto; }
.form-checkout .form-section-head .section-title { flex: 1 1 auto; }

.form-checkout .form-section-head .checkbox-alt { float: none;  padding: 15px 12px 38px; }
.form-checkout .form-section-head .checkbox-alt label { padding: 18px; background-color: #ffffff; width:100%; text-align: left; position: relative; }
.form-checkout .form-section-head .checkbox-alt label:after  { position: absolute; top: 0; left: 0; }
.form-checkout .form-section-head .checkbox-alt label:before  { position: absolute; right: auto; left: 6px; }

.form-checkout .order-actions { padding-left: 15px; padding-right: 15px; margin-bottom: 15px; }

.form-checkout .checkbox-alt { float: none;  padding: 15px 12px 15px 0; }
.form-checkout .checkbox-alt label { padding-right: 0; padding-left: 40px; width: 100%; position: relative; }
.form-checkout .checkbox-alt label:after  { position: absolute; top: 0; left: 12px; }
.form-checkout .checkbox-alt label:before  { position: absolute; right: auto; left: 18px; }
.form-checkout .checkbox-alt label.auto-width { width: auto; }
.form-checkout .checkbox-alt .cc-required { display: none;}

.form-checkout .terms { color: #565656; font-family: 'Helvetica', sans-serif; font-size: 14px; padding: 10px 70px 0px 15px; margin-bottom: 40px; }
.form-checkout .terms a { text-decoration: underline; }
.form-checkout .password-recs { color: #565656;	font-family: 'Helvetica', sans-serif; font-size: 14px; padding: 0px 70px 0px 15px; margin-bottom: 10px; }


@media(max-width: 1024px){
    .form-checkout .terms  { padding-right: 10px; }
}

@media(max-width: 767px){
    .form-checkout  { padding-top: 20px; padding-bottom: 0; }
    .form-checkout h2 { font-size: 18px; }
}

@media(max-width: 479px){
    .form-checkout .form-label  { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
    Form Cart
\* ------------------------------------------------------------ */

.form-cart { padding-top: 37px; }
.form-cart .form-section-actions { padding: 16px; }
.form-cart .form-head {  border-bottom: 1px solid #e9e9e9; }

.form-cart .form-group-alt .form-row { position: relative; }
.form-cart .form-group-alt .form-row.valid:before { display: block; }
.form-cart .form-group-alt .form-row:before { content: ''; position: absolute; top: 50%; right: 20px; background:  url(../css/images/ico-check-alt.png) no-repeat 0 0; width:  19px; height:  19px; background-size: 19px 19px; display: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* ------------------------------------------------------------ *\
    Form Product Alt
\* ------------------------------------------------------------ */

.form-product-alt .form-controls { padding-left: 125px; }
.form-product-alt .form-actions { padding: 15px; padding-bottom: 5px; }

/* ------------------------------------------------------------ *\
    Order Summary
\* ------------------------------------------------------------ */

.order-summary { margin-top: 0; margin-left: 20px; width: 320px; position: static; }
.order-summary .order-summary-head { padding: 68px 12px 10px; border-right: 1px solid #eaeae9; border-left: 1px solid #eaeae9; position: relative; }
.order-summary .order-summary-head h2 { text-transform: uppercase; font-size: 18px; line-height: 24px; margin-bottom: 0; }

.order-items-head h2 { font-size: 18px; margin-bottom: 0; }

.order-items-head { padding: 17px 36px 7px 12px; }

@media(max-width: 767px) {
    .section-primary .order-summary { min-height: 1px; }
     .order-summary { margin-left: 0; margin-right: 0; width: 100%; maxå-width: 100%; }
    .order-summary .order-total { margin-top: 0; }
    .order-summary .order-items { max-height: 100%; }

     .order-summary .order-summary-head { display: flex; justify-content: space-between; align-items: flex-end; column-gap: 10px; padding: 30px 15px 10px; border-right: 0; border-left: 0; }

    .order-summary .order-summary-body { visibility: hidden; opacity: 0; max-height: 0; overflow-y: auto; border-bottom: 1px solid #ededec;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
    .order-summary .order-summary-body.expanded { visibility: visible; opacity: 1; max-height: 800px; }
    .order-summary .order-summary-body .order-items { margin-bottom: 0; }

    .order-summary-inner { border: 0; }
}

.order-items-head { display: flex; justify-content: space-between; align-items: flex-end; column-gap: 10px; line-height: 24px; border: solid #ebebeb; border-width: 0 1px 1px; padding: 68px 10px 10px; }
.order-items-head h2 { font-size: 18px; text-transform: uppercase; margin-bottom: 0; }
.order-items-subhead h3 { color: #333333; font-size: 13px; line-height: 1; margin-bottom: 11px; }

.order-items { border: solid #ebebeb; border-width: 0 1px; margin: 0; padding: 18px 12px 27px; }
.order-items .mini-cart-item { border: 1px solid #ebebeb; padding: 13px 12px; margin-bottom: 14px; }
.order-items .mini-cart-item ~ .mini-cart-item { margin-top: 0; }
.order-items .mini-cart-item:last-of-type { margin-bottom: 0; }
.order-items .mini-cart-image { background: transparent center/cover no-repeat; display: block; border: 1px solid #e5e5e5; width: 82px; min-height: 82px; margin-right: 11px; }
.order-items .mini-cart-title { font-size: 16px; line-height: 1; }
.order-items .mini-cart-details { color: #424242; font-size: 12px; line-height: 1.25; }

@media (max-height: 1000px){
    .order-total { margin-top: 0px; }
}

@media (max-height: 1000px) and (min-width: 800px){
    .order-total { margin-top: 0px; }
}

/* ------------------------------------------------------------ *\
    Table Total
\* ------------------------------------------------------------ */

.table-total { padding: 10px 13px 20px;  border-right: 1px solid #eaeae9; border-left: 1px solid #eaeae9;  border-bottom: 1px solid #eaeae9; }
.table-total .order-date td { padding-bottom: 13px; }

@media(max-width: 767px){
    .table-total { border-right: 0; border-left: 0; }
}

/* ------------------------------------------------------------ *\
    Section Order Details
\* ------------------------------------------------------------ */

.section-order-details { padding-top: 0; }

/* ------------------------------------------------------------ *\
    Footer Checkout
\* ------------------------------------------------------------ */

.contacts-alt { max-width: 600px; margin: 0 auto; padding: 30px 0; font-size: 13px; font-family: 'Helvetica', sans-serif; color: #a6a6a6; letter-spacing: 0.02em; text-align: center; }
.contacts-alt strong { font-size: 12px;  font-family: 'Bell Gothic Std', sans-serif; font-weight: 700; }

@media(max-width: 767px){
    .contacts-alt { font-size: 10px; padding: 13px 0; }
    .contacts-alt strong { font-size: 10px; }
}

/* ------------------------------------------------------------ *\
    Section Primary Alt
\* ------------------------------------------------------------ */

.section-primary-alt { padding-top: 27px; position: relative; }
.section-primary-alt .btn-back { bottom: auto; top: 20px; left: 20px; display: none; }

.section-primary .order-note { border-top: 1px solid #eaeae9; font-size: 14px; letter-spacing: 0.02em; font-family: 'Helvetica', sans-serif; padding: 15px 12px; }
.section-primary .order-note.ds-hidden { display: none; }

.section-primary .order-note p { margin-bottom: 0; }

@media(max-width: 1024px){
    .section-primary-alt .btn-back { display: block; }
}

@media(max-width: 767px){
    .section-primary .order-note.ds-hidden { display: block; }
    .section-primary .order-note.mb-hidden  { display: none; }
}

/* ------------------------------------------------------------ *\
    Col
\* ------------------------------------------------------------ */

.col-1of2.ds-hidden { display: none; }

@media(max-width: 767px){
    .col-1of2.ds-hidden { display: block; }
    .col-1of2.mb-hidden  { display: none; }

    .col ~ .col { margin-top: 0; border-left: 1px solid #ededec;  border-right: 1px solid #ededec; }
}

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */

.main-checkout .shell { padding-left: 10px; padding-right: 10px; }
.main-checkout:not(.main-cart) .cols { border: none; }
.main-checkout:not(.main-cart) .col-1of2 ~ .col-1of2 { border: none; }
.main-checkout:not(.main-cart) .order-summary-head { padding-top: 23px; }
.main-checkout:not(.main-cart) .order-summary-inner { padding-top: 0;}
.main-checkout:not(.main-cart) .table-total { border-bottom: 0; }

@media(max-width: 767px){
    .main-checkout { padding-bottom: 0; }
    .main-checkout:not(.main-cart) .order-summary { width: 100%; }
}

/* ------------------------------------------------------------ *\
    Shipping Details
\* ------------------------------------------------------------ */

.shipping-details { font-size: 14px; font-family: 'Magda', sans-serif; font-weight: 700; padding: 10px 20px; letter-spacing: 0.02em; border-bottom: 1px solid #ededec; margin-bottom: 20px; }
.shipping-details .shipping-address { margin-bottom: 20px; }
.shipping-details .shipping-method { margin-bottom: 25px; }
.shipping-details p { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
    Gift Card
\* ------------------------------------------------------------ */

.gift-card { margin-bottom: 18px; padding-top: 12px; }
.gift-card h5 { padding-left: 15px; text-transform: uppercase; font-weight: 300; font-family: 'Bell Gothic Std', 'Arial', 'Helvetica', sans-serif; color: #2d2d2d; margin-bottom: 10px; }
.gift-card .btn-apply { font-size: 14px; font-family: 'Helvetica', sans-serif; text-decoration: underline; padding: 12px 0 0 18px; display: inline-block; }

/* ------------------------------------------------------------ *\
    Credit Card
\* ------------------------------------------------------------ */

.credit-card-details h5 { padding-left: 15px; text-transform: uppercase; font-weight: 700; font-family: 'Bell Gothic Std', sans-serif; margin-bottom: 12px; }
.credit-card-details .list-cards { padding-left: 15px; margin-bottom: 15px; }

.credit-card-checkbox { font-family: 'Magda', sans-serif; width: 100%; background-color: #ffffff; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 12px; }
.credit-card-checkbox .checkbox { padding-bottom: 10px; padding-top: 3px; margin-bottom: 7px; }

.credit-card-checkbox .credit-card-name {padding-left: 5px; padding-top: 22px;}
.credit-card-checkbox .credit-card-details {padding-left: 5px;}
.credit-card-checkbox .form-label {padding-left: 19px;}
.credit-card-checkbox .shipping-address-alt {padding-left: 5px;}


/* ------------------------------------------------------------ *\
    AfterPay
\* ------------------------------------------------------------ */
.afterpay-checkbox { font-family: 'Helvetica', sans-serif; padding: 5px; width: 100%; background-color: #ffffff; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 12px; }
.afterpay-checkbox .checkbox { padding-bottom: 10px; padding-top: 3px; margin-bottom: 7px; }
#afterpayText { font-size: 13px; padding-left: 15px;font-family:'Helvetica', sans-serif; }

.payment-afterpay-container { position: relative; float: right; height: 20px; }
.payment-applepay-container .apple-pay-button { display: inline-block; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); vertical-align: middle; height: 40px; }
.payment-applepay-container .apple-pay-button::before { display: none; }

/* ------------------------------------------------------------ *\
    ApplePay
\* ------------------------------------------------------------ */
.applepay-checkbox { font-family: 'Magda', sans-serif; padding: 5px; width: 100%; background-color: #ffffff; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 19px; }
.applepay-checkbox .checkbox { padding-bottom: 10px; padding-top: 3px; margin-bottom: 7px; }

.payment-applepay-container { float: right; }

/* ------------------------------------------------------------ *\
    Paypal
\* ------------------------------------------------------------ */
.paypal-checkbox { font-family: 'Magda', sans-serif; padding: 5px; width: 100%; background-color: #ffffff; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 12px; }
.paypal-checkbox .checkbox { padding-bottom: 10px; padding-top: 3px; margin-bottom: 7px; }

.payment-paypal-container { float: right; }

/* ------------------------------------------------------------ *\
    Shipping Address
\* ------------------------------------------------------------ */

.shipping-address-alt { font-family: 'Magda', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.02em; margin-bottom: 19px; }
.shipping-address-alt .checkbox { padding-bottom: 10px; padding-top: 13px; margin-bottom: 7px; }
.shipping-address-alt .show-if-same-shipping { padding-left: 15px; padding-bottom: 15px;}

/* ------------------------------------------------------------ *\
    Payment Data
\* ------------------------------------------------------------ */

.payment-details { padding-bottom: 40px; }
.payment-details .card-information { margin-bottom: 14px; }

/* ------------------------------------------------------------ *\
    Section Reccomended Alt
\* ------------------------------------------------------------ */

.section-recommended-alt { padding-top: 105px; margin-bottom: 44px; }
.section-recommended-alt .shell-secondary { max-width: 1230px; padding-left: 100px;  }

.section-recommended-alt .product-item-actions { border-top: 1px solid #e7e7e7; }

.product-items .product-item .product-item-title { font-size: 19px; }

@media(max-width: 1023px){
    .section-recommended-alt .shell-secondary { padding-left: 15px; }
}

@media(max-width: 767px){
    .section-recommended-alt  { padding-top: 30px; }
}

/* ------------------------------------------------------------ *\
    Gift Options
\* ------------------------------------------------------------ */

.gift-options { padding: 15px 0; border: 1px solid #e9e9e8; margin-top: 12px; }
.gift-options .gift-options-label { font-size: 14px; font-family: 'Helvetica', sans-serif; color: #404040; padding-left: 12px; margin-bottom: 12px; }
.gift-options .gift-options-actions { padding: 12px 0 0 16px; }

.gift-options .tooltip { position: absolute; right: 20px; top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* ------------------------------------------------------------ *\
    Gift Options Static
\* ------------------------------------------------------------ */

.gift-options-static .gift-options-head { position: relative; border-bottom: 1px solid #e9e9e8; }
.gift-options-static .gift-options-head .btn-link { position: absolute; top: 0px; right: 20px;
 }
.gift-options-static .gift-options-body { padding: 15px 15px 0px; }

.list-gift-options { margin-bottom: 0; }
.list-gift-options li { margin-bottom: 4px; }
.list-gift-options li:after { content: ''; display: table; clear: both; }
.list-gift-options p { width: 90px; float: left; font-size: 14px; font-family: 'Helvetica', sans-serif; color: #404040; margin-bottom: 0; }
.list-gift-options span { float: left; display: block; font-family: 'Magda', sans-serif; font-weight: 700; font-size: 14px; color: #262626; }

/* ------------------------------------------------------------ *\
    Product Thumbs
\* ------------------------------------------------------------ */
.product-items-primary { position: absolute; max-width: 80px; width: 100%; list-style: none; }
.product-items-primary .product-thumb { margin-bottom: 12px; opacity: .5;
     -webkit-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}
.product-items-primary .product-thumb.current { opacity: 1; }

.section-product-primary { position: relative; max-width: 1230px; margin: 0 auto; }

@media(max-width: 1023px){
    .product-items-primary  { position: static; border-bottom: 1px solid #e9e9e8; max-width: 100%; padding: 13px; }
    .product-items-primary:after { content: ''; display: table; clear: both; }

    .product-items-primary .product-thumb { float: left; width: 54px; margin-right: 10px; }

    .section-product-primary { padding: 0 15px; }
}

@media (max-width: 820px){
    .product-items-primary .product-thumb { margin-right: 7px; }
}

@media (max-width: 414px){
    .product-items-primary .product-thumb { margin-right: 3px; }
}

@media (max-width: 390px){
    .product-items-primary .product-thumb { margin-right: 9px; }
}

@media (max-width: 374px) {
    .product-items-primary .product-thumb { width: calc(20% - 7px); margin-right: 7px; }
}

@media (max-width: 349px) {
    .product-items-primary .product-thumb { width: calc(20% - 5px); margin-right: 5px; }
}

.product-single .product-head { position: relative; }
.product-single .product-head p { margin-bottom: 0; }
.product-single .product-head .product-price { position: absolute; right: 10px; top: 5px; font-size: 20px; font-family: 'Helvetica', sans-serif; color: #404040; text-transform: uppercase; }

@media(max-width: 767px){
    .product-single .form-product-alt .form-actions { position: static; }

    .product-actions .product-controls-alt .btn-link { font-size: 14px; }

    .product-single .product-head .product-price { font-size: 16px; right: 10px; top: 10px; }
}

/* ------------------------------------------------------------ *\
    Product Image
\* ------------------------------------------------------------ */

.product-image { display: flex; flex-wrap: wrap; border-left: 1px solid #e9e9e8; }
.product-image .slider-product-images { flex: 1 1 auto; width: calc(100% - 100px); }
.product-image .product-thumbs { order: -1; width: 100px; }
.product-image .product-thumbs .products-content { position: relative; width: 100%; height: 100%; overflow: auto; }
.product-image .product-image-foot { flex: 1 1 auto; width: 100%; margin: 0 0 0 100px; padding: 20px 15px; font-size: 14px; font-family: 'Helvetica', sans-serif; color: #404040; }
.product-image .product-image-foot span { display: inline-block; vertical-align: middle; }
.product-image .product-image-foot .btn  { vertical-align: top; }

@media (max-width: 1023px) {
    .product-image { display: block; border-left: none; margin: 0; }
    .product-image .slider-product-images { width: 100%; }
    .product-image .product-thumbs { order: unset; width: 100%; }
    .product-image .product-image-foot { margin: 0; }
}

/* ------------------------------------------------------------ *\
    Slider product images
\* ------------------------------------------------------------ */

.slider-product-images { position: relative; }
.slider-product-images .slide { display: none; }
.slider-product-images .slider-clip { overflow: hidden; }
.slider-product-images .slide img { width: 100%; height: auto; position: relative; margin: -6% 0; display: block; }
.slider-product-images .slide.current { display: block; }

.slider-product-images .label-bottle { position: absolute; top: 0%; left: 0%;  letter-spacing: 0.005em;  font-weight: 700; font-size: 15px; color: #000000; opacity:0.8; font-family: 'Magda', sans-serif; font-weight: 700; }
.slider-product-images .label-engraving { position: absolute; top: 0%; left: 0%;  font-family: 'Arial Narrow', Arial, sans-serif; color: #bcbcbc; opacity:40;  }
.slider-product-images .label-box { position: absolute; top: 0%; left: 0%;  letter-spacing: 0.005em;  font-weight: 700; font-size: 15px; color: #000000; opacity:0.8; font-family: 'Magda', sans-serif; font-weight: 700; }
.slider-product-images .slide-image .label-bottle.visible { display: block; }

@media(max-width: 1023px){
    .slider-product-images .label-bottle { bottom: 14.5%; }
}

/* ------------------------------------------------------------ *\
    Subscribe
\* ------------------------------------------------------------ */

.subscribe label span.subscribe-inner { position: relative; top: -10px; }
.subscribe label span.visible { display: inline; width: 100%; }
.subscribe label span span { display: inline; }
.subscribe label span.visible  strong { display: block; letter-spacing: 0.02em;  font-family: 'Bell Gothic Std', sans-serif; margin-bottom: 4px; font-size: 15px; font-weight: 700; }

.section-sidebar.at-bottom { bottom: 185px; }
.mobile-add-to-cart.show { display: none; }
.product-single .form-product-alt .form-actions { visibility: visible !important; }
.socials a { width: 18px; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */


@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
}


/* ------------------------------------------------------------ *\
	New Styles
\* ------------------------------------------------------------ */

.section-discovery-products { padding: 71px 0 150px; }
.section-discovery-products .section-content { max-width: 300px; margin: 0 auto 80px; font-family: 'Magda', sans-serif; font-size: 15px; line-height: 1.39; color: #333; letter-spacing: .02em; text-align: center; font-weight: 700; }
.section-discovery-products .section-subtitle { margin-bottom: 14px; font-family: 'Bell Gothic Std', sans-serif; font-size: 26px; line-height: 1.3; color: #333; font-weight: 400; text-transform: uppercase; letter-spacing: 0; }
.section-discovery-products .section-content p { margin-bottom: 22px; }
.section-discovery-products .section-content a { text-decoration: underline; }
.section-discovery-products .section-content a:hover { text-decoration: none; }

.discovery-items { margin-left: -1.5%; }
.discovery-items .product-item { width: 23.5%; margin-left: 1.5%; }
.discovery-items .product-item-details { padding: 3px 6px; }
.discovery-items .product-item-actions { padding: 6px 8px 8px; }

.footer-fixed { position: absolute; }

@media(max-width: 1023px) {
	.section-discovery-products { padding: 44px 0 87px; }
	.section-discovery-products .section-content { margin-bottom: 62px; }
	.section-discovery-products .section-content p { margin-bottom: 24px; }

	.discovery-items { max-width: 560px; margin: 0 auto; }
	.discovery-items .product-item { width: 270px; margin: 0 0 47px; }
	.discovery-items .product-item br { display: none; }
	.discovery-items .product-item:nth-child(even) { margin-left: 20px; }
}

@media(max-width: 767px) {
	.section-discovery-products { padding: 37px 0 48px; }
	.section-discovery-products .section-subtitle { font-size: 16px; }
	.section-discovery-products .section-content { margin-bottom: 45px; font-size: 12px; line-height: 1.17; }
	.section-discovery-products .section-content p { margin-bottom: 14px; font-size: 12px }
    .section-discovery-products .section-content a { font-size: 12px; }
    .discovery-items { max-width: none; padding: 0 2px; margin-left: -1.15%; }
	.discovery-items .product-item,
	.discovery-items .product-item:nth-child(even) { width: 48.85%; margin-left: 1.15%; font-size: 12px; }
	.discovery-items .product-item .product-item-title { display: table; width: 100%; font-size: 14px; }
	.discovery-items .product-item .product-item-title a { display: table-cell; vertical-align: middle; }

	.discovery-items .product-item-details { padding-right: 22px; }
	.discovery-items .product-item-price { font-size: 12px; }
	.discovery-items .product-item-actions { padding: 12px 8px 11px; }

	.footer-fixed { position: relative; }
}
