/* ##### Quick ##### */
.cs .hide {
    display: none;
}

.cs .bold {
    font-weight: bold !important;
}

.cs .italic {
    font-style: italic !important;
}

.cs .underline,
.cs .underlined {
    text-decoration: underline !important;
}

.cs .left {
    text-align: left !important;
}

.cs .center {
    text-align: center !important;
}

.cs .right {
    text-align: right !important;
}
/* ##### End Quick ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Reset ##### */
body.cs,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.cs a {
    border: 0;
}

.cs form,
.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs img,
.cs ol,
.cs p,
.cs ul {
    margin: 0;
    padding: 0;
}

.cs article,
.cs aside,
.cs footer,
.cs header,
.cs nav,
.cs section {
    display: block;
}

.cs * {
    outline: none !important;
}

.cs .clear:after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: " ";
    visibility: hidden;
}

* html .clear {
    zoom: 1;
}

*:first-child+html .clear {
    zoom: 1;
}

* html .form .row {
    zoom: 1;
}

*:first-child+html .cs .form .row {
    zoom: 1;
}

.cs img {
    margin: 0;
    padding: 0;
    border: 0;
}

.cs a img {
    border: 0;
}
/* ##### End Reset ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Typical ##### */
body.cs,
html.cs {
    background-color: #f0f0f0;
    font-family: Arial, Helvetica, Verdana, serif;
}

.cs .cs-link,
.cs a {
    color: #1450c8;
    text-decoration: none;
}

.cs .cs-link:hover,
.cs a:hover {
    text-decoration: underline;
}
/* ##### End Typical ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Dialogs ##### */
.cs #loading-ajax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
}

.cs #loading-ajax-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 9998;
}

.cs #loading-ajax-image {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 0 3px 2px #aaa;
    -moz-box-shadow: 0 0 3px 2px #aaa;
    display: block;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 160px;
    margin-left: -100px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px 2px #aaa;
    z-index: 9999;
}

.cs #cvv-window img,
.cs #loading-ajax-image img {
    display: block;
}

.cs #instructions-window {
    display: none;
    font-size: 13px;
}

.cs #instructions-window ul {
    margin: 20px !important;
    padding: 0 !important;
    line-height: normal !important;
    list-style-position: inside !important;
}

.cs #cvv-window,
.cs #window-pdf,
.cs #window-player {
    display: none;
}

.cs #captcha-refresh {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: normal;
}

.cs #captcha-image {
    width: 198px;
    float: left;
    border: 1px solid #ccc;
}
/* ##### End Dialogs ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Messages ##### */
.cs #msg-error,
.cs #msg-success {
    margin: 0 0 20px;
    padding: 15px;
    overflow: hidden;
}

.cs #msg-success {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.cs #msg-error {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

.cs #msg-error ul,
.cs #msg-success ul {
    margin: 10px 0 0 15px;
    padding: 0;
    list-style-position: inside;
}

.cs #msg-success a {
    color: #3c763d;
}

.cs #msg-error a {
    color: #a94442;
}

.cs #cart-empty {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    float: left;
    border-top: 1px solid #ccc;
    font-size: 16px;
    font-style: italic;
    text-align: left;
}
/* ##### End Messages ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Forms ##### */
.cs .form fieldset {
    display: block;
    margin: -5px 0 20px;
    padding: 0 10px 19px;
    border: 1px solid #aaa;
}

.cs .form fieldset legend {
    margin: 0 0 0 10px;
    padding: 0 10px;
    color: #555;
    font-size: 16px;
    font-weight: normal;
}

.cs .form .error {
    border: 1px solid #e11 !important;
    background-color: #f2dede !important;
}

.cs .form .error .vine-select-icon {
    background-color: #f2dede !important;
}

.cs .form .row {
    width: 100%;
    padding: 10px 0 0;
    float: left;
    line-height: 32px;
}

.cs .form .row label {
    width: 160px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
    font-weight: normal;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs .form .row label.required {
    font-weight: bold;
}

.cs .form .row label.small {
    width: 115px;
}

.cs .form .row label.medium {
    width: 160px;
}

.cs .form .row label.large {
    width: 200px;
}

.cs .form .row label.auto {
    width: auto !important;
    margin-right: 10px;
}

.cs .form .row label span {
    color: #e11;
    font-weight: bold;
}

.cs .form .row input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
}

.cs .form .row input[type="file"] {
    position: absolute;
    left: 190px;
    width: 290px;
    height: 32px;
    text-align: right;
}

.cs .form .row input[type="text"],
.cs .form .row input[type="password"] {
    display: block;
    width: 200px;
    height: 30px;
    margin: 0 8px 0 0;
    padding: 0 5px;
    float: left;
}

.cs .form .row input[type="text"].tiny,
.cs .form .row input[type="password"].tiny {
    width: 58px !important;
}

.cs .form .row input[type="text"].small,
.cs .form .row input[type="password"].small {
    width: 122px;
}

.cs .form .row input[type="text"].medium,
.cs .form .row input[type="password"].medium {
    width: 200px;
}

.cs .form .row input[type="text"].large,
.cs .form .row input[type="password"].large {
    width: 250px;
}

.cs .form .row input[type="text"].auto,
.cs .form .row input[type="password"].auto {
    width: auto !important;
}

.cs .form .row input[type="text"][disabled="disabled"],
.cs .form .row input[type="text"][readonly="readonly"] {
    background-color: #eee;
}

.cs .form .row select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 32px;
    margin: 0 10px 0 0;
    padding: 6px 6px 6px 0;
    float: left;
    line-height: 30px !important;
}

.cs .form .row select.tiny {
    width: 68px;
}

.cs .form .row select.small {
    width: 122px;
}

.cs .form .row select.medium {
    width: 202px;
}

.cs .form .row select.large {
    width: 252px;
}

.cs .form .row select.auto {
    width: auto !important;
}

.cs .form .row div.small-box {
    width: 100px;
    float: left;
}

.cs .form .row div.medium-box {
    width: 160px;
    float: left;
}

.cs .form .row div.large-box {
    width: 200px;
    float: left;
}

.cs .form .row input[type="radio"] {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.cs .form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 90px;
    margin: 0;
    border: 1px solid #ccc;
}

.cs .form .row:after {
    zoom: 1;
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: " ";
    visibility: hidden;
}

.cs .form input[type="text"],
.cs .form input[type="password"],
.cs .form textarea {
    border: 1px solid #ccc;
    background-color: #fff;
}

.cs .form input[type="text"]:focus,
.cs .form input[type="password"]:focus,
.cs .form textarea:focus {
    border: 1px solid #bbb;
    background-color: #fafafa;
}

.cs .vine-select-hover .vine-select-icon {
    border: 1px solid #bbb !important;
    background-color: #fafafa !important;
}

.cs .form .fieldset {
    padding: 11px;
    background-color: #eee;
}

.cs .form fieldset {
    border: 1px solid #ccc;
}

.cs .form .fieldset h3 {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: normal;
}

.cs .fieldset-toggle.opened {
    cursor: pointer;
}

.cs .fieldset-toggle.closed {
    padding: 0 !important;
    border-bottom: 0 !important;
    cursor: pointer;
}

.cs .fieldset-toggle .extra {
    padding-right: 10px;
    float: right;
    font-size: 18px;
    font-style: normal;
    opacity: 0.60;
}

.cs .fieldset-toggle .fa {
    float: right;
    font-size: 20px;
    text-align: right;
}

.cs .fieldset-content {
    display: none;
    margin: 0;
    overflow: hidden;
}

.cs .form input[type="button"],
.cs .form input[type="submit"] {
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #fff;
    background-color: #d5d5d5;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.cs .form input[type="button"]:hover,
.cs .form input[type="button"]:focus,
.cs .form input[type="submit"]:hover .cs .form input[type="submit"]:focus {
    background-color: #c5c5c5;
}

.cs #checkout,
.cs #contact,
.cs #subscription-renew,
.cs #subscription-update {
    position: relative;
    width: 920px;
    margin: 0;
    padding: 0;
    float: left;
    color: #444;
    font-size: 14px;
}

.cs #left-form {
    width: 602px;
    float: left;
}

.cs #checkout #account-access,
.cs #checkout #authorization,
.cs #checkout #billing-info,
.cs #checkout #comments,
.cs #checkout #cs-account,
.cs #checkout #payment-info,
.cs #checkout #payment-options,
.cs #checkout #shipping-info {
    width: 578px;
    margin: 20px 0 0 !important;
    float: left;
}

.cs #checkout #cs-account {
    width: 578px;
    margin: 0 !important;
    float: left;
}

.cs .explanation {
    width: 578px;
    margin: 20px 0 0;
    padding: 15px 0 5px;
    float: left;
    border-top: 1px solid #ccc;
}

.cs .explanation.short {
    margin: 10px 0 0;
    padding: 10px 0 0;
}

.cs #payment-options .option {
    float: left;
}

.cs #payment-options img {
    margin: 0 0 0 10px;
    float: left;
}

.cs #payment-options em {
    margin: 0 0 0 10px;
    float: left;
}

.cs #row-billing-province-ca,
.cs #row-billing-province-other,
.cs #row-province-ca,
.cs #row-province-other,
.cs #row-shipping-province-ca,
.cs #row-shipping-province-other,
.cs .account-access-required {
    display: none;
}

.cs #card-element {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.cs #cvv-trigger {
    margin: 6px 0 0;
    float: left;
    cursor: pointer;
}

.cs #order-comments {
    margin: 10px 0 0;
    padding: 5px;
}

.cs #row-tax-number {
    display: none;
}

.cs #authorization .row div {
    width: 34px;
    float: left;
}

.cs #authorization .row input {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    float: left;
}

.cs #authorization .row span {
    width: 540px;
    margin: 0;
    float: left;
    line-height: 24px;
}

.cs #right-form {
    width: 298px;
    margin: 0 0 0 20px;
    float: left;
}

.cs #right-form.fixed {
    position: fixed;
    top: 20px;
    margin: 0 0 0 622px;
}

.cs #right-form label {
    width: 125px;
}

.cs #order-summary {
    width: 272px;
    margin: 20px 0 20px !important;
    float: left;
}

.cs #checkout-pre-discount,
.cs #renewal-pre-discount {
    color: #e11;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
}

.cs #checkout-total,
.cs #renewal-total {
    color: #3a3;
    font-size: 16px;
    font-weight: bold;
}

.cs #order-discounts {
    width: 272px;
    margin: 0 !important;
    float: left;
}

.cs #coupon-code,
.cs #gift-card {
    width: 125px;
    margin: 0;
}

.cs #subscription-renew #coupon-code,
.cs #subscription-renew #gift-card {
    width: 200px;
}

.cs #checkout-discounts,
.cs #code-discounts {
    font-size: 16px;
    font-weight: bold;
}

.cs #checkout #complete {
    width: 600px;
    float: left;
}

.cs #complete input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 42px;
    margin: 20px 10px 0 0;
    padding: 0 15px;
    float: left;
    border: 1px solid #135a97;
    background-color: #337ab7;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}

.cs #complete input[type="submit"]:hover,
.cs #complete input[type="submit"]:focus {
    background-color: #286090;
}

.cs #contact .fieldset,
.cs #subscription-renew #authorization,
.cs #subscription-renew #payment-info,
.cs #subscription-renew #payment-options,
.cs #subscription-renew #renewal-discounts,
.cs #subscription-renew #renewal-info,
.cs #subscription-renew #renewal-summary,
.cs #subscription-renew #card-info,
.cs #subscription-update #card-info,
.cs #subscription-update #update-card,
.cs #subscription-update #update-info {
    width: 895px;
    margin: 20px 0 0;
    float: left;
}

.cs #contact-store {
    margin: 2px 0 0 !important;
}

.cs #subscription-renew #renewal-info,
.cs #subscription-update #update-info {
    margin: 0;
}

.cs #ssl-icons {
    margin: 25px 0 0;
    float: left;
}

.cs #icon-ssl {
    margin: 0 0 0 8px;
    float: right;
}

.cs #icon-pci {
    margin: 0;
    float: right;
}
/* ##### End Forms ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Order Confirmations ##### */
.cs #confirmation {
    width: 920px;
    float: left;
    color: #444;
    font-size: 14px;
}

.cs #confirmation fieldset {
    margin: 13px 0 0 !important;
}

.cs #confirmation #order-details,
.cs #confirmation #renewal-details {
    margin: 0 !important;
}

.cs #addresses {
    margin: 0;
    padding: 10px 10px 20px !important;
}

.cs .address {
    margin: 0 50px 0 0;
    float: left;
}

.cs .multiline {
    margin: 10px 0 0;
    line-height: normal;
}

.cs #products-list fieldset {
    padding: 0;
}

.cs #products-list legend {
    margin-left: 20px;
}

.cs #products-list table {
    width: 100%;
    border-collapse: collapse;
}

.cs #products-list table thead th {
    padding: 5px 6px 12px;
    border-bottom: 1px dashed #aaa;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.cs #products-list table tbody tr td {
    border-top: 1px dashed #aaa;
    font-size: 13px;
    line-height: 40px;
}

.cs #products-list table tbody tr:first-child td {
    border-top: 0;
}

.cs #products-list table tbody tr td.left {
    padding-left: 6px;
}

.cs #products-list table tbody tr td.center {
    padding-left: 6px;
    text-align: left !important;
}

.cs #products-list table tbody tr td.right {
    padding-right: 6px;
}

.cs #gift-cards-list {
    margin: 22px 0 0;
    border: 1px solid #aaa;
}

.cs #gift-cards-list table {
    border-collapse: collapse;
}

.cs #gift-cards-list thead th {
    padding: 12px 6px;
    border-bottom: 1px dashed #aaa;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.cs #gift-cards-list tbody tr td {
    border-top: 1px dashed #ddd;
    font-size: 13px;
    line-height: 40px;
}

.cs #gift-cards-list tbody tr:first-child td {
    border-top: 0;
}

.cs #gift-cards-list tbody tr td.left {
    padding-left: 6px;
}

.cs #gift-cards-list tbody tr td.center {
    padding-left: 6px;
    text-align: left !important;
}

.cs #gift-cards-list tbody tr td.right {
    padding-right: 6px;
}

.cs #gift-cards-list tfoot th {
    padding: 10px 6px;
    border-top: 1px dashed #aaa;
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

.cs #downloads-list fieldset {
    padding: 5px 0 9px;
}

.cs #downloads-list legend {
    margin: 0 0 0 20px;
}

.cs #downloads-list #msg-error,
.cs #downloads-list #msg-success {
    margin: 0 10px 10px !important;
}

.cs #downloads-list p {
    display: block;
    margin: 0;
    padding: 10px;
}

.cs #downloads-list table {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
}

.cs #downloads-list td.icon {
    width: 32px;
    padding: 3px 0;
}

.cs #downloads-list td.file {
    padding: 3px 20px 3px 0;
}

.cs #downloads-list td.size {
    padding: 3px 20px 3px 0;
    text-align: right;
}

.cs #downloads-list td a {
    border: 0;
    text-decoration: none;
}

.cs #downloads-list td img {
    margin: 0 8px 0 0;
    float: left;
}

.cs #downloads-list p.top {
    margin: 0 0 6px;
    padding: 5px 10px 12px;
    border-bottom: 1px dashed #aaa;
}

.cs #downloads-list p.bottom {
    margin: 10px 0 0;
    padding: 12px 10px 5px;
    border-top: 1px dashed #aaa;
}

.cs #downloads-list table td.icon .fa {
    float: left;
    color: #444;
    font-size: 28px;
}

.cs #downloads-list table td.buttons .fa {
    width: 28px;
    margin: 0 0 0 10px;
    float: right;
    color: #444;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
}

.cs #downloads-list table td.buttons .action-expired {
    float: right;
    color: #d33;
}

.cs .download-directly,
.cs .send-to-dropbox,
.cs .stream-audio,
.cs .stream-video {
    cursor: pointer;
}

.cs .coupon-promo {
    margin: 20px 0 0;
    border: 1px solid #aaa;
}

.cs .coupon-promo div {
    padding: 8px 10px;
    background-color: #f2f2f2;
    color: #555;
}

.cs .coupon-promo p {
    margin: 10px;
    padding: 0;
}

.cs #buyer-comments fieldset,
.cs #vendor-message fieldset {
    margin-bottom: 20px;
    padding: 10px 10px 19px !important;
}

.cs #reminder fieldset {
    padding: 10px 10px 19px !important;
}

.cs #renewal-details .multiline {
    float: left;
}
/* ##### End Order Confirmations ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Desktops & Laptops ##### */
@media (min-device-width: 1300px) {
    .cs #right-form {
        width: 298px;
        float: right;
    }
}
/* ##### End Desktops & Laptops ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Large Mobile Devices ##### */
@media only screen and (max-width: 1014px) {
    .cs .form .fieldset h3 {
        font-size: 16px;
    }

    .cs .fieldset-toggle .extra {
        font-size: 16px;
    }

    .cs #checkout,
    .cs #contact,
    .cs #subscription-renew,
    .cs #subscription-update {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .cs #left-form {
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .cs #right-form {
        width: 100%;
        margin: 0;
        padding: 0 0 20px;
        float: left;
        font-size: 12px;
    }

    .cs #subscription-renew,
    .cs #subscription-update {
        font-size: 12px;
    }

    .cs .explanation {
        width: 100%;
    }

    .cs #cart-wrapper table .price,
    .cs #cvv-trigger,
    .cs i.payment-info,
    .cs span.option-details-extra {
        display: none !important;
    }

    .cs #order-comments {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .cs #payment-options img {
        width: 40px;
    }

    .cs #checkout #account-access,
    .cs #checkout #authorization,
    .cs #checkout #billing-info,
    .cs #checkout #comments,
    .cs #checkout #cs-account,
    .cs #checkout #payment-info,
    .cs #checkout #payment-options,
    .cs #checkout #shipping-info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0 0 !important;
        float: left;
    }

    .cs #checkout #cs-account {
        margin: 0 !important;
    }

    .cs #order-discounts,
    .cs #order-summary {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0 0 !important;
        float: left;
    }

    .cs #checkout #authorization {
        margin: 0 !important;
    }

    .cs #authorization .row span {
        display: block;
        width: auto;
        margin: 0 0 0 32px;
        float: none;
        line-height: 16px;
    }

    .cs #authorization .authorize div {
        width: 30px;
    }

    .cs #authorization .authorize input {
        width: 16px;
        height: 16px;
        margin: 0;
    }

    .cs #authorization-list {
        font-size: 12px;
    }

    .cs #checkout #complete,
    .cs #subscription-renew #complete {
        width: 100%;
    }

    .cs #icon-pci img,
    .cs #icon-ssl img {
        height: 20px;
        margin-top: 3px;
    }

    .cs #left-form label,
    .cs #right-form label,
    .cs #subscription-renew label,
    .cs #subscription-update label {
        width: 120px;
    }

    .cs #coupon-code,
    .cs #gift-card,
    .cs #subscription-renew #coupon-code,
    .cs #subscription-renew #gift-card,
    .cs .form .row input[type="text"],
    .cs .form .row input[type="password"],
    .cs .form .row select {
        width: 150px;
    }

    .cs .form .row select.small {
        width: 84px;
    }

    .cs #cs-account label {
        width: 130px;
    }

    .cs #cs-account .row input[type="text"],
    .cs #cs-account .row input[type="password"] {
        width: 140px;
    }

    .cs #forgot-password {
        width: 100%;
        margin: 5px 0 0;
        float: left;
        line-height: 32px;
    }

    .cs #contact .fieldset,
    .cs #subscription-renew #authorization,
    .cs #subscription-renew #payment-info,
    .cs #subscription-renew #payment-options,
    .cs #subscription-renew #renewal-discounts,
    .cs #subscription-renew #renewal-info,
    .cs #subscription-renew #renewal-summary,
    .cs #subscription-update #update-card,
    .cs #subscription-update #update-info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0 0;
        float: left;
    }

    .cs #subscription-renew #renewal-info,
    .cs #subscription-update #update-info {
        margin: 0;
    }

    .cs #confirmation {
        width: 100%;
    }

    .cs #credits {
        width: 100%;
        float: left;
    }

    .cs #site-map {
        width: 100%;
        margin: 0 0 20px;
        float: left;
    }

    .cs #ssl-icons {
        margin: 28px 0 0;
    }

    .cs .address {
        width: 100%;
        margin: 20px 0 0;
        float: left;
    }

    .cs .address.first {
        margin: 0;
    }
}
/* ##### End Large Mobile Devices ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Medium Mobile Phones ##### */
@media only screen and (max-width: 640px) {
    .cs .fieldset-toggle .extra {
        display: none;
    }

    .cs .form .row input[type="text"],
    .cs .form .row input[type="password"],
    .cs .form .row .vine-select {
        margin-right: 0;
    }

    .cs .cs-bread {
        font-size: 14px;
    }

    .cs .form fieldset legend {
        font-size: 14px;
    }

    .cs #downloads-list table {
        font-size: 12px;
    }

    .cs #downloads-list .icon,
    .cs #downloads-list .license,
    .cs #downloads-list .size {
        display: none;
    }

    .cs #downloads-list .buttons {
        min-width: 120px;
        white-space: nowrap;
    }
}
/* ##### Medium Mobile Devices ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Small Mobile Devices ##### */
@media only screen and (max-width: 358px) {
    .cs #checkout,
    .cs #confirmation,
    .cs #contact,
    .cs #subscription-renew,
    .cs #subscription-update {
        font-size: 12px;
    }

    .cs #coupon-code,
    .cs #gift-card,
    .cs .form .fieldset,
    .cs .form .row input.small[type="text"],
    .cs .form .row input.small[type="password"],
    .cs .form .row input[type="text"],
    .cs .form .row input[type="password"],
    .cs #row-shipping-info span,
    .cs #left-form label,
    .cs .vine-select,
    .cs .vine-select-style,
    .cs select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
    }

    .cs .cs-bread-extra,
    .cs .fieldset-toggle .extra {
        display: none;
    }

    .cs #row-card-exp-date label {
        margin-bottom: -10px;
    }

    .cs #row-card-exp-date .vine-select {
        margin-top: 10px;
    }

    .cs #row-shipping-info {
        overflow: hidden;
        line-height: normal;
    }

    .cs #row-shipping-info span {
        float: left;
    }

    .cs #complete input[type="submit"] {
        width: 100%;
    }

    .cs #ssl-icons {
        margin: 20px 0 0;
    }

    .cs #payment-options em {
        font-size: 12px;
    }

    .cs .form fieldset legend {
        font-size: 12px;
    }
}
/* ##### End Small Mobile Devices ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Rounding ##### */
.cs.rounded #content,
.cs.rounded #msg-error,
.cs.rounded #msg-success,
.cs.rounded .form input[type="button"],
.cs.rounded .form input[type="submit"],
.cs.rounded .form input[type="text"],
.cs.rounded .form input[type="password"],
.cs.rounded .form textarea,
.cs.rounded .form fieldset,
.cs.rounded .form .fieldset,
.cs.rounded .vine-select,
.cs.rounded .vine-select-icon,
.cs.rounded #products-list table tbody tr td,
.cs.rounded #gift-cards-list,
.cs.rounded #gift-cards-list tbody tr td,
.cs.rounded .coupon-promo,
.cs.rounded h2,
.cs.rounded .vine-button-plain,
.cs.rounded #captcha-image,
.cs.rounded .vine-button,
.cs.rounded .vine-window {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cs.rounded .vine-window-title.vine-title {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.cs.rounded #gift-cards-list thead th.first,
.cs.rounded #products-list table thead th.first {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.cs.rounded #gift-cards-list thead th.last,
.cs.rounded #products-list table thead th.last {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.cs.rounded .coupon-promo div {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/* ##### End Rounding ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Wrapper, All Devices ##### */
.cs #content,
.cs #footer,
.cs #header,
.cs #header-inner,
.cs #store {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cs #header,
.cs #header-inner,
.cs #store {
    display: block;
    position: relative;
    overflow: hidden;
}

.cs #store {
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
}

.cs #header,
.cs #header-inner {
    background-color: #fff;
}

.cs #logo {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #777;
    font-weight: normal;
    text-align: left;
}

.cs #logo.has-image span {
    display: none;
}

.cs #logo img {
    display: block;
    max-width: 47%;
    max-height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
}

.cs #tools {
    overflow: hidden;
}

.cs #content {
    display: block;
    overflow: hidden;
    background-color: #fff;
}

.cs #footer {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #777;
}

.cs #footer a {
    color: #777;
    text-decoration: underline;
}

.cs #footer a:hover {
    text-decoration: none;
}
/* ##### End Wrapper, All Devices #####
/* ##### */
/* ##### */
/* ##### */
/* ##### Wrapper, Desktops ##### */
@media (min-width: 1025px) {
    .cs #header {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

    .cs #header-inner {
        width: 960px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .cs #logo {
        display: block;
        font-size: 32px;
        line-height: 42px;
    }

    .cs #tools {
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .cs #cart {
        float: right;
    }

    .cs #cart .cs-cart-mini-inner {
        height: 42px;
        line-height: 40px;
    }

    .cs #locale {
        margin: 0 20px 0 0;
        float: right;
    }

    .cs .cs-locale-current {
        display: block;
        height: 42px;
        line-height: 40px;
    }

    .cs #search {
        margin: 0 20px 0 0;
        float: right;
    }

    .cs #search .cs-search-field {
        height: 42px;
    }

    .cs #search .cs-search-button {
        height: 42px;
        font-size: 26px;
        line-height: 40px;
    }

    .cs #categories {
        display: block;
        width: 960px;
        margin: 20px auto 0;
    }

    .cs #categories .cs-cats {
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .cs #categories .cs-cats-link {
        border-left: 1px solid #ddd;
    }

    .cs #categories .cs-cats-ctrl-arrow {
        background-color: #eee;
    }

    .cs #categories .cs-cats-active .cs-cats-link {
        background-color: #f2f2f2;
    }

    .cs #content {
        width: 960px;
        margin: 20px auto 134px;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .cs #content.round {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .cs #footer {
        width: 100%;
        height: 110px;
        border-top: 1px solid #ddd;
        background-color: #fff;
        font-size: 0.7em;
        text-align: center;
    }

    .cs #footer.has-social-icons {
        height: 110px;
    }

    .cs #footer.has-social-icons #social-icons {
        height: 32px;
        padding: 18px 0 0;
    }

    .cs #footer.has-social-icons #social-icons img {
        margin: 0 3px;
    }

    .cs #footer.has-social-icons #watermark {
        display: block;
        height: 46px;
        padding: 4px 0 0;
        line-height: 21px;
    }

    .cs #footer.no-social-icons #watermark {
        display: block;
        padding: 35px 0;
        line-height: 20px;
    }

}
/* ##### End Wrapper, Desktops ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Wrapper, Tablets ##### */
@media (min-width: 768px) and (max-width: 1024px) {
    .cs #store {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .cs #header {
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .cs #header-inner {
        padding: 20px;
    }

    .cs #logo {
        float: left;
        font-size: 32px;
        line-height: 42px;
    }

    .cs #logo img {
        float: left;
    }

    .cs #tools {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .cs #cart {
        float: right;
    }

    .cs #cart .cs-cart-mini-inner {
        height: 42px;
        line-height: 40px;
    }

    .cs #locale {
        margin: 0 20px 0 0;
        float: right;
    }

    .cs .cs-locale-current {
        display: block;
        height: 42px;
        line-height: 40px;
    }

    .cs #search {
        margin: 0 20px 0 0;
        float: right;
    }

    .cs #search .cs-search-field {
        height: 42px;
    }

    .cs #search .cs-search-button {
        height: 42px;
        font-size: 26px;
        line-height: 40px;
    }

    .cs #categories {
        margin: 20px;
    }

    .cs #categories .cs-cats {
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .cs #categories .cs-cats-link {
        border-left: 1px solid #ddd;
    }

    .cs #categories .cs-cats-ctrl-arrow {
        background-color: #eee;
    }

    .cs #categories .cs-cats-active .cs-cats-link {
        background-color: #f2f2f2;
    }

    .cs #content {
        margin: 20px 20px 134px;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .cs #content.round {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .cs #footer {
        bottom: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        background-color: #fff;
        font-size: 0.7em;
        text-align: center;
    }

    .cs #footer.has-social-icons {
        height: 113px;
    }

    .cs #footer.has-social-icons #social-icons {
        height: 32px;
        padding: 18px 0 0;
    }

    .cs #footer.has-social-icons #social-icons img {
        margin: 0 3px;
    }

    .cs #footer.has-social-icons #watermark {
        display: block;
        height: 46px;
        padding: 4px 0 0;
        line-height: 21px;
    }

    .cs #footer.no-social-icons #watermark {
        display: block;
        padding: 35px 0;
        line-height: 20px;
    }

}
/* ##### End Wrapper, Tablets ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Wrapper, Phones ##### */
@media (max-width: 767px) {
    .cs #store {
        width: 100%;
        min-width: 320px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .cs #header {
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .cs #header-inner {
        padding: 20px;
    }

    .cs #logo {
        display: block;
        width: 100%;
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }

    .cs #logo img {
        margin: 0 auto;
    }

    .cs #tools {
        display: table;
        width: 100%;
        margin: 20px 0 0;
    }

    .cs #cart {
        display: table-cell;
        width: 110px;
        padding: 0 20px 0 0;
    }

    .cs #locale {
        display: table-cell;
        width: 135px;
        padding: 0;
    }

    .cs #cart .cs-cart-mini,
    .cs #locale .cs-button-basic {
        width: 100%;
    }

    .cs #cart .cs-cart-mini-inner,
    .cs #locale .cs-button-basic {
        width: 100%;
        height: 42px;
        font-size: 0.9em;
        line-height: 40px;
    }

    .cs #cart .cs-cart-mini-icon {
        font-size: 1.5em;
    }

    .cs #cart .cs-cart-mini-details,
    .cs #locale .cs-locale-current {
        float: right;
        text-align: right;
    }

    .cs #search {
        display: table-cell;
        padding: 0 0 0 20px;
        overflow: hidden;
    }

    .cs #search .cs-search-field {
        height: 42px;
    }

    .cs #search .cs-search-button {
        height: 42px;
        font-size: 26px;
        line-height: 40px;
    }

    .cs #content {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        margin: 0 0 110px;
        padding: 20px;
        border-radius: 0 !important;
    }

    .cs #categories {
        padding: 20px 20px 0;
        background-color: #fff;
    }

    .cs #footer {
        bottom: 0;
        width: 100%;
        height: 110px;
        border-top: 1px solid #ddd;
        background-color: #fff;
        font-size: 0.7em;
        text-align: left;
    }

    .cs #footer.has-social-icons {
        height: 110px;
    }

    .cs #footer.has-social-icons #social-icons {
        height: 32px;
        padding: 15px 0 0;
        text-align: center;
    }

    .cs #footer.has-social-icons #social-icons img {
        margin: 0 3px;
    }

    .cs #footer.has-social-icons #watermark {
        display: block;
        padding: 10px 0 20px;
        line-height: 20px;
        text-align: center;
    }

    .cs #footer.no-social-icons #watermark {
        display: block;
        padding: 35px 0;
        line-height: 20px;
        text-align: center;
    }

}
/* ##### End Wrapper, Phones ##### */
/* ##### */
/* ##### */
/* ##### */
/* ##### Wrapper, Small Phones ##### */
@media (max-width: 480px) {
    .cs #cart,
    .cs #locale {
        width: auto;
        white-space: nowrap;
    }

    .cs #cart .cs-cart-mini-details,
    .cs #locale .cs-locale-current {
        float: left;
        text-align: left;
    }

    .cs #cart .cs-cart-mini-icon,
    .cs #locale .cs-locale-icon {
        display: none;
    }

}
/* ##### Wrapper, Small Phones ##### */
