/* airrow fans template */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--color-gray-lighter);
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .headerWrap .right {
        display: none;
    }
}

:root {
    --color-black: #000;
    --color-gray1: #111;
    --color-gray2: #222;
    --color-gray3: #333;
    --color-gray4: #444;
    --color-gray5: #777;
    --color-gray6: #999;
    --color-gray7: #aaa;
    --color-gray8: #ccc;
    --color-gray9: #e5e5e5;
    --color-gray10: #f1f1f1;
    --color-grayred: #8c7e7d;
    --color-white: #FFF;
    --color-blue: rgba(25, 34, 109, 1);
    --color-blue2: rgb(31, 42, 132);
    --color-blue3: #111921;
    --color-blue4: #3E454B;
    --color-red: rgba(121, 0, 22, 1);
    --color-red2: rgb(142, 0, 26);
    --header-height: 129px;
    --content-row-width: 80%;
    --content-row-max-width: 1080px;
}

@media screen and (max-width: 1250px) {
    :root {
        --header-height: 99px;
    }
}

html, button, input, select, textarea {
    color: #232323;
}

html {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #666;
}

* {
    box-sizing: inherit;
}

::-moz-selection {
    background: #003755;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #003755;
    text-shadow: none;
    color: #fff;
}

#tinymce * {
    color: #000 !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    margin: 2em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body {
    min-height: 100%; /* stretch background gradient */
}

body {
    background: var(--color-white);
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body#tinymce {
    font-size: 16px;
}

a {
    color: var(--color-red);
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: var(--color-gray5);
}

h1, h2, h3, h4, h5 {
    font-family: lemonde-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--color-blue);
}

.content-row {
    width: var(--content-row-width);
    max-width: var(--content-row-max-width);
    margin: auto;
    position: relative;
}

h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-family: le-monde-sans-std-2, sans-serif;
    font-size: 26px;
    line-height: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;;
}

h5 {
    font-size: 17px;
    line-height: 26px;
}

img {
    max-width: 100%;
    height: auto;
}

.imageCaption {
    color: var(--color-white);
    font-size: 15px;
    line-height: 28px;
}

section .imageCaption,
article .imageCaption {
    color: var(--color-gray4);
    font-size: 11px;
    line-height: 18px;
    font-size: 11px;
    font-style: italic;
    padding: 0.5rem 0 2rem 0;
}

.textBlock {
    text-align: left;
    max-width: 950px;
    margin: 0 auto 3rem auto;
}

blockquote {
    border-left: 5px solid var(--color-red);
    padding-left: 20px;
}

section ul li,
article ul li {
    margin-bottom: 1.5em;
}

section img,
article img,
.cms_region img,
.cms_region video {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h2.before {
        font-size: 14px;
        line-height: 22px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
    }

    h4 {
        font-size: 16px;
        line-height: 24px;
    }

    h5 {
        font-size: 15px;
        line-height: 24px;
    }

    p {
        font-size: 13px;
        line-height: 24px;
    }

    .imageCaption {
        font-size: 14px;
        line-height: 24px;
    }

}

.button,
.btn,
button.buy,
.MessageForm_Buttons input,
.search-submit {
    display: inline-block;
    vertical-align: middle;
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
    width: auto;
}

.button:hover,
.btn:hover,
button.buy:hover,
.MessageForm_Buttons input:hover,
.search-submit:hover {
    background-color: var(--color-blue2);
    color: var(--color-white);
}

.button.arrow:after,
.btn.arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--color-white);
    display: inline-block;
    margin-left: 10px;
}

.btn-blue {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.btn-red {
    background-color: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
}

.btn-blue:hover {
    background-color: var(--color-blue2);
    color: var(--color-gray8);
}

.btn-red:hover {
    background-color: var(--color-red2);
    color: var(--color-gray8);
}

.button:hover,
.MessageForm_Buttons input:hover,
.search-submit:hover {
    text-decoration: none;
    border-color: transparent;
}

div#line-items-order-summary {
    top: var(--header-height);
}

.button.primary,
.seocart_Cart input.button.buttonContinueShopping {
    color: var(--color-gray2);
    background-color: var(--color-white);
    border-color: var(--color-gray2);
}

.button.primary:hover,
.seocart_Cart input.button.buttonContinueShopping:hover {
    background-color: var(--color-gray2);
    color: var(--color-white);
}

.button.primary:active,
.seocart_Cart input.button.buttonContinueShopping:active {
    background-color: var(--color-gray5);
    border-color: var(--color-gray5);
    color: var(--color-white);
}

.button.solid,
.seocart_Cart input.button.buttonRequestQuote,
.MessageForm_Buttons input,
.search-submit {
    color: var(--color-white);
    background-color: var(--color-gray2);
    border-color: var(--color-gray2);
}

.button.solid:hover,
.seocart_Cart input.button.buttonRequestQuote:hover,
.MessageForm_Buttons input:hover,
.search-submit:hover {
    background-color: var(--color-gray5);
    border-color: var(--color-gray5);
}

.button.reversed {
    color: var(--color-gray2);
    background-color: var(--color-white);
    border-color: var(--color-white);
}

.button.reversed:hover {
    background-color: var(--color-gray8);
    border-color: var(--color-gray8);
}

.button.solid:active,
.button.reversed:active,
.seocart_Checkout input.button.buttonRequestQuote:active,
.MessageForm_Buttons input:active {
    background-color: var(--color-gray7);
    border-color: var(--color-gray7);
}

.pageWidth {
    /*width: 1600px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding-left:1rem;
    padding-right:1rem;*/
}

.seocart_Category,
.seocart_Subcategory,
.seocart_Product {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.isShoppingCartPage .contentInner {
    padding-right: 1rem;
    padding-left: 1rem;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
select {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray8);
    height: 48px;
    padding: 11px 20px;
}

textarea {
    height: auto;
}

/* content types */
ul.arrows {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

ul.arrows li {
    position: relative;
    padding-left: 28px;
}

ul.arrows li:before {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: var(--color-red);
}

.cms_Sitemap, .ContentType_Search_container {
    margin: 7em auto;
}

.home .cms_FeaturedProducts {
    margin: 2em auto;
}

.cms_FeaturedProducts .p_container {
    border: none;
    background-color: #FFF;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.cms_FeaturedProducts .p_title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    padding-bottom: 1rem;
    border: none;
    background-color: #FFF;
}

.cms_FeaturedProducts .p_nav,
.cms_FeaturedProducts .p_itemDetailsBtn {
    display: none;
}

.cms_FeaturedProducts .p_itemContainer {
    padding: 0 1.2rem;
}

.cms_FeaturedProducts .p_itemName a {
    font-size: 100% !important;
    font-weight: normal !important;
}

.cms_FeaturedProducts .p_showAll,
.cms_FeaturedProducts .p_showAll.collapse {
    background: none;
    border: none;
    text-align: right;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.cms_FeaturedProducts .p_showAll:hover,
.cms_FeaturedProducts .p_showAll.collapse:hover {
    background: none;
    color: var(--color-gray7);
}

.cms_FeaturedProducts .p_item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.cms_FeaturedProducts .p_nextBtn,
.cms_FeaturedProducts .p_prevBtn {
    top: 43%;
    background: none;
    width: 32px;
    height: 32px;
}

.cms_FeaturedProducts .p_prevBtn,
.cms_FeaturedProducts .p_prevBtn:hover {
    left: -10px;
}

.cms_FeaturedProducts .p_nextBtn,
.cms_FeaturedProducts .p_nextBtn:hover {
    right: -10px;
}

.cms_FeaturedProducts .p_nextBtn:before,
.cms_FeaturedProducts .p_prevBtn:before {
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cms_FeaturedProducts .p_nextBtn:before {
    content: "\f054";
}

.cms_FeaturedProducts .p_prevBtn:before {
    content: "\f053";
}

.cms_FeaturedProducts .p_itemName {
    padding: .25em .5em !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .cms_FeaturedProducts .p_item {
        width: 99% !important;
    }
}

article {
    margin: 4rem auto;
}

html body .ContentType_Search_container td.price {
    display: none !important;
}

.cms_Sitemap, .ContentType_Search_container, .cms_FeaturedProducts {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cms_FeaturedProducts_title {
    text-align: center;
    padding-bottom: 1rem;
}

.cms_FeaturedProducts_list {
    margin-bottom: 2rem !important;
}

.cms_FeaturedProducts_list {
    display: block;
}

.cms_FeaturedProducts_list tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cms_FeaturedProducts_list td {
    display: block;
    width: 24.25% !important;
}

.cms_FeaturedProducts_imglink {
    display: block;
}

.cms_FeaturedProducts_imglink img {
    max-width: 100%;
    height: auto;
}

.cms_FeaturedProducts_item a {
    color: var(--color-gray3);
    text-decoration: none;
}

.cms_FeaturedProducts_item:hover a {
    color: var(--color-gray6);
    text-decoration: none;
}

.cms_FeaturedProducts .p_itemImg {
    max-height: 310px;
    min-height: 230px;
    height: 15vw !important;
}

.cms_TestimonialsPreview {
    background-image: url('/');
    background-color: var(--color-black);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7em 0;
    background-position: center;
    position: relative;

}

.cms_TestimonialsPreview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 1;
}

.cms_TestimonialsPreview * {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

@media screen and (min-width: 1775px) {
    .cms_TestimonialsPreview {
        background-position: center -27vw;
    }
}

.cms_TestimonialsPreview h2 {
    color: var(--color-white);
}

.cms_TestimonialsPreview .image {
    margin: 0.75em auto;
}

.cms_TestimonialsPreview img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

/*.cms_TestimonialsPreview .testimonial {
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}*/
.cms_TestimonialsPreview .testimonial p {
    color: var(--color-white);
    font-size: 15px;
    font-style: italic;
}

.cms_TestimonialsPreview .testimonial p.message {
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.cms_Image_wrapAll {
    text-align: center;
}
.cms_Image_wrapAll .cms_Image_textAbove *,
.cms_Image_wrapAll .cms_Image_textBelow * {
    color:#FFF;
}
.cms_Image_wrapAll .cms_Image_textBelow p {
    max-width: 750px;
}
.cms_Image_wrapAll .cms_Image_container {
    display:flex;
    justify-content: center;
    align-items: center;
}*/

.MessageSection_MessageForm {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    width: 100% !important;
    padding: 1rem !important;
    max-width: 740px;
    margin-bottom: 4rem !important;
}

.MessageForm_InputItem,
.inputItem {
    margin-top: 1rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0.5rem;
}

.MessageForm_InputItem.MessageForm_MessageTextItem {
    width: 100%;
}

body .MessageForm_InputItem.MessageForm_MessageTextItem .inputText {
    width: 97.5% !important;
}

body .MessageSection_MessageForm .inputText,
body .MessageSection_MessageForm .inputPassword,
body .MessageSection_MessageForm .inputSelect {
    width: 95% !important;
    border: 1px solid var(--color-gray8) !important;
    font-size: 9pt;
}

body .MessageSection_MessageForm .inputSelect {
    padding-left: 16px;
}

body .MessageForm_Buttons {
    text-align: left;
    padding: 0.5rem;
}

body .MessageForm_Buttons input {
    margin-left: 0;
}

body ul.MessageSection_AllMessages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto 4rem auto !important;
}

.MessageSection_AllMessages .MessageSection_Message {
    width: 50%;
    max-width: 440px;
    background: var(--color-gray10);
    border: none;
    border-radius: 0;
    min-height: 290px;
}

.MessageSection_AllMessages .Message_container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 4rem 2rem;
}

.MessageSection_AllMessages .Message_ClickImgTxt {
    display: none;
}

.MessageSection_AllMessages .Message_Image {
    float: none;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: -65px;
    border: 5px solid #FFF;
}

.MessageSection_AllMessages .Message_Text.description {
    font-size: 13px;
    color: var(--color-gray3);
    height: 150px;
    text-overflow: ellipsis;
}

.MessageSection_AllMessages .item.Message_Name {
    font-size: 15px;
    color: var(--color-gray3);
    padding-top: 1rem;
}

.MessageSection_AllMessages .Message_Image img {
    border: none;
    background: transparent;
    padding: 0;
}

.MessageSection_AllMessages .Message_CustomField {
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
}

.MessageSection_AllMessages .Message_CustomField .Message_CustomFieldLabel {
    font-weight: normal;
    margin-right: 5px;
}

/* slick custom */
body .slick-prev,
body .slick-next {
    width: 32px;
    height: 32px;
}

body .slick-prev:before,
body .slick-next:before {
    font-size: 32px;
}

.cms_TestimonialsPreview .slick-prev,
.cms_TestimonialsPreview .slick-next {
    transform: translateY(175%);
}

.ContentType_SubPageList_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cms_region .ContentType_SubPageList_list > div {
    padding: .5rem;
    width: 25%;
    margin-bottom: 2rem;
}

.cms_region .ContentType_SubPageList_listCell.ContentType_SubPageList_listColumn1 {
    transition: all 0.2s ease-in-out;
}

.cms_region .ContentType_SubPageList_listCell.ContentType_SubPageList_listColumn1:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

@media only screen and (max-width: 1100px) {
    .cms_region .ContentType_SubPageList_list > div {
        width: 50%;
    }
}

.ContentType_SubPageList_list .SubPageList_coverImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
    max-width: 285px;
}

.ContentType_SubPageList_list .SubPageList_summaryPageTitle {
    padding: 0.5rem;
}

.ContentType_SubPageList_list .SubPageList_summaryPageTitle a {
    font-size: 18px;
}

/*.ContentType_SubPageList_list .SubPageList_summaryPageTitle a:after {
    content: 'Read More';
    display: block;
    color: var(--color-blue3);
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 0;
}*/

#contentMain div.pagination a {
    background: #fff;
    text-decoration: none;
}

#contentMain div.pagination a,
#contentMain div.pagination span.current,
#contentMain div.pagination span.ellipsis {
    padding: 7px 12px 5px 11px;
}

div.ContentType_ImageGallery_Summary_title {
    font-weight: normal;
    text-align: left;
    padding: 0;
    font-size: 100%;
}

.ContentType_ImageGallery_Summary_title a,
.SubPageList_summaryPageTitle a,
.ContentType_Image_Summary_title a {
    text-decoration: none;
}

.ContentType_SubPageList_list43 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media only screen and (max-width: 1100px) {
    body .ContentType_SubPageList_list43 .ContentType_SubPageList_listCell {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    body .ContentType_SubPageList_list43 .ContentType_SubPageList_listCell {
        width: 100%;
    }
}

.ContentType_SubPageList_listColumn2 {
    border-left: 1px solid #ddd;
}

.summaryContainer {
    padding: .5em;
}

.summaryContainer img {
    border: 2px solid #000;
    border-radius: 8px;
    max-width: 100%;
}

.thumbnails-adv ul.thumbs img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

#content .summaryContainer a {
    color: #555;
    text-decoration: none;
}

#content .summaryContainer a:hover {
    color: #aaa;
}

#content .summaryContainer .contentLink {
    padding-top: .35em;
}

#content .summaryContainer .contentLink a {
    font-size: 80%;
    font-weight: normal;
    color: #888;
    text-decoration: underline;
    padding: 0 0 0 1.1em;
    background: transparent url(/cirkuit/includes/images/bullets/greyBullet.gif) .25em center no-repeat;
}

#content .summaryContainer .contentLink a:hover {
    text-decoration: none;
}

.summaryTitlebar {
    background: #fff;
    padding: .5em;
    border-bottom: 1px solid #ddd;
}

.summaryTitlebar .summaryTitle {
    color: #343434;
    font-weight: bold;
    font-size: 120%;
}

/* header */
body header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33);
}

.headerTop {
    background-color: var(--color-blue);
    color: var(--color-white);
    padding: 0.5rem 0.5rem 0 0.5rem;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.headerTop a {
    color: var(--color-white);
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
}

.headerTop li.quote a {
    background-color: var(--color-red);
}

.headerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    position: relative;
}

.headerWrap .left {
    padding: 0.25rem 0;
}

.headerWrap .left .social {
    position: absolute;
    top: 0;
    left: 1rem;
}

.headerWrap .middle {
    align-self: flex-end;
    color: var(--color-black);
}

.headerWrap .searchWrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background-color: var(--color-gray9);
    transition: opacity 0.2s ease-in-out;
}

.headerWrap .searchWrap.show {
    opacity: 1;
    z-index: 3;
    visibility: visible;
}

.headerWrap .searchWrap input[type="text"] {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    height: 40px;
    outline: none;
}

.headerWrap .searchWrap button.inputSubmit {
    background-color: transparent;
    border: none;
}

.headerWrap .searchWrap .close {
    display: none;
}

@media screen and (min-width: 768px) {
    .headerWrap .searchWrap.show {
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.95);
    }

    .headerWrap .searchWrap.show .close {
        display: block;
        margin-top: -7rem;
        margin-right: 4.5rem;
        cursor: pointer;
    }

    .headerWrap .searchWrap.show .close img {
        width: 40px;
        height: 40px;
    }

    .headerWrap .searchWrap input[type="text"] {
        font-size: 24px;
        height: 80px;
        color: var(--color-white);
        border: 1px solid var(--color-gray6);
        padding: 1rem 2rem;
    }

    .headerWrap .searchWrap button.inputSubmit {
        padding: 1rem;
    }

    .headerWrap .searchWrap button.inputSubmit img {
        width: 45px;
        height: 45px;
    }
}

.qualityWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.qualityWrap .quality {
    padding: 0 0.66rem;
    font-size: 11px;
    font-style: italic;
}

.qualityWrap .quality img {
    margin-right: 0.33rem;
}

.mainNav, .preNav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

/* nav */
.mainNav {
    margin: 0.5rem 0 0;
}

.preNav li {
    padding: 0 0.75rem;
    position: relative;
}

.preNav li:last-child {
    padding: 0;
}

.preNav li:first-child {
    border-right: 1px solid var(--color-gray8);
}

.preNav li.telephone img {
    display: none;
}

.preNav li > a {
    color: var(--color-red);
    font-size: 13px;
    display: block;
    padding: 0.15rem 1rem;
    text-decoration: none;
    position: relative;
}

.preNav li > a:hover {
    color: var(--color-red);
    border-color: var(--color-red);
}

.preNav li.account {
    padding-right: 0;
}

.preNav li.account > a {
    color: var(--color-gray1);
    font-size: 16px;
    line-height: 14px;
}

.preNav li.search > a,
.preNav li.account > a {
    border: none;
}

s
.preNav em.count {
    position: absolute;
    top: -4px;
    right: -7px;
    z-index: 3;
    min-width: 15px;
    background-color: var(--color-gray9);
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
}

.mainNav li {
    padding: 0 0.33rem;
    position: relative;
    list-style-type: none;
}

.mainNav li:last-child {
    padding-right: 0;
}

.mainNav li:last-child a {
    padding-right: 0;
}

.mainNav a {
    color: var(--color-gray1);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 2rem 0.5rem;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.mainNav li:hover a {
    color: var(--color-gray7);
}

.mainNav li > a:after {
    content: '';
    display: inline-block;
    background-image: url(/images/template/arrow-nav.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9px;
    height: 8px;
    line-height: 12px;
    margin-left: 4px;
    vertical-align: middle;
}

.mainNav li:hover > a:after {
    transform: rotateX(180deg);
    margin-top: -7px;
}

.mainNav li > a:only-child:after, .mainNav li:hover > a:only-child:after {
    content: '';
    display: none;
}

.mainNavWrap .social {
    display: none;
    text-align: center;
}

/* subnav */
.mainNav ul {
    display: none;
    background-color: var(--color-gray10);
    position: absolute;
    z-index: 3;
    top: 84px;
    left: -10px;
    padding: 0;
    margin: 0;
    min-width: 300px;
    border-top: 1px solid var(--color-gray9);
}

.mainNav li:hover > a ~ ul {
    display: block;
}

.mainNav li ul li {
    padding: 0;
}

.mainNav li ul a, .mainNav li:hover ul a {
    font-size: 14px;
    text-transform: none;
    padding: 1rem 1.5rem;
    background-color: var(--color-gray10);
    color: var(--color-gray4) !important; /*transition: background-color 0.5s ease-in-out;*/
}

/*.mainNav li ul li:first-child a {
    padding-top:1.5rem;
}
.mainNav li ul li:last-child a {
    padding-bottom:1.5rem;
}*/
.mainNav li ul a:hover {
    background-color: var(--color-white);
    color: inherit;
}

/* main */
main,
.home main.noCoverImage.isCmsPage {
    margin-top: var(--header-height);
}

#cms-cover-image {
    background-position: center top 20%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-color: var(--color-blue3);
    min-height: 400px;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#cms-cover-image:after {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 10;
    transform: scale(1, 1);
}

body ul#accountBreadcrumbs {
    padding: 1rem 0;
    margin: 0;
}

.hr {
    display: block;
    height: 1px;
    margin: 2rem auto 2rem auto;
    background-color: var(--color-gray8);
    width: 120px;
}

.hr.left {
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .hr.left {
        margin-left: auto;
    }
}

/* responsive gallery */
#content .responsive-gallery .gallery-image {
    background-attachment: fixed;
}

html #ImageGallery1 .responsive-gallery {
    min-height: 750px;
    height: calc(80vh - var(--header-height));
}

#content .responsive-gallery .btn {
    font-size: 19px;
    min-width: 200px;
}

#content .responsive-gallery .gallery-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: linear-gradient(57deg, rgba(17, 17, 51, 0.29) 0%, rgba(21, 41, 94, 0.26999999999999996) 48%, rgba(26, 66, 138, 0.24) 100%);
}

#content .responsive-gallery .gallery-caption h1, #content .responsive-gallery .gallery-caption h2, #content .responsive-gallery .gallery-caption p {
    color: var(--color-white);
}

#content .responsive-gallery .gallery-caption h1,
#content .responsive-gallery .gallery-caption .h1 {
    font-size: 80px;
    line-height: 1em;
    font-weight: 600;
}

#content .responsive-gallery .gallery-caption::before {
    display: none;
}

#content .responsive-gallery .gallery-nav-item.active {
    background-color: var(--color-gray5);
}

@media only screen and (max-width: 767px) {
    #content .responsive-gallery .gallery-caption h1,
    #content .responsive-gallery .gallery-caption .h1 {
        font-size: 34px;
    }
}

/* content */
.heading-divider {
    background-image: linear-gradient(180deg, #111133 0%, #1a428a 100%);
}

.heading-divider:after {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTdweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhDMTYwIDI4IDgwIDQ5IDAgNzBWMGgxMjgwdjcwYy04MCAyMS0xNjAgNDItMzIwIDQyLTMyMCAwLTMyMC04NC02NDAtODR6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 95px;
    bottom: 0;
    height: 95px;
    z-index: 1;
    transform: scale(1, -1);
}

.heading-divider h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 1em;
    color: var(--color-white);
}

@media only screen and (max-width: 768px) {
    .heading-divider h1 {
        font-size: 34px;
    }
}

.contentImageBackground {
    height: 100%;
    background-size: cover;
}

body #tms_breadcrumbs ul.breadcrumbs {
    margin-bottom: 0;
    padding-left: 1rem;
}

body #tms_breadcrumbs ul.breadcrumbs li {
    background-image: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-right: 10px;
}

body #tms_breadcrumbs ul.breadcrumbs li.lastLocation {
    padding-right: 0;
}

body #tms_breadcrumbs ul.breadcrumbs li:after {
    content: '';
    display: block;
    background: transparent url(/images/template/arrow-nav.svg) no-repeat center center;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
}

body #tms_breadcrumbs ul.breadcrumbs li.lastLocation:after {
    display: none;
}

#tms_breadcrumbs .breadcrumbsWrapper {
    background-color: var(--color-gray9);
}

#tms_breadcrumbs .breadcrumbsWrapper a,
#tms_breadcrumbs .breadcrumbsWrapper .lastLocation span {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem;
    font-size: 10px;
    color: var(--color-gray4);
    text-decoration: none;
}

#tms_breadcrumbs .breadcrumbsWrapper a:hover {
    color: var(--color-gray5);
}

#tms_breadcrumbs .breadcrumbsWrapper li:first-child a {
    padding-left: 0;
}

#tms_breadcrumbs .breadcrumbsWrapper .lastLocation span {
    color: var(--color-gray3);
}

/* service locator */
.serviceLocator {
    background-color: var(--color-blue);
    border-radius: 5px;
    color: var(--color-white);
    max-width: 300px;
}

body .cms_region .serviceLocator label {
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
    width: 250px;
    border-radius: 0;
    line-height: 1.3em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: lemonde-sans, sans-serif;
    font-size: 26px;
    text-align: center;
}

body .serviceLocator .locator-form {
    align-items: flex-start;
}

body .serviceLocator .category-input,
body .serviceLocator .city-input,
body .serviceLocator .country-input,
body .serviceLocator .feet-input,
body .serviceLocator .go-input,
body .serviceLocator .state-input {
    width: 100%;
    margin: 5px 0;
}

body .serviceLocator .go-input {
    width: 100%;
    text-align: center;
}

body .serviceLocator .go-input button {
    background-color: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
    border-radius: 3px;
}

body .cms_region .serviceLocator .city-input ~ p {
    font-size: 12px;
    color: var(--color-white);
    margin-top: 0 !important;
    text-indent: 10px;
}

.serviceLocator p.calculator-output-results {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px 0 10px;
    line-height: normal;
}

.serviceLocator p.calculator-output-disclaimer {
    text-align: center;
    color: #f2f2f2;
    font-size: 11px;
    font-style: italic;
    padding-left: 40px;
    padding-right: 40px;
    line-height: normal;
}

/* tabs */
.cms_region.cms_TabsAccordion {
    width: var(--content-row-width);
    max-width: var(--content-row-max-width);
    margin: 0 auto;
}

.cms_region.cms_TabsAccordion .ui-widget.ui-widget-content,
.seocart_Tabs.ui-widget.ui-widget-content {
    border: 1px solid var(--color-gray10);
}

.cms_region.cms_TabsAccordion .ui-widget,
.seocart_Tabs.ui-widget {
    font-size: 14px;
}

.cms_region.cms_TabsAccordion .ui-widget-header,
.seocart_Tabs .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-gray9);
}

html.productsupport .cms_region.cms_TabsAccordion .scroll-tab-header {
    scroll-margin-top: calc(var(--header-height) + 72px);
    margin-top: 4rem;
}

html.industries .cms_region.cms_NavigationLinks .scroll-tab-header {
    scroll-margin-top: calc(var(--header-height) + 72px);
}

/* cms accordion */
.cms_TabsAccordion .ui-accordion {
    padding-bottom: 2rem;
}

.cms_TabsAccordion .ui-accordion .ui-accordion-header {
    margin-top: 1rem;
}

.cms_TabsAccordion .ui-accordion .ui-state-default,
.cms_TabsAccordion .ui-accordion .ui-widget-content .ui-state-default,
.cms_TabsAccordion .ui-accordion .ui-widget-header .ui-state-default {
    background: var(--color-gray9);
    font-weight: bold;
    color: var(--color-blue2);
}

.cms_TabsAccordion .ui-accordion .ui-accordion-content {
    margin-bottom: 1rem;
}

/* slick gallery */
.cms_ImageGallery_13 {
    background-color: var(--color-gray2);
    color: var(--color-white);
}

.cms_ImageGallery_13 p,
.cms_ImageGallery_13 h2 {
    color: var(--color-white);
}

div#ImageGallery2 {
    max-width: 80%;
    margin: 0 auto;
}

.cms_ImageGallery_13 .gallery-image-wrap,
.cms_ImageGallery_13 .gallery-caption-wrap {
    display: inline-flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

body .cms_ImageGallery_13 .slick-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms_ImageGallery_13 .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .cms_ImageGallery_13 .gallery-image-wrap,
    .cms_ImageGallery_13 .gallery-caption-wrap {
        width: 100%;
    }
}

/* search */
.cms_Search .search-add-to-cart {
    display: none;
}

.cms_Search td.image .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms_Search .search-submit {
    display: inline-block;
    height: 48px;
    vertical-align: top;
}

.cms_Search .search-input-container,
.cms_Search .search-type {
    width: 50%;
}

.cms_Search .search-price {
    display: none;
}

.cms_Search .seocart_SearchPageNumbersContainer {
    clear: both;
}

.cms_Search .search-sort-view {
    margin-bottom: 1rem;
}

.cms_Search .search-sort-view select option[value="pricel"],
.cms_Search .search-sort-view select option[value="priceh"],
.cms_Search .search-sort-view select option[value="popula"],
.cms_Search .searchSortBy select option[value="pricel"],
.cms_Search .searchSortBy select option[value="priceh"],
.cms_Search .searchSortBy select option[value="popula"] {
    display: none;
}

#advancedSearchForm .searchPrice,
#advancedSearchForm .searchPrice ~ .seperator {
    display: none;
}

@media only screen and (max-width: 430px) {
    .search-input-container {
        max-width: 100%;
    }

    body input.search-text {
        max-width: 240px;
    }

    .cms_Search .search-sort-view {
        display: none;
        float: none;
    }

    .seocart_Search_AdvancedInput {
        max-width: 100%;
    }

    .cms_Search .search-sort-view select {
        max-width: 150px;
    }

    .search-price {
        padding-top: .5rem;
    }

    .cms_Search tr.search-item-list td div.image {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        padding-bottom: 1rem;
    }

    .cms_Search tr.search-item-list td div.image img {
        max-width: 100%;
        height: auto;
    }

    body .cms_Search .ContentType_Search_container .search-item {
        padding: 1rem 0 !important;
        border-bottom: 1px solid #dedede !important;
    }

    body .cms_Search .search-input-container,
    body .cms_Search .search-type {
        width: 100%;
    }
}

/* footer */
#madeInUSA {
    background-color: #111133;
    background-image: linear-gradient(180deg, #111133 0%, #1a428a 100%);
}

#madeInUSA h3,
#madeInUSA p {
    color: var(--color-white);
}

#footerChat {
    background-color: var(--color-blue4);
}

#footerChat h2,
#footerChat p {
    color: var(--color-white);
}

#footerChat p {
    font-size: 14px;
}

#footer {
    background-color: var(--color-gray2);
    border-top: 4px solid var(--color-gray8);
    color: var(--color-white);
}

#footer .col,
#footer p,
#footer a {
    color: var(--color-white);
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

#footer a:hover {
    color: var(--color-grayred);
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.newsletterForm .col:first-child {
    padding-right: 0;
}

.newsletterForm .col:last-child {
    padding-left: 0;
}

.newsletterForm .inputText {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray2);
    color: var(--color-gray8);
    font-size: 12px;
}

.newsletterForm .inputSubmit {
    background-color: var(--color-gray4);
    border: 1px solid var(--color-gray4);
    font-size: 10px;
    color: var(--color-white);
}

.newsletterForm .inputSubmit:hover {
    color: var(--color-gray1);
}

.newsletterForm .inputText,
.newsletterForm .inputSubmit {
    width: 100%;
    height: 48px;
}

footer .copyright p {
    font-size: 10px;
}

.newsletterForm {
    color: var(--color-gray8);
}

/* responsive */
header .menu-btn,
header .menu-icon {
    display: none;
}

@media screen and (max-width: 1620px) {
    .pageWidth,
    .cms_Image_wrapAll .cms_Image_textAbove {
        width: 100%;
    }

    .container.pageWidth {
        /*width:calc(100% - 30px);*/
    }

    header .headerWrap .left,
    .breadcrumbsContainer {
        padding-left: 0.5rem;
    }

    header .headerWrap .right,
    .breadcrumbsContainer {
        padding-right: 0.5rem;
    }

    .cms_Image_wrapAll .cms_Image_textAbove {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    header .headerWrap .middle {
        position: absolute;
        top: 5px;
        right: 490px;
    }
}

@media screen and (max-width: 1250px) {
    header .qualityWrap .quality {
        padding: 0 0.5rem;
    }

    header .headerWrap .middle {
        position: relative;
        top: auto;
        right: auto;
    }

    header .preNavWrap {
        display: block;
        position: absolute;
        bottom: 0;
        right: 50px;
    }

    header .preNav li.telephone img {
        display: block;
    }

    header .preNav li.telephone {
        border: none;
    }

    header .preNav li.telephone span,
    header .preNav li.schedule {
        display: none;
    }

    header .preNav li {
        padding: 0;
    }

    header .preNav li > a {
        padding: 19px 10px;
        border: none;
    }

    header .preNav em.count {
        top: 10px;
        right: 5px;
    }

    header .headerWrap {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 0;
        position: relative;
    }

    header .qualityWrap {
        margin: 0.5rem auto;
    }

    header .logoWrap {
        display: inline-block;
        width: 100%;
        max-width: 180px;
        padding: 10px;
    }

    header .logoWrap a {
        display: block;
    }

    header .logoWrap img {
        width: 100%;
        height: auto;
    }

    header .headerWrap .left {
        width: 100%;
    }

    header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        user-select: none;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
    }

    header .menu-icon .navicon {
        background: var(--color-gray5);
        display: block;
        height: 1px;
        position: relative;
        transition: background .2s ease-out;
        width: 20px;
    }

    header .menu-icon .navicon:before,
    header .menu-icon .navicon:after {
        background: var(--color-gray5);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: opacity .2s ease-out;
        width: 100%;
        z-index: 4;
    }

    header .menu-icon .navicon:before {
        top: 5px;
    }

    header .menu-icon .navicon:after {
        top: -5px;
    }

    /*header .menu-btn:checked ~ .menu {
      max-height: 240px;
    }*/
    /*header .menu-btn:checked ~ .menu-icon .navicon,*/
    header .menu-icon-close .navicon {
        background: transparent;
    }

    /*header .menu-btn:checked ~ .menu-icon .navicon:before,
    header .menu-btn:checked ~ .menu-icon .navicon:after,*/
    header .menu-icon-close .navicon:before,
    header .menu-icon-close .navicon:after {
        top: 0;
    }

    /*header .menu-btn:checked ~ .menu-icon .navicon:before,*/
    header .menu-icon-close .navicon:before {
        transform: rotate(-45deg);
    }

    /*header .menu-btn:checked ~ .menu-icon .navicon:after,*/
    header .menu-icon-close .navicon:after {
        transform: rotate(45deg);
    }

    header .mainNavWrap nav {
        height: 100vh;
        position: fixed;
        width: calc(100% - 50px);
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #FFF;
        display: block;
        transform: translate3d(100%, 0, 0);
        transition: transform .25s ease-in-out;
        overflow-y: scroll;
        z-index: 3;
        max-width: 350px;
    }

    header .mainNav li,
    header .mainNav li:last-child {
        padding: 0;
        width: 100%;
        text-align: right;
    }

    header .mainNav > li > a,
    header .mainNav > li:last-child > a {
        display: block;
        text-align: left;
        padding: 1.25rem 1rem;
        border-top: 1px solid var(--color-gray8);
    }

    header .mainNav li:last-child a {
        padding: 1.25rem 1rem;
    }

    header .mainNav > li:last-child a {
        border-bottom: 1px solid var(--color-gray8);
    }

    header .mainNav li > a:after {
        position: absolute;
        right: 15px;
        top: 12px;
        padding: 1rem;
        background-size: 9px 8px;
        background-position: center;
    }

    header .mainNavWrap ul.mainNav {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 5rem;
    }

    header .mainNav ul {
        position: relative;
    }

    header .mainNavWrap .social {
        display: block;
    }

    header .menu-btn:checked ~ .menu-icon {
        /*position: fixed;
        top: 33px;
        right: 0;
        bottom: auto;*/
        z-index: 3;
    }

    header .mainNavWrap {
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.2s ease-in-out;
    }

    header .menu-btn:checked ~ .mainNavWrap {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 4;
    }

    header .menu-icon-close {
        opacity: 0;
        visibility: hidden;
        top: 33px;
        z-index: 4;
    }

    header .menu-btn:checked ~ .mainNavWrap nav {
        transform: translateX(0);
    }

    header .menu-btn:checked ~ .mainNavWrap nav .menu-icon-close {
        opacity: 1;
        visibility: visible;
        width: 55px;
        height: 55px;
    }

    body.menu-opened {
        max-height: 100vh;
        overflow: hidden;
    }

    body.menu-opened .mainNav li > a ~ ul {
        display: none;
    }

    body.menu-opened .mainNav li.hovered > a ~ ul {
        display: block;
        top: 0;
        right: 0;
        left: 0;
    }

    body.menu-opened .mainNav li:hover > a:after {
        transform: rotateX(0);
        margin: 0;
    }

    body.menu-opened .mainNav li.hovered > a:after {
        transform: rotateX(180deg);
        margin: 0;
    }

    /* homepage */
    body .responsive-gallery .gallery-caption-container {
        padding: 3rem 0rem;
    }

    /* product detail page */
    body .seocart_Product .productWrapper {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .seocart_Product .productImageWrapper img.photo {
        max-width: 100%;
        height: auto;
    }

    body .seocart_Product .productDetailWrapper {
        padding: 1rem;
    }

    body .productButtons .button {
        max-width: 375px;
    }

}

@media screen and (max-width: 1130px) {
    body .seocart_CategoryProductContainer .seocart_ProductWrapper {
        margin-bottom: 1rem;
        width: 49%;
        text-align: center;
        padding: 0 0.25rem 0 0.25rem;
    }
}

@media screen and (max-width: 845px) {
    body .seocart_SubcategorySidebar {
        width: calc(180px);
    }

    body .seocart_SubcategoryMain {
        /*width: calc( 100% - 210px );*/
    }
}

@media screen and (max-width: 1023px) {
    .sidebar-filters-subcategories .sidebar-child-category a {
        font-size: 12px;
    }

    .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
        font-size: 13px;
    }

    body .seocart_CategoryProductContainer .seocart_ProductWrapper img {
        max-width: 100%;
        height: auto;
    }

    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage {
        min-height: 125px;
        max-width: 100%;
    }

    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
        font-size: 12px;
    }

    body .seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails {
        padding: 0.5rem 0;
    }
}

@media screen and (max-width: 767px) {
    .headerWrap .left .social {
        display: none;
    }

    .familyOwned {
        margin-bottom: 1rem;
    }

    .cms_TestimonialsPreview .slick-next {
        right: 5px;
    }

    .cms_TestimonialsPreview .slick-prev {
        left: 5px;
    }

    header li.cart .shoppingCartItems {
        display: none !important;
    }

    /* homepage */
    body .serviceLocator {
        margin:0 auto;
    }
    body #ImageGallery1 .responsive-gallery {
        height: auto;
        min-height: auto;
    }
    body #ImageGallery1 .responsive-gallery .gallery-image,
    body #ImageGallery1 .responsive-gallery .gallery-caption-wrapper {
        position: relative;
    }

    .contentNoSidebar > .cms_Imagesingle .cms_Image_wrapAll.bg-cover .cms_Image_container.cms_Image_fullWidth {
        height: 160vw;
        max-height: 600px;
    }

    section, .cms_Sitemap,
    .ContentType_Search_container,
    .cms_FeaturedProducts {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .textBlock {
        margin-bottom: 1.5rem;
    }

    .cms_FeaturedProducts_list table,
    .cms_FeaturedProducts_list tbody,
    .cms_FeaturedProducts_list tr,
    .cms_FeaturedProducts_list td {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
    }

    .cms_TestimonialsPreview {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cms_TestimonialsPreview .testimonial {
        display: none;
    }

    .cms_TestimonialsPreview .testimonial:first-child {
        display: block;
        width: 100%;
    }

    .cms_TestimonialsPreview .testimonial p.message {
        height: 220px;
    }

    .cms_TestimonialsPreview .slick-prev,
    .cms_TestimonialsPreview .slick-next {
        transform: translateY(295%);
        z-index: 3;
    }

    /* popups */
    body .popup {
        overflow: hidden;
        align-items: flex-start;
        padding: 1rem 0 2rem 0;
    }

    body .popup .container {
        height: 85vh; /* have to do 80vh because iphone bottom panel is a PITA */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .popup .container.px-5 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .popup .container.pt-5 {
        padding-top: 1rem !important;
    }

    .popup .container.pt-3 {
        padding-top: 0 !important;
    }

    .popup .container.pb-4 {
        padding-bottom: 1rem !important;
    }

    body .popup .close {
        margin: 0;
    }

    body .popup ul.shape,
    body .embed ul.shape {
        margin-left: -15px;
        margin-right: -15px;
    }

    body .popup ul.caratWeight,
    body .popup ul.budget {
        justify-content: flex-start;
        overflow-x: scroll;
    }

    body .popup section ul li {
        margin-bottom: 0.25rem;
    }

    body .popup .MessageSection_MessageForm {
        padding: 0 !important;
    }

    body .popup .MessageSection_MessageForm .inputText,
    body .popup .MessageSection_MessageForm .inputSelect {
        width: 100% !important;
    }

    body .embed section ul {
        flex-wrap: wrap;
    }

    body .embed section ul li {
        width: auto;
    }

    body #PopupCustomizeRing section ul.shape,
    body .CustomizeRingEmbed section ul.shape {
        justify-content: center;
    }

    body #PopupCustomizeRing section ul.shape li,
    body .CustomizeRingEmbed section ul.shape li {
        flex-grow: 0;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar,
    body .CustomizeRingEmbed ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar:vertical,
    body .CustomizeRingEmbed ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar:horizontal,
    body .CustomizeRingEmbed ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar-thumb,
    body .CustomizeRingEmbed ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    body #PopupCustomizeRing ::-webkit-scrollbar-track,
    body .CustomizeRingEmbed ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    /* message section */
    .MessageForm_InputItem, .inputItem {
        width: 100%;
    }

    body .MessageForm_InputItem.MessageForm_MessageTextItem .inputText {
        width: 95% !important;
    }

    body .MessageSection_AllMessages .MessageSection_Message {
        width: 100%;
        margin-bottom: 5rem !important;
    }

    /* category/cms page header text */
    body .seocart_Category_image_container h1 {
        font-size: 22px;
    }

    /*body .seocart_Category_image_container {
        margin-bottom: -490px;
    }*/
    .cms_Image_wrapAll .cms_Image_textAbove * {
        color: var(--color-gray1);
    }

    /*body .seocart_Subcategory .categoryWrapper.pageWidth {
        padding-top:calc(130px + 1rem);
    }*/
    /*.noCoverImage .cms_Image_wrapAll .cms_Image_textAbove {
        margin-bottom: -580px;
    }
    .noCoverImage .cms_Imagesingle {
        padding-bottom:calc(160px + 1rem);
    }*/

}

/*@media screen and (max-width:470px) {
    body .seocart_Category_image_container {
        margin-bottom: -135vw;
    }
}*/

/* category pages */
.seocart_Category_header_text {
    margin-left: auto;
    margin-right: auto;
}

.seocart_Category_image img {
    width: 1450px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*.seocart_Category_image img {
    visibility: hidden;
    max-width: 100% !important;
    display: none;
}
.seocart_Category_image {
    background-size: cover;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 500px;
    height: 50vw;
    background-position: center center;
}*/
/*.seocart_Category_image:before {
    display:block;
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
}*/
.seocart_Category_image_container {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.seocart_Category_image_container * {
    color: #FFF;
}

/*.seocart_Category_image_container span.highlight {
	display:inline-block;
	background-color: rgba(51,51,51,0.6);
	padding:5px;
}
.cms_Imagesingle h1,
.cms_Imagesingle h2,
.cms_Imagesingle p {
    background-color: rgba(51,51,51,0.6);
}*/
/*@media screen and (max-width: 1620px) {
    .seocart_Category_image_container {
        padding:0 1rem;
    }
}*/

.sidebarMobileToggle {
    display: none;
}

.seocart_SubcategorySidebar {
    display: inline-block;
    vertical-align: top;
    width: calc(250px);
    padding: 0.5rem;
    margin-top: 5px;
    margin-left: 15px;
    box-sizing: border-box;
}

.sidebar-categories {
    padding: 0;
}

.sidebar-categories ul {
    padding-left: 0.5rem;
}

.sidebar-categories li {
    list-style-type: none;
}

.categorySectionWrapper h2.subcategory-list-heading {
    line-height: 1;
    padding-bottom: 0.5rem;
}

.categorySectionWrapper h2.subcategory-list-heading a {
    text-decoration: none;
    font-weight: normal;
    display: block;
}

.subcategory-list li {
    width: 100px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.15;
}

.subcategory-list li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: var(--color-gray1);
}

.subcategory-list li a .image {
    width: 90px;
    height: 90px;
    border: 1px solid var(--color-gray5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.subcategory-list li a:hover {
    color: var(--color-gray0);
}

.subcategory-list li a:hover .image {
    background-color: var(--color-blue0);
}

.sidebar-filters-subcategories .sidebar-child-category a,
.sidebar-categories li a,
.seocart_SubcategorySearchByPrice ul li a {
    display: block;
    color: var(--color-gray2);
    text-decoration: none;
    font-size: 14px;
    padding: 0.25rem 0;
}

.sidebar-filters-subcategories .sidebar-child-category.current a,
.sidebar-categories .seocart_NavigationCurrent {
    font-weight: bold;
    color: var(--color-blue4);
}

.category-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 280px);
    padding-left: 15px;
    padding-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.seocart_SubcategorySearchByPrice {
    display: none;
}

.sidebar-filters-categories {
    margin: 1rem auto;
    position: sticky;
    top: var(--header-height);
    z-index: 1;
    background-color: #FFF;
}

.sidebar-parent-category a {
    font-weight: bold;
    font-size: 16px;
}

.sidebar-filters-subcategories .sidebar-child-category {
    display: inline-block;
}

.sidebar-filters-subcategories .sidebar-child-category a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-gray4);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 1.15rem 0.5rem;
}

.sidebar-filters-subcategories .sidebar-child-category:after {
    content: '|';
    display: inline-block;
    margin: 0 0.5em;
    color: var(--color-gray9);
}

.sidebar-filters-subcategories .sidebar-child-category:last-child:after {
    content: '';
}

.sidebar-filters-subcategories .sidebar-child-category.current a,
.sidebar-filters-subcategories .sidebar-child-category a:hover {
    color: var(--color-gray4);
}

.sidebar-filters-subcategories .sidebar-child-category.current a {
    font-weight: bold;
}

.sidebar-filter,
.seocart_SubcategorySearchByPrice ul ul li {
    padding: 2px 0;
}

.sidebar-title {
    font-weight: bold;
    color: #212121;
    margin-bottom: 5px;
}

.sidebar-filter-remove {
    float: right;
    vertical-align: middle;
}

.sidebar-filter-remove img {
    width: 15px;
    height: 15px;
}

.sidebar-filters-set {
    padding-right: 7px;
    margin-bottom: 15px;
}

.sidebar-subtitle,
.seocart_SubcategorySearchByPrice ul li span {
    text-align: left;
    margin-top: 5px;
    color: var(--color-gray2);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5rem;
}

.sidebar-filters-value {
    padding: 0 7px;
}

.sidebar-filters-unset {
    margin-top: 1em;
}

.sidebar-filters-unset a input {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.seocart_SubcategorySearchByPrice ul {
    list-style-type: none;
    padding: 0;
}

.sidebar-filter-group,
.seocart_SubcategorySearchByPrice ul ul {
    padding: 0;
    margin-bottom: 2rem;
    list-style-type: none;
}

.sidebar-filters-set .sidebar-filter {
    position: relative;
    padding-left: 12px;
    padding-right: 0;
    font-size: 14px;
}

.sidebar-filters-set .sidebar-filter a {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}

.sidebar-filters-set .sidebar-filter a.remove-filter::before {
    content: '\f00d';
    right: 0;
    left: auto;
}

.sidebar-filter a,
.seocart_SubcategorySearchByPrice ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 4px 3px 4px 20px;
    position: relative;
    color: var(--color-gray4);
}

.sidebar-filter a::before,
.seocart_SubcategorySearchByPrice ul li a:before {
    content: '\f096';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    height: 14px;
    width: 14px;
    font-size: 16px;
    color: var(--color-gray4);
}

.sidebar-filter a:hover,
.seocart_SubcategorySearchByPrice ul li a:hover {
    color: var(--color-gray6);
}

.sidebar-filter a:hover:before,
.seocart_SubcategorySearchByPrice ul li a:hover:before {
    color: var(--color-gray6);
}

.sidebar-filter.set a::before {
    content: '\f046';
    color: #000;
}

.sidebar-filter.set:hover a::before {
    color: #c5c5c5;
}

/*
.sidebar-filter a:hover::after,
.sidebar-filter.set a::after {
    content: 'x';
    position: absolute;
    left: 1px;
    top: -1px;
    height: 10px;
    width: 10px;
}*/

.sidebar-filter a:hover::after {
    color: #000;
}

.sidebar-filter.set a:hover::after {
    color: transparent;
}

.seocart_Category ul.breadcrumbs,
.seocart_Subcategory ul.breadcrumbs {
    display: none;
}

.seocart_Subcategory .categoryWrapper.pageWidth,
.cms_NavigationLinks {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.seocart_SubcategoryMain {
    display: inline-block;
    vertical-align: top;
    /*width: calc( 100% - 280px );*/
    width: 100%;
    /*padding-left: 15px;
    padding-bottom:15px;*/
    padding: 15px;
    box-sizing: border-box;
}

.seocart_CategoryProductContainer {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.seocart_CategoryProductContainer .seocart_ProductWrapper {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductImage {
    min-height: 182px;
    max-width: 500px;
    margin-bottom: 15px;
}

.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails {
    text-align: center;
    padding: 1rem 0;
}

.seocart_CategoryProductContainer .seocart_ProductWrapper .seocart_ProductDetails a {
    color: var(--color-gray3);
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.seocart_Subcategory_PaginationLinks {
    font-size: 14px;
}

.seocart_Subcategory_PaginationLinks em {
    font-style: normal;
    font-weight: bold;
}

.seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
    display: inline-block;
    padding: 1px 3px;
    border-radius: 3px;
    background: rgb(73, 41, 23);
    text-decoration: none;
    color: #FFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 767px) {
    .seocart_Category_image {
        height: 85vw;
    }

    .sidebarMobileToggle {
        display: block;
        background: #eaeaea;
        color: #212121;
        padding: 10px;
        cursor: pointer;
        text-transform: uppercase;
        margin-bottom: 7px;
        margin-top: 7px;
    }

    body .seocart_SubcategorySidebar {
        display: none;
        width: 100%;
        box-sizing: border-box;
        margin: 1rem auto;
    }

    body .seocart_SubcategoryMain,
    .category-details {
        width: 100%;
        padding: 0;
    }

    td.seocart_Subcategory_PaginationShowing {
        font-size: 14px;
    }

    .seocart_Subcategory_PaginationLinks {
        white-space: nowrap;
    }

    .seocart_Subcategory_PaginationLinks a.seocart_Subcategory_PaginationLinkNumber {
        display: none;
    }

    .seocart_Subcategory_PaginationLinks em {
        margin: 0 2px;
    }

    #hover-zoom-image,
    #hover-zoom-region {
        display: none;
    }

    .seocart_Subcategory_PaginationLinkPrevious,
    .seocart_Subcategory_PaginationLinkNext {
        text-decoration: none;
    }

    .seocart_Subcategory_PaginationLinkPrevious:before,
    .seocart_Subcategory_PaginationLinkNext:before {
        font-family: FontAwesome;
        font-size: 18px;
        color: #eff9ff;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        /* padding: 3px 5px; */
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 18px;
    }

    .seocart_Subcategory_PaginationLinkPrevious:before {
        content: '\f053';
        padding-left: 1px;
    }

    .seocart_Subcategory_PaginationLinkNext:before {
        content: '\f054';
        padding-right: 1px;
    }

    .seocart_Subcategory_PaginationLinkPrevious span,
    .seocart_Subcategory_PaginationLinkNext span {
        display: none;
    }
}


.subcategory-link a {
    font-size: 200%;
    padding: 50px;
}

.subcategory-product-reviews {
    font-size: 0;
    padding: 7px 0;
}

.categoryContentsWrap ul {
    margin: 0;
    padding: 0;
}

.categoryContentsWrap > ul > li {
    border-right: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: .5em 0 4em 0;
}

.categoryContentsWrap li {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
}

.categoryContentsWrap > ul > li > a {
    display: block;
    font-size: 95%;
    color: #222;
    font-weight: 700;
}

.categoryContentsWrap li a {
    color: #222;
    text-transform: uppercase;
    font-size: 100%;
    text-decoration: none;
    padding: 0.5em;
    display: inline-block;
    outline: none;
    text-align: left;
}

.categoryContentsWrap li ul {
    font-size: 95%;
}

.categoryContentsWrap li ul li {
    display: block;
    width: 100%;
    padding: 0 1em 0 .5em;
    border-left: 1px solid #eee;
    margin-left: .5em;
    line-height: 1.2;
}

.categoryContentsWrap li ul li a {
    display: block;
    text-transform: none;
    color: #999;
    font-weight: 400;
    padding: .25em 0 .25em .5em;
    transition: color 0.25s ease-in-out;
}

.categoryContentsWrap li ul li a:hover {
    color: #555;
}

/* product page */
.seocart_Product .productWrapper.pageWidth {
    max-width: 1200px;
}

.seocart_Product .productWrapper {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.seocart_Product .productImageWrapper {
    position: relative;
}

.seocart_Product .productDetailWrapper {
    padding: 1rem 1rem 1rem 4rem;
}

.seocart_Product .productDetailDescription img {
    max-width: 100%;
    height: auto;
}

.productAdditionalImageWrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.productAdditionalImageWrapper ul {
    margin: 0;
    padding: 0;
}

.productAdditionalImageWrapper ul li {
    border: 1px solid #FFF;
    border-bottom: 0;
    border-collapse: collapse;
    list-style-type: none;
}

.productAdditionalImageWrapper ul li:last-child {
    border-bottom: 1px solid #FFF;
}

.productAdditionalImageWrapper ul li a,
.productImageWrapper a {
    display: block;
    position: relative;
    cursor: zoom-in;
}

.productAdditionalImageWrapper ul li a.video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 27px;
    width: 27px;
    background: transparent url(/images/template/video-play.svg) no-repeat center center;
    top: calc(50% - 13.5px);
    left: calc(50% - 13.5px);

}

.seocart_ProductAttributeContainer ~ .userInputFields {
    display: none;
}

.productDetailPriceWrapper > span,
.relatedProductWrapper strong {
    text-transform: uppercase;
    font-size: 11px;
    color: var(--color-gray4);
    letter-spacing: 0.1em;
}

.seocart_PricingContainer {
    font-size: 22px;
    padding: 0.25rem 0 1.5rem 0;
}

.productButtons .button {
    width: 100%;
    margin-bottom: 0.75rem;
    margin-left: 0;
    margin-right: 0;
}

.seocart_Product .seocart_WishListButtonWrapper {
    padding: 1rem 0;
}

.seocart_Product .seocart_WishListButtonWrapper button.wishlist,
.seocart_Subcategory .seocart_WishListButtonWrapper button.wishlist {
    outline: none;
    background: none;
    border: none;
    padding: 0;
    color: var(--color-gray1);
    transition: color 0.1s ease-in-out;
}

.seocart_Product .seocart_WishListButtonWrapper button.wishlist {
    color: var(--color-red);
}

input.seocart_ProductQuantityInput[type="number"] {
    height: 56px;
    margin-right: 1rem;
}

.btn-buy,
button.buy {
    font-size: 16px;
    line-height: 32px;
    height: 56px;
    width: 200px;
    max-width: 200px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize !important;
}

.btn-buy:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23FFFFFF' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    opacity: 1;
}

.btn-buy strong {
    font-variation-settings: 'wght' 400;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .btn.btn-buy {
        width: 100%;
        max-width: none;
    }

    .btn.btn-buy:after {
        display: block;
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23FFFFFF' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        opacity: 1;
    }

    .btn.btn-buy:hover:after {
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23B1F347' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
}

.product-details-overall-rating {
    width: 100%;
}

.product-details-overall-rating strong {
    width: 100%;
    display: block;
}

.product-details-overall-rating strong .product-reviews-average {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

#panel-collapseProductAuthenticity p,
#panel-collapseProductWarranty p,
#panel-collapseProductShippingReturns p {
    font-size: 15px;
    line-height: 31px;
    color: #333;
}

.button-review {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 16px;
    width: 333px;
    height: 56px;
    background: #000000;
    border-radius: 32px;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: none;
}

#submit-review {
    display: none;
}

#submit-review input {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4F4F4F;
}

#submit-review button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 16px;

    width: 333px;
    height: 56px;
    background: #000000;
    border-radius: 32px;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border: none;
}

#submit-review .error {
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
    display: none;
}

.form-container .success {
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #FF0000;
    display: none;
}

#submit-review button:after,
#submit-review button:hover:after {
    display: none !important;
}


.product-review-rating-container .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.product-review-rating-container .rating > input {
    display: none;
}

.product-review-rating-container .rating > label {
    position: relative;
    width: 1em;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.product-review-rating-container .rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.product-review-rating-container .rating > label:hover:before,
.product-review-rating-container .rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.product-review-rating-container .rating > input:checked ~ label:before {
    opacity: 1;
}

.product-review-rating-container .rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}


@media screen and (max-width: 1199px) {
    #submit-review button,
    .button-review {
        width: 100%;
    }

    .product-details-overall-rating strong .product-reviews-average {
        padding-top: 0px;
        margin-top: 5px !important;
    }
}

/*.seocart_Product .seocart_WishListButtonWrapper button.wishlist:before {
    content: '\f08a';
    font-family: FontAwesome;
    color:var(--color-gray1);
    padding-right:0.5rem;
    transition:color 0.1s ease-in-out;
}
.seocart_Product .seocart_WishListButtonWrapper button.wishlist:hover,
.seocart_Product .seocart_WishListButtonWrapper button.wishlist:hover:before {
    color:var(--color-red);
}*/

.seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
    opacity: 0;
    visibility: hidden;
    color: var(--color-red);
    transform: scale(1);
    transition: transform, opacity;
}

.seocart_Subcategory .seocart_ProductImage:hover .seocart_WishListButtonWrapper button.wishlist {
    opacity: 1;
    visibility: visible;
}

.seocart_Subcategory .seocart_WishListButtonWrapper button.wishlist:hover {
    transform: scale(1.3);
}

.seocart_Subcategory .seocart_WishListButtonWrapper {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.seocart_Subcategory .seocart_ProductImage {
    position: relative;
    display: inline-block;
}


.seocart_Account #accountNavigation li.menu,
.seocart_Account .seocart_DashboardRecentOrderStatus,
.seocart_Account .seocart_DashboardRecentPurchasedProducts {
    display: none;
}

.seocart_Account .accountHeader li a:hover {
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    .seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .seocart_Subcategory .seocart_ProductImage .seocart_WishListButtonWrapper button.wishlist {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 421px) {
    #accountContent.wishlist ul li {
        float: none;
    }
}

section.relatedProductWrapper {
    margin: 4rem 0;
}

.relatedProduct {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.relatedProduct .relatedProductImage img,
.relatedProductsWrapper img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.relatedProduct .relatedProductName a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-gray3);
    font-size: 13px;
}

.patternWrapper {
    background: var(--color-gray9) url(/images/template/pattern-custom-designs.gif) repeat center center;
    padding: 4rem 0.5rem;
}

.patternWrapper section {
    margin: 0;
}

.patternWrapper .container {
    max-width: 760px;
}

.productContact {
    text-transform: uppercase;
}

/* message section */
.popup .ui-widget {
    background-color: var(--color-gray9);
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
}

.popup .ui-widget-header {
    background: transparent;
    border: none;
    padding: 0.5rem 0;
}

.popup .ui-widget-content .ui-state-default {
    background: var(--color-gray2);
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}

.popup .ui-widget-content .ui-state-default.ui-state-active {
    background: var(--color-red);
}

.popup .ui-state-disabled .ui-state-default {
    background: none;
    color: var(--color-gray5);
}

.popup .ui-datepicker-title {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 0.5rem 0;
}

.popup a.ui-datepicker-prev,
.popup a.ui-datepicker-next {
    top: 10px;
    cursor: pointer;
}

.popup .ui-datepicker .ui-datepicker-prev span,
.popup .ui-datepicker .ui-datepicker-next span {
    background: none;
}

.popup a.ui-datepicker-prev:before,
.popup a.ui-datepicker-next:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    height: 14px;
    width: 14px;
    font-size: 14px;
    color: var(--color-gray4);
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}

.popup .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.popup .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.popup a.ui-datepicker-prev:before {
    content: '\f053';
    left: 1em;
}

.popup a.ui-datepicker-next:before {
    content: '\f054';
    right: 1em;
}

.popup a.ui-datepicker-prev:hover,
.popup a.ui-datepicker-next:hover {
    border: none;
    background: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup.open {
    display: flex;
}

.popup .container {
    background: var(--color-white);
    width: 90%;
}

#PopupScheduleAppointment .container {
    max-width: 760px;
    overflow-y: scroll;
    max-height: 100%;
}

#PopupCustomizeRing .container,
.CustomizeRingEmbed .container {
    max-width: 960px;
    overflow-y: scroll;
    max-height: 100%;
}

#PopupCustomizeRing section,
.CustomizeRingEmbed section {
    border-top: 1px solid var(--color-gray8);
}

#PopupCustomizeRing section:last-child,
.CustomizeRingEmbed section:last-child {
    border-bottom: 1px solid var(--color-gray8);
}

.popup section ul,
.embed section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.popup section ul li,
.embed section ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    cursor: pointer;
    border: 1px solid var(--color-white);
    width: 100%;
}

.popup img,
.embed img {
    max-width: 100%;
    height: auto;
}

#PopupInquire .MessageSection_MessageForm {
    padding-top: 0 !important;
}

#PopupCustomizeRing section ul.shape,
.CustomizeRingEmbed section ul.shape {
    flex-wrap: wrap;
    justify-content: flex-start;
}

#PopupCustomizeRing section ul.shape li,
.CustomizeRingEmbed section ul.shape li {
    width: 80px;
    padding: 0.25rem 0.75rem;
    flex: 1 0 20%;
}

#PopupCustomizeRing section ul li:hover,
#PopupCustomizeRing section ul li.selected,
.CustomizeRingEmbed section ul li:hover,
.CustomizeRingEmbed section ul li.selected {
    border-color: var(--color-gray8);
}

#PopupCustomizeRing section .image,
.CustomizeRingEmbed section .image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup section ul li span,
.embed section ul li span {
    font-size: 11px;
}

.popup .MessageForm_InputItem,
.popup .inputItem,
.embed .MessageForm_InputItem,
.embed .inputItem {
    width: 100%;
    margin-top: 0 !important;
}

.popup .MessageSection_MessageForm,
.embed .MessageSection_MessageForm {
    margin-bottom: 0 !important;
}

body #PopupCustomizeRing .MessageSection_CustomizeRing .MessageSection_MessageForm,
body .CustomizeRingEmbed .MessageSection_CustomizeRing .MessageSection_MessageForm {
    background: transparent;
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 0 !important;
}

#PopupCustomizeRing .MessageForm_InputItem label,
#PopupCustomizeRing .MessageForm_InputItem br,
.CustomizeRingEmbed .MessageForm_InputItem label,
.CustomizeRingEmbed .MessageForm_InputItem br {
    display: none;
}

#PopupCustomizeRing .MessageSection_MessageForm .inputText,
.CustomizeRingEmbed .MessageSection_MessageForm .inputText {
    width: 100%;
}

.popup .formFieldRequiredMarker,
.embed .formFieldRequiredMarker {
    display: none;
}

.popup .MessageForm_Buttons input,
.embed .MessageForm_Buttons input {
    width: 100%;
    margin: 0;
    max-width: none;
}

.popup .close {
    cursor: pointer;
    margin-top: -2rem;
    margin-right: -2rem;
    margin-bottom: 1rem;
}


/* print styles */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}


/* search page styling */
@media only screen and (max-width: 430px) {
    #advancedSearchForm .fieldPadding {
        padding: 0.5em;
    }

    #advancedSearchForm .cartSearchInput input[type="text"] {
        width: 70%;
    }
}

/* mini cart */
header li.cart .shoppingCartItems {
    display: none;
    position: absolute;
    right: 13px;
    top: 30px;
    padding-top: 15px;
    z-index: 1000;
    width: 350px;
}

header li.cart:hover .shoppingCartItems {
    display: block;
}

.shoppingCartItemsContainer {
    border: 1px solid #e6e6e6;
    background: #FFF;
    border-radius: 10px;
}

.shoppingCartItemsContainer .empty p {
    color: #212121;
}

#miniCartPreviewItems table {
    width: 100%;
}

#miniCartPreviewItems table tr td {
    border-bottom: 1px solid #e3e3e3;
    padding: 0.5em;
    vertical-align: middle;
}

#miniCartPreviewItems table tr td.image a {
    width: 90px;
    height: 110px;
    background-size: cover;
    background-position: 50% 50%;
}

#miniCartPreviewItems table tr td.details {
    text-align: left;
    position: relative;
}

#miniCartPreviewItems table tr td.details a {
    white-space: normal;
    color: var(--color-gray4);
}

#miniCartPreviewItems table tr td.details i {
    color: #AAA;
}

#miniCartPreviewItems table tr td span {
    display: block;
}

#miniCartPreviewItems table tr td.details span.name {
    display: block;
    font-size: 14px;
}

#miniCartPreviewItems table tr td.details span.quantity {
    display: block;
    padding: 3px 0;
    font-size: 14px;
}

#miniCartPreviewItems table tr td.details span.price {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

#miniCartPreviewItems table tr td.details a.close {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    color: #ababab;
}

#miniCartPreviewItems table tr td.details a.close:hover {
    color: #545454;
}

#miniCartPreviewItems a.button {
    font-size: 14px;
    margin: 1rem;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.05s;
    text-transform: uppercase;
    text-align: center;
    background: #41a1ec;
    background: -moz-linear-gradient(180deg, #afc909 0%, #67802b 80%, #67802b 100%);
    background: -webkit-linear-gradient(180deg, #afc909 0%, #67802b 80%, #67802b 100%);
    background: linear-gradient(180deg, #afc909 0%, #67802b 80%, #67802b 100%);
    border: 1px solid #7a9716;
    color: #fff;
    box-sizing: border-box;
}

#miniCartPreviewItems a.button:hover {
    text-decoration: none;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: scale(1.01);

    background: #afc909;
    background: -moz-linear-gradient(180deg, #afc909 0%, #afc909 80%, #afc909 100%);
    background: -webkit-linear-gradient(180deg, #afc909 0%, #afc909 80%, #afc909 100%);
    background: linear-gradient(180deg, #afc909 0%, #afc909 80%, #afc909 100%);
}

#miniCartPreviewItems .empty a.button {
    background: #41a1ec;
    background: -moz-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #3ba1f0 0%, #0670c5 80%, #0670c5 100%);
    border: 1px solid #1c7dca;
}

#miniCartPreviewItems .empty a.button:hover {
    background: #0670c5;
    background: -moz-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: -webkit-linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
    background: linear-gradient(180deg, #0670c5 0%, #0670c5 80%, #0670c5 100%);
}

#miniCartPreviewItems .borderArrowTop {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 9px solid #e6e6e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    right: 7px;
}

#miniCartPreviewItems .borderArrowTop:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -3px;
    right: -5px;
}


#miniCartWrapper {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    z-index: 20000001;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
    top: 0;
    bottom: 0;
    height: 100%;
    transition: .2s ease-out background-color;
    text-align: center;
    width: 100%;
}

#miniCartContainer {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-top: 20vh;
}

#miniCart {
    position: relative;
    padding: 25px 15px;
    background: #f5f5f5;
    margin-top: 21vh;
    max-width: 675px;
    margin: 0 auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#miniCartClose {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    line-height: 55px;
}

#miniCartHeader {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 90%;
    text-transform: uppercase;
    color: #00cc00;
}

#miniCartItems {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}

#miniCartDetails {
    display: inline-block;
    vertical-align: top;
    width: 39%;
}

#miniCartItems .miniCartItemRow {
    display: flex;
    align-items: center;
    text-align: left;
}

#miniCartItems .miniCartItemImage {
    flex-grow: 1;
}

#miniCartItems .miniCartItemDetails {
    padding: 10px;
    flex-grow: 99;
    border-right: 1px solid #e5e5e5;
}

#miniCartTotalItems {
    font-weight: bold;
    margin: 10px 20px;
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0;
}

#miniCartSubtotal, #miniCartSubtotal strong {
    text-transform: uppercase;
    font-weight: bold;
}

#miniCartCheckout a {
    margin: 1rem 0;
}

#miniCartContinueShopping button {
    background: none;
    border: none;
    color: #0670c5;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}

#miniCartClose button {
    background: none;
    border: none;
    color: #414141;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

@media only screen and ( max-width: 710px ) {
    #miniCartContainer {
        margin-top: 3vh;
    }

    #miniCartItems {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #miniCartItems .miniCartItemImage img {
        max-height: 100px;
        width: auto;
    }

    #miniCartItems .miniCartItemDetails {
        border-right: none;
    }

    #miniCartDetails {
        width: auto;
    }
}

/* seo-cart checkout styling */
.seocart_CartEmpty {
    display: block;
    padding: 2em 1em 20em 1em;
}

.seocart_CartEmpty a {
    text-decoration: underline;
}

table.shoppingCartItems {
    width: 100%;
    margin-bottom: 0.5em;
}

/*.seocart_Cart .seocart_Container_DiscountInput {
    display:none;
}*/
.seocart_Cart .cartBanner {
    padding: 1em;
    text-align: left;
    display: block;
    border: 1px solid red;
    background-color: #feedee;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
}

.seocart_Cart,
.seocart_Checkout,
.seocart_OrderResults,
.seocart_Cart p,
.seocart_Checkout p,
.seocart_OrderResults p {
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/
}

.seocart_Cart table td,
.seocart_Cart table tr,
.seocart_Checkout table td,
.seocart_Checkout table tr,
.seocart_OrderResults table td,
.seocart_OrderResults table tr {
    border: none;

}

.shoppingCartItemsSeparator td {
    padding: 0;
    background-color: #928966 !important;
    border-color: #999;
}

td.shoppingCartItemsCellImage {
    padding: 1em 0;
}

.seocart_CartCheckoutButtonContainer,
.seocart_CheckoutButtonContainer,
.seocart_VerifyCheckoutButtonContainer {
    text-align: right;
}

.seocart_VerifyLogin_NewCustomer,
.checkout-details-container.checkout-details-billing-login-container,
#signup-container,
#signup-container-tab {
    display: none !important;
}

#login-signup-container li.nav-item {
    width: 100% !important;
}

.seocart_Cart input.button,
.seocart_Checkout input.button {
    background-color: #959595;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    padding: 13px 50px 10px;
    display: inline-block;
    -webkit-transition: all .5s, color .5s, box-shadow .5s;
    -moz-transition: all .5s, color .5s, box-shadow .5s;
    transition: all .5s, color .5s, box-shadow .5s;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom, #aad300 0%, #9cc400 100%);
    border-color: #9cc400;
    text-shadow: none;
    box-shadow: none;
    /*font-family: 'CenturyGothicStd', Arial, Helvetica, sans-serif;
   font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;*/

}

.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    border-color: #aad300;
    background-image: linear-gradient(to bottom, #9cc400 0%, #aad300 100%);
}

input.button.buttonContinueShopping {
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e3ded0 100%);
    color: #000 !important;
    float: left;
    font-weight: normal;
}

input.button.buttonContinueShopping:hover {
    background-image: linear-gradient(to bottom, #e3ded0 0%, #f5f5f5 100%);
}

.paypalExpressCheckoutContainer {
    float: none !important;
    width: 100% !important;
}

.paypalExpressCheckoutContainer:before {
    display: block;
    content: '- or -';
    padding: 1em 0;
    margin: 1em 0;
    color: #888;
}

.seocart_ShippingCalculatorCalculateButton {
    margin-left: 3%;
}

.seocart_Cart p.seocart_CartTermsSecurity {
    text-align: left;
    margin: 0;
}

.seocart_Cart .product-list td {
    text-align: center;
    font-size: 80%;
    vertical-align: bottom;
}

.seocart_CartCheckoutContainer {
    text-align: right;
    margin-top: 3% !important;
    line-height: 0;
}

#shoppingCartCustomFooterText {
    text-align: right;
    margin: 1em 0;
    float: right;
    padding: 1em 0;
}

.seocart_CartTermsSecurity {
    text-align: center;
    padding: 1em 0;
}

table.checkout_header,
table.verifyCheckout_header,
tr.verifyCheckout_header td,
tr.orderResults_header td,
table.orderResults_header {
    border: 1px solid #222 !important;
}

table.checkout_content,
table.verifyCheckout_content td,
table.orderResults_content td,
.seocart_Checkout table {
    background: #FFFFFF !important;
    vertical-align: top;
}

.seocart_Cart input.button:hover,
.seocart_Checkout input.button:hover {
    background-color: #222;
}

tr.shoppingCartItemsRow input.button.buttonUpdate,
.seocart_Container_DiscountInput input.button,
.seocart_ShippingCalculatorCalculateButton {
    padding: 0.5em;
    -webkit-appearance: none;
    background-image: linear-gradient(to bottom, #949789 0%, #7b7e6f 100%);
    border-color: #6e7063;
    border: none;
    color: #FFF;
    font-size: 90%;
}

tr.shoppingCartItemsRow input.button.buttonUpdate:hover,
.seocart_Container_DiscountInput input.button:hover {
    background-image: linear-gradient(to bottom, #7b7e6f 0%, #949789 100%);
    border-color: #7b7e6f;
}

.seocart_Container_DiscountInput input.button {
    margin-left: 3%;
}

.shoppingCartItemsCellQty input,
table.checkout_content input[type="text"],
.seocart_Container_DiscountInput input[type="text"],
.seocart_Container_ShippingCalculator select,
.seocart_Checkout .checkout_content select {
    width: auto;
    height: 34px;
    border: 1px solid #ccc;
    color: #333;
    padding: 0 0 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
}

.shippingDetailsContainer {
}

.shippingDetails {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -250px;
    width: 600px;
    height: 500px;
    background: #FFF;
    font-size: 80%;
    padding: 3%;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

table.shoppingCartSummary {
    margin-top: 2%;
}

table.checkout_content input[type="text"] {
    min-width: 50%;
}

.seocart_Container_DiscountInput table td {
    display: block !important;
    width: 99% !important;
    text-align: left;
}

body table.checkout_content select {
    width: auto;
}

.shoppingCartItemsCellItem,
.shoppingCartItemsCellQty,
.shoppingCartItemsCellEach,
.shoppingCartItemsCellTotal {
    color: #7a736d;
    text-transform: uppercase;
    font-weight: bold;
}

.shoppingCartItemsCellItem a {
    text-decoration: none;
}

.shoppingCartItemsCellItem a,
.shoppingCartItemsCellQty a {
    color: #7a736d;
}

.shoppingCartItemsCellItem a:hover,
.shoppingCartItemsCellQty a:hover {
    color: #030e0a;
}

.seocart_Cart_TableRow_ShippingCalculatorText strong,
.seocart_Cart_TableRow_DiscountInput strong,
.seocart_ShoppingCartTotalTableCell {
    color: #333;
}

table.shoppingCartSummary td.seocart_ShoppingCartTotalTableCell {
    vertical-align: top;
    padding: 1% 0;
    width: 35%;
}

body table.seocart_ShoppingCartTotalTable {
    margin: 0;
}

table.seocart_ShoppingCartTotalTable td {
    padding: 4% 0%;
    text-align: right !important;
}

.shoppingCartItems .shoppingCartItemsHeader strong {
    color: #928966;
}

.seocart_Cart h1,
.seocart_Checkout h1 {
    padding: 0.5em 0 0.25em 0;
    text-transform: uppercase;
}

body div.seocart_Container_ShippingCalculator,
body div.seocart_Container_DiscountInput {
    border: none;
    margin: 0;
}

.seocart_Cart_TableRow_ShippingCalculatorText span {
    padding-left: 3px;
}

.isShoppingCartPage .seocart_ShippingCalculatorMethod {
    width: auto;
    max-width: 100%;
}

.seocart_ShippingCalculatorMethod {
    max-width: 100%;
}

.seocart_Container_DiscountInput input[type="text"] {
    width: 60%;
}

td.seocart_Cart_Table_ShippingCalculatorDiscountCell {
    width: 99%;
}

tr.seocart_Cart_TableRow_DiscountInput > td,
tr.seocart_Cart_TableRow_ShippingCalculator > td {
    width: 100%;
    display: block;
}

td.seocart_Cart_Table_ShippingCalculatorDiscountCell table {
    margin: 0;
}

tr.seocart_Cart_TableRow_ShippingCalculatorText td {
    display: inline-block;
}

.seocart_CartTermsSecurity img {
    padding-right: 0.5em;
}

table.verifyCheckout_content {
    width: 100% !important;
}

.checkout_header td,
table.verifyCheckout_content td,
table.orderResults_content td,
table.shoppingCartPriceTable td {
    padding: 0.5em;
}

.checkout_content td {
    vertical-align: middle;
    padding: 0.5em;
}

.checkoutStepsHeaderImage {
    display: none;
}

@media only screen and (max-width: 420px) {

    table.shoppingCartItems,
    table.shoppingCartItems tbody,
    table.shoppingCartItems tr,
    table.shoppingCartItems td,
    .seocart_Cart table,
    .seocart_Cart tbody,
    .seocart_Cart tr,
    .seocart_Cart td,
    .ContentType_Search_container table.results-list,
    .ContentType_Search_container table.results-list tbody,
    .ContentType_Search_container table.results-list tr,
    .ContentType_Search_container table.results-list td,
    .seocart_CategoryTable,
    .seocart_CategoryTable table,
    .seocart_CategoryTable tbody,
    .seocart_CategoryTable tr,
    .seocart_CategoryTable td,
    .seocart_SubcategoryTable,
    .seocart_SubcategoryTable table,
    .seocart_SubcategoryTable tbody,
    .seocart_SubcategoryTable tr,
    .seocart_SubcategoryTable td,
    .seocart_SubcategoryProductTable,
    .seocart_SubcategoryProductTable table,
    .seocart_SubcategoryProductTable tbody,
    .seocart_SubcategoryProductTable tr,
    .seocart_SubcategoryProductTable td {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    main tr.shoppingCartItemsRow {
        padding: 2em 0 !important;
        background: #fff;
    }

    .seocart_Cart td.shoppingCartItemsCellEach {
        display: none !important;
    }

    tr.shoppingCartItemsRow img {
        max-width: 100%;
        height: auto;
    }

    .checkout_content select {
        width: 100%;
    }

    .seocart_Cart input.button,
    .seocart_Checkout input.button {
        width: 99%;
        margin: 0.25em 0;
        text-align: center;
        float: none;
    }

    .seocart_Cart input.button.buttonUpdate {
        width: auto;
    }

    main .seocart_CartCheckoutButtonContainer input.button {
        width: 99%;
        max-width: 305px;
        margin: 0 auto 3% auto;
    }

    body main .paypalExpressCheckoutContainer {
        float: none !important;
        width: auto !important;
    }

    body main .paypalExpressCheckoutForm {
        display: block;
        margin-bottom: 3%;
        line-height: 0;
    }

    body .seocart_Cart p.seocart_CartTermsSecurity {
        text-align: center;
    }

    .seocart_CartCheckoutContainer {
        text-align: center;
    }

    table.checkout_content td {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }

    table.checkout_content td input[type="text"] {
        max-width: none !important;
        width: 90%;
    }

    .seocart_Checkout .checkout_content select {
        width: 100%;
    }

    .seocart_Checkout table.shoppingCartPriceTable td,
    .seocart_OrderResults table.shoppingCartPriceTable td {
        padding: 0.5em 0;
    }

    .seocart_Checkout td,
    .seocart_OrderResults td {
        padding: 1%;
    }

    .seocart_Cart h1 {
        text-align: center;
    }

    table.shoppingCartPriceTable td {
        font-size: 100%;
    }

    body main td.shoppingCartItemsCellEach {
        display: none !important;
    }

    body main .seocart_Cart td.shoppingCartItemsCellQty,
    body main .seocart_Cart td.shoppingCartItemsCellTotal,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Subtotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_ShippingTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_DiscountTotal td,
    body main .seocart_Cart tr.seocart_Cart_TableRow_Total td {
        display: inline-block !important;
        width: 49% !important;
    }

    body .seocart_Cart .seocart_Container_ShippingCalculator,
    body .seocart_Cart tr.seocart_Cart_TableRow_TaxTotal {
        padding: 1em 0;
    }

    body .seocart_Cart table.seocart_ShoppingCartTotalTable {
        max-width: 305px;
        margin: 0 auto !important;
    }

    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:first-child {
        text-align: left !important;
    }

    body .seocart_Cart table.seocart_ShoppingCartTotalTable td:last-child {
        text-align: right !important;
    }

    .seocart_Cart .seocart_Container_DiscountInput input[type="text"] {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0.5%;
    }

    .seocart_Cart .seocart_Container_DiscountInput input.button {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5%;
        width: auto;
    }

    table.verifyCheckout_content {
        width: 97% !important;
    }

    table.verifyCheckout_content tr td,
    table.orderResults_content tr td {
        display: block !important;
        width: 99% !important;
    }

    table.verifyCheckout_content tr td table td {
        display: inline-block !important;
        width: 42% !important;
    }

    table.orderResults_content tr td table td {
        width: 99% !important;
    }

    table.verifyCheckout_content tr td table tr.verifyCheckout_header td,
    table.orderResults_content tr td table tr.orderResults_header td {
        width: 99% !important;
        padding: 0;
    }

    body .seocart_Container_ShippingCalculator select {
        width: 90%;
    }

    body .seocart_Cart input.button,
    body .seocart_Checkout input.button {
        font-size: 15px;
    }

    #advancedSearchForm .fieldPadding {
        padding: 0.5em;
    }

    #advancedSearchForm .cartSearchInput input[type="text"] {
        width: 70%;
    }
}