@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap');
/*font-family: 'Quattrocento Sans', sans-serif;*/

@font-face {
    font-family: 'Butler';
    src: url('../content/fonts/butler_ultra_light-webfont.eot');
    src: url('../content/fonts/butler_ultra_light-webfont.eot?#iefix') format('embedded-opentype'), url('../content/fonts/butler_ultra_light-webfont.woff2') format('woff2'), url('../content/fonts/butler_ultra_light-webfont.woff') format('woff'), url('../content/fonts/butler_ultra_light-webfont.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Butler';
    src: url('../content/fonts/butler_regular-webfont.eot');
    src: url('../content/fonts/butler_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../content/fonts/butler_regular-webfont.woff2') format('woff2'), url('../content/fonts/butler_regular-webfont.woff') format('woff'), url('../content/fonts/butler_regular-webfont.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Butler';
    src: url('../content/fonts/butler_light-webfont.eot');
    src: url('../content/fonts/butler_light-webfont.eot?#iefix') format('embedded-opentype'), url('../content/fonts/butler_light-webfont.woff2') format('woff2'), url('../content/fonts/butler_light-webfont.woff') format('woff'), url('../content/fonts/butler_light-webfont.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Pretty-Pen';
    src: url('../content/fonts/pretty-pen-regular-webfont.eot');
    src: url('../content/fonts/pretty-pen-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../content/fonts/pretty-pen-regular-webfont.woff2') format('woff2'), url('../content/fonts/pretty-pen-regular-webfont.woff') format('woff'), url('../content/fonts/pretty-pen-regular-webfont.ttf') format('truetype');
    font-weight: normal;
}

/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
    /*--primary: #20a7a7;*/
    --primary: #000;
    --accent: #000;
    --dark: #000;
}


/* Core CSS Changes
-------------------------------------------------------------------------------------*/
/* Primary Color */
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
    box-shadow: none;
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
    background: var(--primary);
}



/* Accent Color */
a, a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.FormButtons {
    border-color: #000;
    text-decoration: none;
    background: #000;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    border-radius: 0;
    color: #fff;
}


.btn.btn-primary,
.COMProdButton {
    border-color: var(--primary);
    text-decoration: none;
    background: #eadace;
    border-radius: 0;
    color: var(--primary) !important;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    border: 1px solid #000;
}
.mobile.COMProdButton
{
    width: 100%;
}
.checkoutHeaderBG {
    background: black;
}
    .btn.btn-primary:hover,
    .btn.btn-primary:not(:disabled):not(.disabled).active,
    .btn.btn-primary:not(:disabled):not(.disabled):active,
    .COMProdButton:hover {
        border-color: var(--primary);
        text-decoration: none;
        background: #e4b9aa;
    }

.checkoutrequired,
.dropdown .dropdown-menu .util-sub-register a, #checkoutContainer a:not(.ui-tabs-anchor),
.COMProdPrice, #ProductDiscount, .openAccountDiv #openAccountHeader h3 a,
.modalPage a, .modal-addcart .modal-title, .modal-addcart .bootCart-details .bootCart-name,
.btn-link, .btn-link:hover, #navToolbar a:hover,
.modal-addcart .bootCart-info .bootCart-count {
    color: var(--accent) !important;
}

@media (min-width: 576px) {
    .dropdown-item.active a, .dropdown-item:active a {
        color: var(--primary) !important;
    }
}
.st-account-manager .nav-pills .nav-link
{
    text-decoration: none !important;
}

.announcement-bar, #back-to-top, .orderSummaryTitle, .dropdown .dropdown-menu .util-sub-signin a,
.st-account-manager .nav-pills .nav-link.active,
#SearchFormMobile .ui-widgetTN, .app-menu-burger .app-menu-line, .list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active {
    background-color: var(--accent) !important;
}

.btn.btn-secondary, .btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover {
    background-color: var(--dark) !important;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
}

.st-account-manager .account-manager-content,
.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active,
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox,
.dropdown .dropdown-menu .util-sub-signin a, .dropdown .dropdown-menu .util-sub-register a {
    border-color: var(--accent) !important;
}

.btn.btn-secondary, .btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--dark) !important;
}

/* Util
---------------------------------------------------------------------- */
.nav-ui-user-menu > a,
.nav-ui-cart > a {
    color: #000000;
}

.desktop .nav-ui-utils .navbar-brand a {
    width: auto;
    display: inline-block !important;
}

/* Quick Order - Item #
---------------------------------------------------------------------- */
#tblAppendGrid-wrapper .ui-widget .ui-widget-header {
    font-size: 18px !important;
    letter-spacing: 0.1rem;
    font-weight: 600;
    backface-visibility: hidden;
}

/* Registration
---------------------------------------------------------------------- */
.rf-notify {
    text-align: center;
    margin: 4rem 0;
}

.sameasbilling {
    font-size: 1rem;
    margin-left: 1rem;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
}

.regProp-CustomerNumber,
.regProp-RegistrationWebsite {
    display: none;
}

/* General
---------------------------------------------------------------------- */
body {
    font-family: 'Quattrocento Sans', sans-serif;
    color: #000000;
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: Montserrat;*/
}

body > .container {
    background-color: #fff;
}

p {
    color: #000;
    font-size: 1.1rem;
}

.content li {
    color: #000000;
}

.homepage .row-content .content {
    padding-bottom: 0;
}

#noProductsLabel {
    text-align: center;
}

.inline-header .categoryHeader h1 {
    display: none;
}

.content h1 {
    font-weight: 400;
    font-size: 2.2rem;
}

.st-account-manager {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-side-wrap .nav-side-logo::after {
    background-color: #fff;
}

.template-info-bubble {
    background-color: var(--primary);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.prodName a,
.categoryName a,
.breadcrumb-item a,
.nav-side-wrap .nav-side-menu-wrap > .nav-side-links ul .list-item a.btn,
.nav-side-wrap .nav-side-menu-wrap > .nav-side-links ul .list-item a {
    text-decoration: none;
}
.nav-side-wrap .nav-side-logo::after {
    background-color: #e4b9aa;
}
.desktop > .container-fluid
{
    max-width: 90%;
}
#cartInline,
.footer .nav-ui-social.nav-social-inline .nav-item a {
    letter-spacing: 0;
}
.nav-side-wrap .nav-side-menu-wrap > li
{
    color: #000;
}
.ui-menu-item.moreResults a
{
    text-decoration: none !important;
}
input.btn.btn-outline-secondary.FormButtons.FormButtonsSearchButton {
    max-height: 38px;
    padding: 7px 25px;
}
/* Elements
---------------------------------------------------------------------- */
.announcement-bar .announcement-bar-msg {
    font-size: 1rem;
    font-weight: 100;
}

#back-to-top.show {
    opacity: 0.5;
}

    #back-to-top.show:hover {
        opacity: 1;
    }

/* Sub Bar
---------------------------------------------------------------------- 
.nav-ui-contacts {
    justify-content: flex-end !important;
    width: 100%;
}

/* Center Logo on Mobile
---------------------------------------------------------------------- */
@media (max-width: 767.998px) {
}

/* Main Menu
---------------------------------------------------------------------- */

.mobile #mainMenu, .mobile.homepage #mainMenu {
    background-color: #f5f5f5;
}

.acdetails .acproductname {
    font-family: 'Quattrocento Sans', sans-serif;
    text-decoration: none !important;
}

.nav-ui-utils .nav-link {
    font-size: 1rem;
    text-decoration: none;
}

.desktop #mainMenu.navbar .nav-item > a {
    font-size: 1.5rem;
}

.cartIconText {
    display: none !important;
}



.desktop #mainMenuNav .nav-item {
    height: 6rem;
}



.desktop #mainMenu.navbar .nav-item > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.desktop .nav-inline-brand a {
    margin-left: -45px;
}

.mobile #mainMenu .navbar-toggler {
    background-color: #e4b9aa;
    color: #000 !important;
}



.shop-id-2.desktop #mainMenu .dropdown .dropdown-menu {
    background-color: #fff;
    border: 8px solid #fff;
    border-top: 1px solid #ececec;
    left: -8px;
    border-right: 0;
    border-left: 0;
	
	width:100%;
}

#mainMenu {
    background-color: #000000;
}

.desktop #mainMenu {
    background-color: transparent;
}

.desktop #mainMenuNav > ul > li > a {
    font-weight: 100;
    font-size: 1.1rem;
    color: #000000;
}

.desktop #mainMenuNav > ul > li.show > a,
.desktop #mainMenuNav a:hover {
}

.desktop #mainMenuNav > ul > li.show > a,
.desktop #mainMenuNav > ul > li:hover > a {
    color: var(--primary);
    color: #000000;
}

#mainMenu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
}

.dropdown-item a {
    text-decoration: none !important;
}

#mainMenu .dropdown-item a {
    color: #000000;
}

#mainMenu .dropdown-item:not(.megaMenu-item):hover > a {
    color: var(--primary);
	
	font-weight: 700;
}

.DropDownSideBar {
    display: none;
}
@media (max-width: 1199px) {
    .shop-id-2.desktop #mainMenu,
    .desktop #topBar {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 1070px) {
    #body.shop-id-2 #mainMenu.navbar .nav-item > a {
        font-size: 0.9rem !important;
    }
}
.mobile #topBar
{
    padding-top: 0;
    padding-bottom: 0;
}
.mobile.mobile-xs #topBar {
    padding-bottom: 1rem;
}
.mobile-xs #header .nav-ui-brand
{
    padding-bottom: 0;
}
.desktop .nav-ui-utils .nav-ui-search-btn strong,
.desktop .nav-ui-utils .nav-ui-user-menu .nav-link strong,
.desktop .nav-ui-utils .cart-link strong {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.desktop #mainMenu .megaMenu .megaMenu-list .megaMenu-item > a
{
    font-size: 0.95rem;
}
.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item a
{
    font-size: 0.9rem;
}
#header[data-menu-style="logocenter"] .nav-ui-utils .cart-link #cartInline
{
    min-width: 40px;
}
/* Side Menu Slide
---------------------------------------------------------------------- */
.sideMenuCharities i {
    font-size: 1.4rem !important;
    padding: 0 1.9rem 0 0.1rem !important;
}




/* Homepage Slider
---------------------------------------------------------------------- */
.homepage-slider .slick-dots {
    bottom: 1rem;
}

    .homepage-slider .slick-dots li {
        width: 0.75rem;
        height: 0.75rem;
        margin: 0 0.25rem;
        padding: 0.5rem;
        box-sizing: content-box;
    }

    .homepage-slider .slick-dots button::before,
    .homepage-slider .slick-dots .slick-active button::before {
        display: none;
    }

    .homepage-slider .slick-dots button {
        background: #fff;
        border: 1px solid transparent;
        transition: all 0.2s ease-out;
        border-radius: 100%;
        width: 1.25rem;
        height: 1.25rem;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        opacity: 0.5;
    }

    .homepage-slider .slick-dots .slick-active button,
    .homepage-slider .slick-dots li:hover button,
    .homepage-slider .slick-dots li button:hover,
    .homepage-slider .slick-dots li button:focus {
        opacity: 1;
    }


/* Featured Categories/Products
---------------------------------------------------------------------- */
.featured-name {
    font-weight: 500;
    font-size: 1.2rem;
}

.featured-details {
    display: flex;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.featured-price {
    color: var(--primary) !important;
    font-size: 1.2rem;
}

/* Homepage
---------------------------------------------------------------------- */

.callouts {
    text-align: center;
}

.callouts a {
    display: inline-block;
}

.callouts a img {
    max-width: 100%;
    height: unset !important;
}

.callouts h2, .callouts h2 a {
    text-align: center;
    margin-top: 0.6rem;
    font-family: 'Quattrocento Sans', sans-serif !IMPORTANT;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    text-decoration: none;
    font-weight: 700;
}

h2.featured-heading-home {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 8px !important;
    font-size: 2rem !important;

}


/* Category/Product List View
---------------------------------------------------------------------- */
.prodPrice {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.prodCell .prodDetails .prodPrice .prodPriceSale {
    margin-right: 0;
}

.prodCell .prodDetails .prodPrice .prodPriceBase {
    margin-left: 0;
    margin-right: 0.5rem;
}

.breadcrumb-category {
    display: none;
}

.qoPropProductType {
    display: none !important;
}

#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}

#customFiltersWrap.sidebar #customFilters > .FilterItem {
    font-size: 1rem;
}
.desktop #customFiltersWrap.sidebar #customFilters > .FilterItem {
    padding-left: 0;
}
div[id^='filter_'].FilterPrice .ui-slider .ui-slider-handle {
    background: #e4b9aa !important;
}
div[id^='filter_'].FilterPrice .ui-slider .ui-slider-range
{
   background: #000 !important;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild
{
    display: none;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild.filter-valid {
    display: flex;
}
#navLevel0_131
{
    display: none;
}

#customFilters {
    padding: 0 !important;
    border: 0 !important;
}

.filter-ui {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
}

    .filter-ui a {
        width: 2.65rem;
        overflow: hidden;
        white-space: nowrap;
        color: transparent !important;
        border-radius: 0;
    }

        .filter-ui a i {
            color: #fff !important;
        }

.categoryName {
    font-size: 1.3rem;
    margin-top: 5px;
}

#navLeftAccWrap .navList a
{
    text-decoration: none;
}
#navLeftAccWrap .list-group .list-group-item:hover,
#navLeftAccWrap .list-group .list-group-item.active {
    background-color: #e4b9aa !important;
    color: #000;
    font-weight: 700;
}
#navLeftAccWrap .list-group .NavLevel1 .list-group-item:hover,
#navLeftAccWrap .list-group .NavLevel1 .list-group-item.active {
    background: none !important;
}
.catContainer-131
{
    display: none;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild {
    justify-content: flex-start;
    align-items: flex-start;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter
{
    margin-top: 3px;
}
span.FilterItemChildLabel {
    letter-spacing: 0.75px;
    line-height: 1.4;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemName {
    font-size: 1.1rem;
}
/* Product View
---------------------------------------------------------------------- */
.ProductModifierWrap.equalModifiers div {
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
}
.ProductModifierWrap .form-control {
    min-width: 250px;
}
.COMProdDiscountPrice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .COMProdDiscountPrice .COMProdPriceValue {
        margin-left: 0.5rem;
    }

.MainProdBox .zoomImgWrap a {
    padding: 0.5rem;
}

    .MainProdBox .zoomImgWrap a i {
        font-size: 1.85rem;
    }

    .MainProdBox .zoomImgWrap a span {
        display: none;
    }

.store-id-1 .COMProdProperties {
    font-size: 1.25rem;
}

.prodProp-brand,
.prodProp-Charity,
.prodProp-ProductType {
    display: none;
}

.comProdCharityDesc {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

    .comProdCharityDesc label {
        text-transform: uppercase;
        display: block;
        margin: 2rem 0 0.5rem;
        font-weight: bold;
    }

.personalizeInput {
    text-transform: uppercase;
}

.personalizeInputDiv {
    display: none;
}

.designSwatch {
    display: none;
}

.COMProdDescLink
{
    display: none;
}
#COMProdDesc {
    margin-bottom: 1.5rem;
}
/*.ProductModifiers .form-control{
    width: auto !important;
}*/
/* Swatch container */
.SwatchImageContainer img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.SwatchImageContainer a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.SwatchImageContainer {
    box-sizing: content-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    cursor: pointer;
}

    .SwatchImageContainer.active {
        border: 2px solid #000000 !important;
        padding: 0px;
    }

.SwatchHeader {
    font-weight: 600;
}

.openAccountDiv li,
.openAccountDiv  p{
    font-size: 0.95rem;
}
.openAccountDiv {
    background: rgba(228, 185, 170, 0.15);
}
.WaitingForCart.COMProdButton {
    line-height: inherit;
}
.desktop .row.bootCart-buttons {
    /* flex-flow: nowrap; */
    flex-flow: wrap;
}
.desktop .bootCart-continue,
.desktop .bootCart-checkout
{
    padding: 0 5px;
}
.modal-addcart .bootCart-right {
    background-color: rgba(234, 219, 206, 0.3);
}
.COMProdProperties
{
    display: none;
}
/* Contact Page/Form
---------------------------------------------------------------------- */
.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}

.cfm-submit {
    margin-top: 1rem;
    text-align: right;
}

/* Checkout
---------------------------------------------------------------------- */
#transaction {
    color: #000000;
    font-size: 1.25rem;
    text-align: center;
}

.upsellshippingoffer {
    background-color: #e4b9aa;
    color: #000;
}

.openingordernotice {
    background-color: #e4b9aa;
    color: #000;
}
#PromotionalCodeForm .FormButtons {
    padding: 0.4rem 1rem;
    margin-left: 0.5rem;
}
.FormButtons,
.form-control
{
    border-radius: 0;
}

.market-special {
    text-align: center;
    /* font-size: 0.8rem; */
    background: #e4b9a9;
    padding: 1rem 10%;
}
.market-special p {
    font-size: 0.9rem;
}

    #body .market-special h3 {
        font-weight: 700;
        font-size: 1.4rem;
    }
/* Footer
---------------------------------------------------------------------- */
@media (min-width: 576px) {
    .footer-nav ul > li {
        padding: 0 1em;
    }
}

@media (min-width: 768px) {
    .footer-nav ul {
        flex-flow: row wrap;
        justify-content: center;
    }
}

.footer {
    background-color: #f5f5f5;
    color: inherit;
    padding-bottom: 0;
}

    .footer a {
        color: #000000;
    }

        .footer a:hover {
            color: #61696f;
            text-decoration: none;
        }

.footer-nav {
    background-color: transparent;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 2em;
    padding: 0.5em 1em 2em;
}

.footer-copy {
    color: #000;
    font-size: 1rem;
    letter-spacing: 3px;
    background-color: #f5f5f5;
    margin-top: 1rem;
}

    .footer-copy a {
        color: var(--primary);
    }

#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#footerContact a
{
    text-decoration: none;
    font-style: italic;
}
/* Site 2 - Mary Square ----------------------------------------------------------------------------------------------*/
@-webkit-keyframes dropFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes dropFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.3,1.3,1.3);
        transform: scale3d(1.3,1.3,1.3)
    }

    50% {
        opacity: 1
    }
}

.dropFadeIn {
    -webkit-animation-name: dropFadeIn;
    animation-name: dropFadeIn
}

/* Core
---------------------------------------------------------------------- */

.shop-id-2 h1,
.shop-id-2 h2,
.shop-id-2 h3,
.shop-id-2 h4 {
    font-family: 'Butler';
    font-weight: 300;
    letter-spacing:3px;
    text-transform: uppercase;
}

/* General
---------------------------------------------------------------------- */
.shop-id-2 .announcement-bar {
    background-color: #e4b9aa !important;
}
.announcement-bar .announcement-bar-msg,
.announcement-bar .announcement-bar-close,
.announcement-bar .announcement-bar-msg a,
.announcement-bar .announcement-bar-msg a:hover {
    color: #000
}
.announcement-bar .announcement-bar-msg {
    padding: .75rem 15px;
}
.shop-id-2 .subhead {
    font-size: 1.5rem;
    border-top: 1px dashed #e7e9ea;
    border-bottom: 1px dashed #e7e9ea;
    padding: 0.5rem 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.shop-id-2 .content > h1 {
    margin-bottom: 2rem;
    position: relative;
}


.content .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .content .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Main Menu
---------------------------------------------------------------------- */
.shop-id-2.desktop #mainMenu {
    border-top: 0;
    border-bottom: 0;
}

    .shop-id-2.desktop #mainMenu.menu-shadow {
        box-shadow: none;
    }

.shop-id-2.desktop #mainMenuNav .nav-item {
    height: 3rem;
    position: relative;
}

    .shop-id-2.desktop #mainMenuNav .nav-item.active::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        background: #7d7d7d;
        background: linear-gradient(90deg, rgba(236,236,236,1) 0%, rgba(125,125,125,1) 30%, rgba(125,125,125,1) 70%, rgba(236,236,236,1) 100%);
    }

.shop-id-2 #mainMenu.navbar .nav-item > a {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 1rem !important;
    text-decoration: none;
}
    .shop-id-2 #mainMenu.navbar .nav-item:hover > a
    {
        font-weight: 700;
    }
    #mainMenuNav .dropdown-toggle::after {
        display: none;
    }
/* MegaMenu
---------------------------------------------------------------------- */
.shop-id-2.desktop #mainMenu .megaMenu {
    justify-content: center !important;
    box-shadow: 0 15px 20px -14px rgba(0,0,0,0.5);
}

.megaMenu.dropdown-menu {
    padding: 1px;
}

.megaMenu-dropdown-heading {
    font-weight: bold;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    margin-top: 0.75rem;
}



/* Shop  - Sub Bar
---------------------------------------------------------------------- */
#navToolbar .container ul:nth-of-type(1).nav-ui-social li a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10rem;
    padding: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    font-size: 0.85em;
    transition: all 150ms ease-out;
}

#navToolbar .container ul:nth-of-type(1).nav-ui-social li:last-of-type a {
    margin-right: 0;
}

#navToolbar .container ul:nth-of-type(1).nav-ui-social li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

    #navToolbar .container ul:nth-of-type(1).nav-ui-social li:hover a {
        background-color: #fff;
        color: #000000;
        transform: scale(1.25);
    }

.desktop #topBar {
    padding-top: 0;
    padding-bottom: 0;
}
/* Homepage Slider ---------------------------------------- */
.shop-id-2 .homepage-slider {
    padding: 0;
}

    .shop-id-2 .homepage-slider .slick-dots {
        bottom: 3rem;
    }

    .shop-id-2 .homepage-slider,
    .shop-id-2 .homepage-slider .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

        .shop-id-2 .homepage-slider .slick-slide a {
            position: relative;
            text-align: center;
            width: 100%;
            height: 100%;
        }

        .shop-id-2 .homepage-slider .homeslide-caption-wrap {
            font-weight: 400;
            transition: all 1.5s ease !important;
            display: block;
            position: absolute;
            top: 5rem;
            left: 0;
            width: 100%;
            z-index: 4;
            text-transform: uppercase;
        }

            .shop-id-2 .homepage-slider .homeslide-caption-wrap strong {
                font-size: 1.25rem;
                color: #000;
                text-transform: uppercase;
                font-weight: 300;
                line-height: 1em;
                margin-bottom: 1rem;
                display: inline-block;
                letter-spacing: 4px;
            }

            .shop-id-2 .homepage-slider .homeslide-caption-wrap .homeslide-subtitle {
                font-size: 4.25rem;
                color: #000;
                display: block;
                font-weight: 400;
                margin-bottom: 1.25rem;
                font-family: Butler;
                letter-spacing: 1rem;
                line-height: 1;
            }

        .shop-id-2 .homepage-slider .slick-slide a::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, #fff 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #fff 100%);
            opacity: 0.15;
            z-index: 3;
        }

        .shop-id-2 .homepage-slider.no-overlay .slick-slide a::before {
            display: none;
        }

        .shop-id-2 .homepage-slider .homeslide-caption-wrap .btn {
            background-color: #eadbce;
            color: #000;
            border: 1px solid #000;
            padding: 1rem 2.25rem;
            border-radius: 0.1rem;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.2rem;
        }

@media (max-width: 991.98px) {
    .shop-id-2 .homepage-slider .homeslide-caption-wrap {
        top: 3rem;
    }

        .shop-id-2 .homepage-slider .homeslide-caption-wrap .homeslide-subtitle {
            font-size: 3.25rem;
        }
        .shop-id-2 .homepage-slider .homeslide-caption-wrap .btn {
            padding: 0.75rem 2.25rem;
        }
}



@media (max-width: 767.98px) {
    .shop-id-2 .homepage-slider .slick-dots {
        bottom: 1rem;
    }

    .shop-id-2 .homepage-slider .slick-slide a {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }

    .shop-id-2 .homepage-slider.slick-slider .slick-slide a img {
        max-width: 100%;
        max-height: none;
    }

    .callouts .col-12
    {
        margin-bottom: 2rem;
    }

    .home-blurb-bottom {
        flex-flow: column-reverse;
    }
}

@media (max-width: 575.98px) {
    .shop-id-2 .homepage-slider .homeslide-caption-wrap {
        top: 1.25rem;
    }

    .shop-id-2 .homepage-slider .slick-slide a::before {
        background: linear-gradient(to top, rgba(0,0,0,0) 0%, #fff 100%), linear-gradient(to bottom, rgba(0,0,0,0) 0%, #fff 100%);
    }

    .shop-id-2 .homepage-slider .homeslide-caption-wrap .homeslide-subtitle {
        margin-bottom: 0.5rem;
        font-size: 7vw;
    }

    .shop-id-2 .homepage-slider .homeslide-caption-wrap strong {
        
        margin-bottom: 0.5rem;
    }
    .shop-id-2 .homepage-slider .homeslide-caption-wrap .btn {
        padding: 0.5rem 2rem;
        font-size: 0.75rem;
    }
}

/* Homepage
---------------------------------------------------------------------- */
.shop-id-2.homepage .row-content .content {
    padding-top: 3rem;
}

.shop-id-2.homepage .home-blurb h1 {
    letter-spacing: 0;
    font-size: 3.5rem;
}

@media (max-width: 575.98px) {
    .shop-id-2.homepage .home-blurb h1 {
        font-size: 2rem;
    }
}

.home-blurb-bottom {
    text-align: center;
    background: #e4b9aa;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
}

.home-blurb-bottom h1 {
    font-family: 'Pretty-Pen';
    border-bottom: 1px solid #000;
    line-height: 2.5;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    text-transform: none;
}



.home-blurb-right {
    padding: 3rem 4rem;
    line-height: 2rem;
}

.home-blurb-right p{
    font-size: 1.5rem;
}
    .home-blurb-right .btn-primary {
        margin-top: 1.5rem;
        padding: 1.25rem 2rem;
        font-size: 1rem;
    }
.home-blurb-left {
    padding: 0;
}

@media (max-width: 1250px) {
    .home-blurb-bottom h1 {
        font-size: 1.5rem;
    }

    .home-blurb-right p {
        font-size: 1.25rem;
    }

    .home-blurb-right {
        padding: 3rem;
    }
}

@media (max-width: 1075px) {
    .home-blurb-bottom h1 {
        font-size: 1.25rem;
    }

    .home-blurb-right p {
        font-size: 1rem;
    }

    .desktop input#EMAILADDRESS
    {
        min-width: 200px;
    }
}

@media (max-width: 991px) {
    .home-blurb-bottom h1 {
        font-size: 1rem;
    }
    .home-blurb-right {
        padding: 2.5rem;
        line-height: 1.5rem;
    }
    .home-blurb-right p {
        font-size: 1rem;
    }

    .home-blurb-right .btn-primary {
        margin-top: 1rem;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    .home-blurb-bottom
    {
        padding: 0 !important;
    }
    .newsletterBtn {
        margin-left: 0 !important;
        margin-top: 0.5rem;
        display: block;
    }
    .newsletterBtn .FormButtons
    {
        width: 100%;
        max-width: 230px;
    }
    .instagram-container
    {
        padding: 0 !important;
    }
}

@media (max-width: 884px) {
    .home-blurb-bottom h1 {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .home-blurb-right {
        padding: 2rem;
    }

    .home-blurb-right p {
        font-size: 0.9rem;
    }

        .home-blurb-right .btn-primary {
            margin-top: 0.5rem;
            padding: 0.75rem 1.5rem;
            font-size: 0.85rem;
        }
}

@media (max-width: 767px) {
    .home-blurb-bottom h1 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}
/* Homepage Promos ---------------------------------------- */
.promo-block-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .promo-block-wrap img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

@media (max-width: 767.98px) {
    .promo-block-wrap {
        margin-bottom: 1.875rem;
    }

        .promo-block-wrap img {
            width: 100%;
        }
}

.promo-block {
    position: absolute;
    bottom: 1rem;
    list-style-type: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1.5rem !important;
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
}

.content .promo-block li {
    color: #000000;
}

.promo-block > li:nth-of-type(1) {
    font-style: italic;
    text-transform: lowercase;
    line-height: 0.5em;
    font-size: 2.5rem;
}

.promo-block > li:nth-of-type(2) {
    font-size: 1.5rem;
    margin: 0.6rem 0;
}

.promo-block > li:nth-of-type(3) {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 1;
}

    .promo-block > li:nth-of-type(3) a {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
    }

        .promo-block > li:nth-of-type(3) a ion-icon {
            margin-right: 0.5rem;
        }

@media (min-width: 768px) and (max-width: 991.98px) {
    .promo-block {
        max-width: calc(100% - 6rem);
    }

        .promo-block > li:nth-of-type(2) {
            font-size: 2.75rem;
        }
}

@media (max-width: 575.98px) {
    .promo-block {
        max-width: 100%;
    }

        .promo-block > li:nth-of-type(1) {
            font-size: 2.5rem;
        }

        .promo-block > li:nth-of-type(2) {
            font-size: 1.5rem;
        }

        .promo-block > li:nth-of-type(3) a {
            font-size: 0.85rem;
        }
}

/* Promo Blurb ---------------------------------------- */
.promo-blurbs {
    margin-top: 1.875rem;
}

.promo-blurb-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.875rem;
}

    .promo-blurb-wrap img {
        width: auto;
        height: auto;
        max-width: 65%;
    }

.promo-blurb {
    position: relative;
    list-style-type: none;
    padding: 2rem;
    background-color: #ffffff;
    margin-left: -4rem;
}

    .promo-blurb li:nth-of-type(1) {
        font-size: 2.2rem;
        text-align: center;
        text-transform: lowercase;
        /*color: #c363a0;*/
        color: #000000;
    }

    .promo-blurb li:nth-of-type(2) {
        font-size: 1.2rem;
        text-align: center;
        color: #000000;
    }

    .promo-blurb li:nth-of-type(3) {
        text-align: center;
        font-weight: 400;
        letter-spacing: 0.05rem;
        margin-top: 1rem;
        line-height: 2.25rem;
    }

        .promo-blurb li:nth-of-type(3) a {
            /*color: #b0b3b5;*/
            transition: all 150ms ease-out;
            color: #fff;
            text-decoration: none !important;
            background-color: #000000;
            padding: 0.5rem 2rem;
            border-radius: 0.125rem;
            border: 1px solid transparent;
        }

@media (max-width: 575.98px) {
    .promo-blurb li:nth-of-type(3) {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        line-height: 1.25rem;
    }

        .promo-blurb li:nth-of-type(3) a {
            white-space: nowrap;
            font-size: 0.7rem;
        }
}

.promo-blurb li:nth-of-type(3) a:hover {
    color: #000000;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.promo-blurbs .promo-blurb-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

    .promo-blurbs .promo-blurb-wrap:nth-child(even) .promo-blurb {
        margin-left: 0;
        margin-right: -4rem;
    }

@media (max-width: 767.98px) {
    #body .promo-blurbs .promo-blurb-wrap {
        position: relative;
        flex-direction: column;
        z-index: 2;
    }

        #body .promo-blurbs .promo-blurb-wrap .promo-blurb {
            margin-left: auto;
            margin-right: auto;
            margin-top: -4rem;
            width: 80%;
        }

    #body .promo-blurb-wrap img {
        max-width: 100%;
        z-index: -1;
    }

    .promo-blurb::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 25%, transparent 100%);
        position: absolute;
        z-index: -1;
        top: -1rem;
        left: 0;
        filter: blur(1rem);
    }
}

/* Featured Category ---------------------------------------- */
.featured-category a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    text-decoration: none !important;
}

.featured-category .featured-cat-img {
    display: block;
    overflow: hidden;
    transition: all 0.3ms ease;
    position: relative;
}

    .featured-category .featured-cat-img > img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        transition: all 300ms ease;
        transform: scale(1);
    }

.featured-category label {
    display: block;
    margin-top: 0.25rem;
    margin-left: 1rem;
    transform: translateY(0);
    transition: all 300ms ease;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.shop-id-2 .featured-wrap {
    border-top: 1px solid #e7eaec;
    /*border-bottom: 1px solid #e7eaec;*/
    padding: 4rem 1rem 1.5rem;
    /*margin-bottom: 4.25rem;*/
    margin-bottom: 0;
    position: relative;
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
}

.featured-categories .featured-category:not(:last-of-type) {
    margin-bottom: 1rem;
}

.featured-category a:hover {
    transform: translateY(1rem);
}

    .featured-category a:hover .featured-cat-img img {
        transform: scale(1.25);
    }

    .featured-category a:hover label {
        transform: translateY(-2.75rem);
        color: #fff;
    }

.featured-category a .featured-cat-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    transition: all 300ms ease;
}

.featured-category a:hover .featured-cat-img::after {
    opacity: 0.25;
}

/* Featured Products ---------------------------------------- */

.shop-id-2 .featured-wrap .featured-title {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 2rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.shop-id-2 .featured-title.header-strike {
    margin-bottom: 3rem;
}

    .shop-id-2 .featured-title.header-strike h4 {
        font-weight: 500;
        letter-spacing: 0.1rem;
        font-size: 1.75rem;
        background-color: #fff;
    }

    .shop-id-2 .featured-title.header-strike hr {
        border-top-width: 1px;
    }

.shop-id-2 .featured-slider .slick-prev:before, .featured-slider .slick-next:before {
    content: '\e317';
    font-family: 'Material Icons';
}

.shop-id-2 .featured-slider .slick-next:before {
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.shop-id-2 .featured-slider .featured-details {
    font-size: 0.95rem;
    text-align: left !important;
}

    .shop-id-2 .featured-slider .featured-details .featured-name a {
        font-size: 0.9rem;
        display: inline-block;
        width: 100%;
    }

    .shop-id-2 .featured-slider .featured-details .featured-price {
        text-align: center;
        position: relative;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

        .shop-id-2 .featured-slider .featured-details .featured-price::before {
            content: '';
            display: block;
            width: 100%;
            max-width: 3rem;
            height: 1px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ececec;
        }

.shop-id-2 .featured-slider .featured-img {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .shop-id-2 .featured-slider .featured-img a {
        transform-origin: 20% center;
        transform: scale(1);
        transition: transform 400ms ease-out;
    }

.shop-id-2 .featured-slider .featured-item .featured-img:hover a {
    transform: scale(1.4);
    transition: transform 1000ms ease;
}

.shop-id-2 .featured-slider .featured-img img {
    position: relative;
    transform: translate(0,0) rotate(0);
    transform-origin: top left;
    transition: transform 400ms ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.shop-id-2 .featured-slider .featured-item .featured-img:hover img {
    transform: translate(-6%,-10%) rotate(0.0001deg);
    transition: transform 10000ms ease-out;
}

/* Quick Order
---------------------------------------------------------------------- */
.shop-id-2 .nav-quickorder > div:not(.nav-quickorder-hot) a {
    color: #d6d6d6;
}

/* Category/Product View
---------------------------------------------------------------------- */
body.mobile.shop-id-2 .hero-stage.fullscreen {
    min-height: 200px !important;
    max-height: 200px !important;
    height: 100% !important;
    opacity: 1;
}

    body.mobile.shop-id-2 .hero-stage.fullscreen .categoryBanner {
        height: 100% !important;
    }

.shop-id-2 .row-header.hero-stage.fullscreen {
    margin-top: 0 !important;
}

.shop-id-2 .categoryBanner {
    position: relative !important;
}

.shop-id-2 .categoryHeader h1 {
    margin-bottom: 0;
}

.shop-id-2 #catprodBreadcrumb {
    margin-top: 0;
}

/* Tradeshows
---------------------------------------------------------------------- */
.tradeshow-wrap {
    text-align: center;
}

.tradeshow:not(:first-of-type) {
    margin-top: 2rem;
}

.tradeshow strong {
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.tradeshow-wrap .tradeshow:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background-color: var(--dark);
    margin: 2rem auto 0;
}

/* About Page
---------------------------------------------------------------------- */
.shop-id-2 .content .about-section h1 {
    text-transform: uppercase;
    font-size: 1.75rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.shop-id-2 .content .about-section p {
    font-size: 1rem !important;
}

/* FAQ
---------------------------------------------------------------------- */
#faqAccordion .card {
    border: 0;
}

    #faqAccordion .card:last-of-type button {
        border-bottom: 0 !important;
    }

#faqAccordion a {
    color: var(--dark);
}

#faqAccordion p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

#faqAccordion .card-header {
    background-color: transparent;
    padding: 0;
}

#faqAccordion button {
    padding: 1.25rem 2rem;
    width: 100%;
    text-align: left;
    font-size: 1.15rem;
    font-style: italic;
    color: #6b7175 !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    transition: all 150ms ease-out;
}

    #faqAccordion button.collapsed {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    #faqAccordion button::before {
        content: '\e5cc';
        font-family: 'Material Icons';
        position: absolute;
        left: 0.25rem;
        font-style: normal;
        font-size: 1.5rem;
        transition: all 150ms ease-out;
        color: var(--dark);
    }

    #faqAccordion button:not(.collapsed)::before {
        transform: rotate(90deg);
    }

#faqAccordion .card-header {
    border-bottom: 0;
}

/* Registration
---------------------------------------------------------------------- */
.shop-id-2 #mainReg .form-control,
.shop-id-2 #mainReg .form-control::placeholder {
    font-weight: 300;
}

    .shop-id-2 #mainReg .form-control::placeholder {
        opacity: 0.5;
    }

.shop-id-2 #mainReg .sameasbilling {
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .shop-id-2 #mainReg .sameasbilling {
        display: flex;
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

/* InstaFeed
---------------------------------------------------------------------- */
.shop-id-2 .insta-title {
    margin-top: 1.875rem;
    margin-bottom: 1rem;
}

.shop-id-2 .insta-title-script {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0;
}

.shop-id-2 .insta-title-text {
    display: block;
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 0.85em;
}

#instafeed div[class^="col-"] {
    margin-bottom: 1.875rem !important;
}

#instafeed img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* MailChimp
---------------------------------------------------------------------- */
.shop-id-2 .footer-blocks h4 {
    font-size: 1rem;
    max-width: 20rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 700;
    font-family: 'Quattrocento Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.shop-id-2 #mc-embedded-subscribe.button {
    background-color: var(--dark);
}

.shop-id-2 #mc-embedded-subscribe.button:hover {
    background-color: #eadace;
}

/* Footer
---------------------------------------------------------------------- */
.shop-id-2 .footer-sub-section .container {
    justify-content: center;
}

.desktop.shop-id-2 .footer-sub {
    display: inline-flex;
    flex-flow: column nowrap;
    white-space: nowrap;
    margin: 0 3rem;
    text-align: center;
}

.shop-id-2 .footer-sub {
    text-align: center;
}
.shop-id-2 .footer {
    border-top: 0;
    padding-top: 0;
}

.shop-id-2 .footer-blocks {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .shop-id-2 .footer-blocks > .row {
        justify-content: center !important;
        text-align: center;
    }

        .shop-id-2 .footer-blocks > .row div:not(:last-of-type) {
            margin-bottom: 1.5rem !important;
        }

.shop-id-2 .footer-nav {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dcdcdc;
}

.shop-id-2 .footer,
.shop-id-2 .footer-copy {
    background-color: #fff;
}

.shop-id-2 .footer-copy {
    margin-top: 0;
    background-color: #eadace;
    padding-bottom: 2rem !important;
}

.shop-id-2 .footer-sub-section {
    background-color: #eadace;
    color: #000;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

    .shop-id-2 .footer-sub-section a {
        color: #000;
        opacity: 1;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

        .shop-id-2 .footer-sub-section a:hover {
            opacity: 0.8;
            color: #000;
        }

.shop-id-2 .copy-links ul {
    padding-left: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
}

.shop-id-2 .copy-links p{
    font-size: 1rem;
}

.shop-id-2 .copy-links a {
    color: #000;
}

.shop-id-2 .copy-links li {
    margin: 0 0.5rem;
}

    .shop-id-2 .copy-links li:not(:last-of-type)::after {
        content: '—';
        padding-left: 1rem;
    }

.shop-id-2 .copy-links a:hover {
    opacity: 0.8;
    color: #000;
}

.shop-id-2 .copy-links {
    margin-top: 1rem;
}

.shop-id-2 .footer-copy a {
    color: #000;
    text-decoration: none;
}

    .shop-id-2 .footer-copy a:hover {
        color: #000;
    }
.footer-sub h4 {
    font-family: 'Quattrocento Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.mobile .footer-sub-section > .container 
{
    max-width: 90%;
}
/* Newsletter
------------------------------------------------------------------*/
input#EMAILADDRESS {
    max-width: 100%;
    display: inline-flex;
    background: #fff;
    padding: 9px 10px;
    border: 0;
    color: #000;
    border: 1px solid var(--dark);
    min-width: 230px;
}

#EMAILADDRESS::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}

#EMAILADDRESS::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

#EMAILADDRESS:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}

#EMAILADDRESS:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

.newsletterBtn {
    margin-left: -6px;
}

    .newsletterBtn .FormButtons {
        background: var(--primary);
        color: #fff;
        border: 0;
        border-radius: 0;
        padding: 10px 18px;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

        .newsletterBtn .FormButtons:hover {
            background: var(--dark);
        }

form#newslettersignup {
    margin-top: 1rem;
}
/* ----------------------------------------- */

.shop-id-2 .footer .social-inline-tags {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-style: italic;
    letter-spacing: 3px;

}

.shop-id-2 .footer .nav-ui-social.nav-social-inline .nav-item {
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ababab;
    border-radius: 10rem;
    margin: 0.5rem;
    color: #ababab;
    transform-origin: center;
    transition: all 200ms ease-out !important;
}

    .shop-id-2 .footer .nav-ui-social.nav-social-inline .nav-item a i {
        font-size: 0.95rem !important;
        position: relative;
        line-height: 1.25em;
    }

    .shop-id-2 .footer .nav-ui-social.nav-social-inline .nav-item:hover {
        background-color: #e4b9aa;
        border: 1px solid #e4b9aa;
        transform: scale(1.25);
    }

        .shop-id-2 .footer .nav-ui-social.nav-social-inline .nav-item:hover a {
            color: #000;
        }

.shop-id-2 .footer .nav-ui-social.nav-social-inline {
    justify-content: center;
}

/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/***** CHECKOUT TWEAKS ******/

    .ValidationError {
    background: red;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -8px;
    padding: 5px;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

#body .prod_headwrap {
    margin-bottom: 8px;
    background-color: #000;
    color: #fff;
}

#ShoppingCartContainer #GlobalErrors {
    display: none !important;
}

.cartMessage {
    background: none;
    padding: 10px;
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 20px;
    border-top: 1px solid #eceff1;
}

#body #checkoutContainer .cartMessage a,
#body #checkoutContainer .cartMessage a:link,
#body #checkoutContainer .cartMessage a:visited {
    text-decoration: underline;
}

.breadcrumb {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/*Piping & Back Pattern*/
.comProdDropDown {
    cursor: pointer;
}
.productModal .modal-header {
    padding: 0;
    border: 0;
}
.productModal .modalDirections {
    font-size: 0.85rem;
    padding-left: 0.5rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
}
.productModal .modal-dialog {
    max-width: 700px;
}
.productModal .modal-modifier {
    cursor: pointer;
}
.productModal .modal-modifier:hover img {
    border: 3px solid #000;
}

.productModal .modal-modifier-name {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.2rem;
}
.productModal .modalMUP {
    font-size: 0.7rem;
    font-style: italic;
}

.modal-modifier img {
    border-radius: 50%;
    max-height: 100%;
    border: 3px solid #fff;
    max-width: 100%;
}

#ModalProdPropPatternedBack .modal-modifier img,
#ModalProdPropBackPattern .modal-modifier img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
}
#ModalProdPropPatternedBack .col-md-2,
#ModalProdPropBackPattern .col-md-2 {
    -ms-flex: 0 0 33.333337%;
    flex: 0 0 33.333337%;
    max-width: 33.333337%;
}

/* .desktop #mainMenu .megaMenu ul{ */
.desktop #mainMenu .navitem_43 .megaMenu ul{
	column-count:3;
}
.desktop #mainMenu .megaMenu .megaMenu-sidebar{
	display:none;
}

/* 08-07-25 */
/* 08-07-25 */
.shop-id-2 #mainMenu.navbar .nav-item > a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.shop-id-2 .dropdown-item .dropdown-stage .dropdown-content {
	background-color:#fff;
}
.shop-id-2 .dropdown-item.has-sub .dropdown-stage .dropdown-content li{
	list-style:none;
}
.shop-id-2 .dropdown-content li:hover > a{
	font-weight:700;
}
.shop-id-2 #mainMenuNav li.has-sub.dropdown-item.dropdown-has-content > a[href$="sorority.htm"] + div.dropdown-stage .dropdown-content > ul,
.shop-id-2 #mainMenuNav li.has-sub.dropdown-item.dropdown-has-content > a[href$="collegiate.htm"] + div.dropdown-stage .dropdown-content > ul {
    column-count: 2;
}

.swatchesDivs div {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0px;
    text-align: center;
    width: auto !important;
    color: #444;
    font-size: 11px;
    vertical-align: top;
    font-weight: normal;
}
.swatchesDivs div img {
    margin-bottom: 4px;
    margin-top: 8px;
    outline: 1px solid #fff;
    border: 5px solid #fff !important;
}


.colorlabel {
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 80px;
    vertical-align: middle;
    text-transform: capitalize;
}
.sizes span {
    width: auto !important;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 8px 6px 15px;
    vertical-align: top;
    font-size: 12px;
}
.sizes span input {
    width: 80%;
    height: auto;
    text-align: center;
    border-color: #cecece;
    border-width: 1px;
    background: #fff;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    margin: auto;
}
.TotalQty {
    margin-top: 0px;
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}
.cost {
    margin-top: 0;
    color: #000000;
    font-size: 21px;
    margin-bottom: 5px;
    /* font-family: inherit; */
    font-weight: bold;
    line-height: 1.4;
}
.addToPO > .ViewLarger {
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
}
#TotalTotal1,
#TotalCost1{
	font-weight:normal;
}
.enabledColor {
    outline: 1px solid #cecece !important;
    opacity: 1 !important;
}
/* 08-07-25 */
/* 08-07-25 */