/********Common CSS***********/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Sweet-Sans-Pro-Regular-new';
    overflow-x: hidden;
    color: #000;
}

.previewCartWrapper .previewCart .previewCartList,
.header .top-nav .dropdown--quickSearch .productGrid {
    scrollbar-width: thin;
    scrollbar-color: #81102f #f0f0f0;
}
div#search-results-content {
    display: block !important;
}

body.search-open {
    overflow: hidden;
}

body.cart {
    margin-bottom: 0;
}

.page {
    margin: 0;
}

.page-content iframe {
    width: 100%;
}

body.product {
    overflow-y: auto;
}

img {
    object-fit: cover;
    /* width: 100%; */
}

.container {
    padding: 0 15px;
    max-width: 1366px;
}

.default .container {
    padding: 0 0px;
    max-width: 1366px;
}

.custom-product-slider .container {
    padding: 0 20px;
}

.row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    align-items: center;
}

.common-heading h2 {
    margin-top: 0;
    font-size: 100px;
    padding-bottom: 42px;
    letter-spacing: -14px;
    margin-left: -14px;
}

.common-heading .curve-text {
    font-size: 36px;
    line-height: 33px;
    font-family: 'Alkaline-Bold';
    text-transform: lowercase;
    color: #1f1b1c;
    padding-top: 0px;
    display: block;
    padding-bottom: 10px;
}

.common-heading p {
    font-size: 22px;
    line-height: 35px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #262223;
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.common-heading .btn {
    margin-top: 13px;
    display: inline-block;
}

.common-heading {
    text-align: center;
}


h2.title,
h2 {
    font-family: 'FrontageCondensed-Regular';
    color: #171616;
    line-height: 1;
}

.modal--alert .button-container .confirm,
.button:hover,
.btn-red.btn {

    background: #90182a;
    color: #fff;
}

.modal--alert .button-container .confirm {
    border: 0;
}

.button,
.btn {
    border-radius: 0;
    text-transform: uppercase;
    padding: 16px 25px;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0px;
    min-width: 263px;
    text-align: center;
    display: inline-block;
    font-family: 'saa-series-fd-new';
    transition: 0.5s;
    color: #171616;
}

.modal--alert .button-container .button+.button {
    margin: 0;
}

/********Image And Content Section***********/


.image-with-content-section .row.left-image .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.image-with-content-section .row.right-image .content-wrapper {
    padding-right: 50px;
}

.image-with-content-section .row.left-image {
    flex-direction: row;
}

.image-with-content-section .row.right-image {
    flex-direction: row-reverse;
}

.image-with-content-section .image-wrapper {
    width: 50%;
    display: inline-block;
    position: relative;
}

.image-with-content-section .content-wrapper {
    width: 50%;
    display: inline-block;
    padding: 25px;
}

.image-with-content-section .content-wrapper .common-heading {
    max-width: 510px;
    margin: 0 auto;
}

.image-with-content-section .row {
    justify-content: space-between;
    padding: 70px 0;
    position: relative;
    flex-direction: row-reverse;
}

.common-heading h2.title {
    background-color: #fff;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.common-heading h2.title::after,
.common-heading h2.title::before {
    content: '';
    position: absolute;
    width: 30%;
    background: #bababa;
    height: 1px;
    top: 53%;
    transform: translateY(-50%);
    z-index: 0;
}

.common-heading h2.title::after {
    right: 0;
}

.common-heading h2.title::before {
    left: 0;
}

.common-heading h2.title span {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.image-with-content-section .content-wrapper .common-heading h2:after,
.image-with-content-section .content-wrapper .common-heading h2:before {
    display: none;
}

.image-with-content-section .content-wrapper .common-heading h2,
.image-with-content-section .content-wrapper .common-heading h2 {
    background: transparent;
}

/********Menu Section***********/

.menu-section.image-with-content-section .row {
    align-items: center;
}

.menu-section.image-with-content-section .image-wrapper {
    width: 52%;
    max-height: 692px;
    max-width: 692px;
}

.menu-section.image-with-content-section .content-wrapper {
    width: 48%;
}

.menu-section.image-with-content-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/********Banner Section***********/

.banner-section.image-with-content-section {
    padding: 50px 0;
}

.banner-section.image-with-content-section .image-wrapper img.icon.logo {
    width: 155px;
    height: 155px;
    position: absolute;
    left: -60px;
    border-radius: 100%;
    background: #910927;
    top: -45px;
}

.banner-section.image-with-content-section .image-wrapper img {
    width: 556px;
    height: 425px;
}

.banner-section.image-with-content-section .content-wrapper {
    text-align: left;
    padding-left: 0;
}

.banner-section.image-with-content-section .content-wrapper span,
.banner-section.image-with-content-section .content-wrapper p,
.banner-section.image-with-content-section .content-wrapper h2 {
    color: #fcfdef;
}

.banner-section.image-with-content-section .content-wrapper a.btn.btn-red {
    background: #fcfdef;
    color: #171616;
}

.banner-section.image-with-content-section .content-wrapper .common-heading {
    text-align: left;
}

.banner-section.image-with-content-section .content-wrapper .common-heading h2.title {
    margin-left: -9px;
    font-family: 'FrontageCondensed-Bold';
    padding-bottom: 15px;
}

.banner-section.image-with-content-section .content-wrapper .common-heading {
    max-width: 400px;
}

.banner-section.image-with-content-section .content-wrapper .common-heading p.content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 8px;
}

.banner-section.image-with-content-section .row.left-image .content-wrapper .common-heading,
.banner-section.image-with-content-section .row.right-image .content-wrapper .common-heading {
    margin: 0 auto;
}

.banner-section.image-with-content-section::after,
.banner-section.image-with-content-section::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-image: url('https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/banner-patten.png?t=1725356190');
}

.banner-section.image-with-content-section::before {
    top: 0;
}

.banner-section.image-with-content-section::after {
    bottom: 0;
}

.banner-section.image-with-content-section .row.left-image .content-wrapper {
    padding-left: 55px;
}

.banner-section.image-with-content-section .container {
    max-width: 1110px;
}

.banner-section.image-with-content-section .image-wrapper,
.banner-section.image-with-content-section .container,
.banner-section.image-with-content-section .container .row {
    overflow: visible;
}


.default div {
    height: auto !important;
    overflow: hidden;
}

/************Seasonal Section**********************/
.seasonal-section.image-with-content-section .content-wrapper {
    width: 98%;
    position: absolute;
    padding: 25px;
    top: 7%;
}

.seasonal-section.image-with-content-section .image-wrapper {
    width: 100%;
}

.seasonal-section.image-with-content-section .image-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #1f1b1c 0%, rgba(255, 255, 255, 0) 100%);
}

.seasonal-section.image-with-content-section .container {
    display: flex;
    justify-content: space-between;
}

.seasonal-section.image-with-content-section .row {
    width: 50%;
}


/**************GIFT SEction*****************/
.gift-section .custom-gift-category-list {
    padding: 90px 0;
}

.gift-section .custom-gift-category-list .common-heading h2 {
    padding-bottom: 0;
}

.gift-section .custom-gift-category-list .common-heading p {
    padding-bottom: 55px;
}

.gift-section .box {
    width: calc(100% / 3 - 30px);
    max-width: 348px;
    margin: 0 15px;
}

.gift-section .box .image-wrapper {
    position: relative;
}

.gift-section .box .image-wrapper img {
    height: 249px;
    padding-bottom: 13px;
    width: 100%;
}

.gift-section .row {
    justify-content: space-between;
}

.gift-section .box .text-wrapper {
    text-align: center;
}

.gift-section .box .text-wrapper h3 {
    font-size: 32px;
    line-height: 35px;
    font-family: 'saaseriesfd';
    color: #171616;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 20px 0;
    display: block;
}

.gift-section .box .text-wrapper .btn {
    min-width: 167px;
}

.gift-section .box .image-wrapper::after {
    content: '';
    width: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
    height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: repeat-x;
}


/***********Shop Section*********************/


.shop-section.image-with-content-section .image-wrapper img {
    width: 680px;
    height: 574px;
}

/***********Hero Section*********************/
.heroCarousel .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    object-position: center;
    background-color: #eaeaea;
}

.heroCarousel .heroCarousel-content {
    background-color: transparent;
}

.heroCarousel .heroCarousel-content .heroCarousel-title {
    font-family: 'FrontageCondensed-Regular';
    color: #fff;
    letter-spacing: -14px;
    margin-left: -14px;
    font-size: 106px;
    line-height: normal;
}

.heroCarousel {
    height: 898px;
    margin-top: 0;
    max-height: 100% !important;
    margin-bottom: 0 !important;
}

.heroCarousel .heroCarousel-slide {
    height: 100% !important;
}

.heroCarousel .slick-initialized .slick-slide {
    height: 100% !important;
}

.heroCarousel .slick-track {
    height: 100% !important;
}

.heroCarousel .slick-list.draggable {
    height: 100% !important;
}

.heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 100% !important;
    max-height: unset;
    position: relative;
}

.heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.heroCarousel .heroCarousel-content .heroCarousel-description {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Sweet-Sans-Pro-Bold-new';
    color: #fff;
    padding: 15px 0;
}

.heroCarousel .heroCarousel-content .heroCarousel-action {
    text-transform: uppercase;
    padding: 16px 25px;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;
    min-width: 263px;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
    border-color: #fff;
    font-family: 'saa-series-fd-new';
    transition: 0.5s;
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
    background-color: transparent;
    border: 0;
    opacity: 1;
}

.heroCarousel .slick-next::before,
.heroCarousel .slick-prev::before {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.heroCarousel .slick-dots {
    display: none !important;
}

.heroCarousel .carousel-play-pause-button {
    display: none !important;
}

.heroCarousel .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.heroCarousel .slick-slide {
    height: 100% !important;
}

.heroCarousel::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-size: contain;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/banner-patten.png?t=1725356190);
    bottom: 0;
    z-index: 1;
    background-color: #910725;
    background-repeat: no-repeat;
    background-position: center;
}


div#main-content {
    margin-bottom: 0;
    padding-top: 180px;
}


.image-with-content-section.shop-section .row {
    padding: 0;
}

.image-with-content-section.menu-section .common-heading .curve-text {
    font-family: 'Alkaline-Bold';
}

.custom-gift-category-list {
    padding: 80px 0;
}

.custom-gift-category-list .container {
    max-width: 1100px;
}

/***********Header**************/
header div {
    overflow: visible !important;
}

.default .header.fixed,
.header.fixed {
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 6px 20px 0px #0000002e;
    border: 0;
}

.default .header {
    background-color: transparent;
    position: fixed;
    border: 0;
}

.default .header.fixed .top-nav .navUser-section li.navUser-item button img,
.default .header.fixed .top-nav .navUser-section li.navUser-item a img {
    filter: unset;
}

.default .header.fixed #menu .navPages ul.navPages-list li.navPages-item a {
    color: #171616;
    font-weight: 600;
}

.default .header.fixed #menu .navPages ul.navPages-list li.navPages-item a:hover {
    color: #910725;
}

.default .header.fixed #menu .navPages .navPages-list .navPages-item .icon svg {
    fill: #171616;
    stroke: #171616;
}

.header.fixed .top-nav {
    padding-top: 45px;
    padding-bottom: 15px;
}

.header.fixed #menu .navPages .navPages-list li.navPages-item {
    padding-bottom: 15px;
}

.header .top-nav .navUser-section .navUser-item span.countPill {
    position: absolute;
    right: -10px;
    top: -8px;
    background: #910725;
    line-height: normal;
    font-family: 'FrontageCondensed-Regular';
}

.header .navUser ul.navUser-section li.navUser-item a,
.header .navUser ul.navUser-section li.navUser-item span,
.header .navUser ul.navUser-section li.navUser-item button {
    color: #fff;
}

.header .header-logo a span {
    color: #fff;
}

.header #menu .navPages ul.navPages-list li.navPages-item a {
    color: #1f1b1c;
    padding: 5px 40px 10px 0px;
    font-family: 'FrontageCondensed-Regular';
    font-weight: normal;
    letter-spacing: -1.1px;
    font-size: 21px;
    line-height: normal;
    flex-wrap: wrap;
    background-color: transparent;
    font-weight: 600;
}

.header #menu .navPages ul.navPages-list li.navPages-item:last-child a {
    padding-right: 0;
}

.header {
    border-bottom: 2px solid #eaeaea;
    position: fixed;
    background-color: #fff;
    z-index: 15 !important;
    top: 0;
    transition: 0.5s;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--cart .navUser-action img {
    width: 30px;
    height: 29px;
    object-fit: contain;
}


.header .header-logo {
    margin: 0 0 40px 0;
}

.header .top-nav .navUser-section li.navUser-item button,
.header .top-nav .navUser-section li.navUser-item a {
    padding: 0;
}

.header .top-nav .navUser-section li.navUser-item button img,
.header .top-nav .navUser-section li.navUser-item a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.header .top-nav {
    padding-top: 70px;
    padding-bottom: 45px;
    transition: 0.5s;
}

.header .top-nav .navUser-section,
.header #menu .navPages {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 1122px;
    float: unset;
}

header.header #menu .navPages {
    max-width: 100%;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--account {
    float: right;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--account {
    padding-right: 24px;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--cart {
    float: right;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--logo {
    position: absolute;
    left: 50%;
    right: unset;
    margin: 0 auto;
    display: inline-block;
    top: -30px;
    z-index: 0;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
}

.header .top-nav .navUser-section .header-logo .header-logo__link img {
    width: 338px;
    height: auto;
    transition: 0.6s;
}

.header.fixed .top-nav .navUser-section .header-logo .header-logo__link img {
    width: 260px;
}

.header .top-nav .navUser-section .header-logo {
    margin: 0;
    background-color: transparent;
}

.header .top-nav .navUser-section .header-logo {
    height: auto !important;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
}

.header .top-nav .navUser-section .header-logo .header-logo__link .header-logo-image-container img.header-logo-image {
    width: 338px;
    height: auto;
}

.header .top-nav .navUser-section {
    padding-left: 0;
    padding-right: 0;
}

.header .top-nav .dropdown--quickSearch {
    background-color: #fff;
    transform: translateY(60px);
}


.header .top-nav .navUser-section li.navUser-item.navUser-item--cart #cart-preview-dropdown {
    margin-top: 14px;
    z-index: 11;
    background-color: #fff;
    right: 0;
    box-shadow: 0px 1px 20px 0px #0000002e;
    border: 1px solid #d9d9d9;
    overflow: visible;
}

.previewCart-additionalCheckoutButtons .CheckoutButton p.or-use-label {
    text-align: center;
    margin-bottom: 8px;
}

.previewCart-additionalCheckoutButtons .CheckoutButton .PaypalCommerceContainer .paypal-buttons {
    min-height: 40px !important;
}

.previewCart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 0;
}

.header .top-nav .navUser-section li.navUser-item.navUser-item--cart #cart-preview-dropdown:before {
    content: '';
    height: 10.5px;
    width: 10.5px;
    position: absolute;
    background-color: #ffffff;
    top: -2px;
    right: 12px;
    border-top: #d9d9d9 solid 1px;
    border-left: #d9d9d9 solid 1px;
    transform: rotate(45deg) translateY(-50%);
}




.header .top-nav .navUser-section .navUser-item {
    padding-right: 0;
}

.header #menu .navPages .navPages-list .navPages-item .icon {
    width: 15px;
    height: 14px;
    top: 3px;
    position: relative;
}

.header #menu .navPages .navPages-list .navPages-item .icon svg {
    fill: #1f1b1c;
    stroke: #1f1b1c;
}

.header #menu .navPages .navPages-list li.navPages-item {
    position: relative;
    padding-bottom: 25px;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu {
    position: absolute;
    background: #ffffff;
    min-width: 230px;
    padding: 10px !important;
    border: 1px solid #d9d9d9;
    left: 50%;
    top: 0px;
    overflow: visible;
    transform: translateX(-50%);
    transition: 0.6s;
    visibility: hidden;
    display: unset;
    z-index: 0;
    opacity: 0;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage,
.header #menu .navPages .navPages-list li.navPages-item a.navPages-action.activePage {
    color: #900027;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage .icon svg,
.header #menu .navPages .navPages-list li.navPages-item a.navPages-action.activePage .icon svg {
    fill: #900027;
    stroke: #900027;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item {
    width: 100%;
    float: unset;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}


.header #menu {
    overflow: visible;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a {
    padding: 0;
    border: 0;
    color: #242424;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    letter-spacing: 0px;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a:hover {
    color: #910725;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:last-child {
    border: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu::before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #ffffff;
    top: -3px;
    left: 45%;
    border-top: #d9d9d9 solid 1px;
    border-left: #d9d9d9 solid 1px;
    transform: rotate(45deg) translateY(-50%);
}


.header #menu .navPages .navPages-list li.navPages-item:hover .navPage-subMenu {

    visibility: visible;
    top: 50px;
    opacity: 1;
}

.header #menu .navPages .navPages-list li.navPages-item:hover .icon {
    transform: rotate(180deg);
}

footer .footer-info {
    margin: 0;
    padding: 55px 0;
}

footer .footer-info .footer-info-list {
    padding-top: 0;
}

footer .footer-info .footer-info-list img {
    margin-bottom: 25px;
    width: 230px;
    margin-top: 15px;
    max-height: unset;
    filter: brightness(0) invert(1);
}

footer .footer-info .footer-info-list li,
footer .footer-info .footer-info-list li a {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

footer .footer-info .footer-info-list li a:hover {
    color: #d1a42b;
}

footer .footer-info .footer-info-list li .socialLinks {
    padding-top: 35px;
}

footer .footer-info .footer-info-list li .socialLinks li.socialLinks-item {
    width: auto;
    margin-right: 15px;
}

footer .footer-info .footer-info-list li .socialLinks li.socialLinks-item a {
    width: auto;
    height: auto;
}

footer .footer-info .footer-info-list li .socialLinks li.socialLinks-item a svg {
    fill: #daaa2e;
    width: 30px;
    height: 30px;
}

footer .footer-info .footer-info-list li .socialLinks li.socialLinks-item a.icon.icon--youtube svg {
    width: 44px;
    height: 44px;
    margin-top: -3px;
}

footer .footer-info-col h3.footer-info-heading {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

footer .footer-info-col h3.footer-info-heading::before {
    content: '';
    position: absolute;
    width: 43px;
    background: #d1a42b;
    height: 2px;
    bottom: 0;
    left: 0;
}

footer.footer {
    background-color: #0f0e0e;
    border: 0;
    padding-bottom: 0;
}

footer .footer-info .footer-info-list li a {
    font-size: 17px;
    line-height: 38px;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

footer .footer-info .footer-info-col {
    width: 25%;
}

footer .footer-info .footer-info-list li {
    max-width: 100%;
}

footer .footer-info .footer-info-col:first-child li {
    max-width: 211px;
}

footer .footer-info .footer-info-col p {
    color: #fff;
    max-width: 200px;
    font-size: 14px;
}

footer .footer-info .footer-info-col .form {
    margin-bottom: 0;
}

footer .footer-info .footer-info-col .form .form-fieldset .form-field .form-prefixPostfix.wrap {
    position: relative;
    align-items: center;
}

footer .footer-info .footer-info-col .form .form-fieldset .form-field .form-prefixPostfix.wrap .button {
    background-image: url('https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/send-icon.png?t=1726054199');
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
    font-size: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 57%;
    transform: translateY(-50%);
    display: inline-block;
    min-width: unset;
    margin-top: 0;
    line-height: normal;
}

footer .footer-info .footer-info-col .form .form-fieldset .form-field .form-prefixPostfix.wrap input {
    height: 52px;
    background-color: #1f1b1c;
    border-radius: 0;
    border-color: #373737;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    font-size: 15px;
    line-height: normal;
    color: #fff;
    padding-right: 45px;
}

footer .footer-info .footer-info-col .form .form-fieldset .form-field .form-prefixPostfix.wrap input:focus {
    color: #fff;
    border-color: #ddab26;
}

footer .footer-info .footer-info-col[data-section-type="newsletterSubscription"] {
    max-width: 270px;
}

footer .footer-info .footer-info-list li .socialLinks li.socialLinks-item a svg use {
    width: 25px;
    font-size: 25px;
    height: 25px;
    display: inline-block;
}

footer .footer-info .footer-info-col ul.footer-payment-icons li .footer-payment-icon {
    fill: #fff;
    margin: 0 3px;
    border: 1px solid #fff;
    padding: 3px;
    width: 56px;
}

footer .footer-info .footer-info-col ul.footer-payment-icons {
    margin-top: 25px;
    justify-content: space-between;
}

footer .footer-copyright .footer-copyright .powered-by,
footer .footer-copyright .footer-copyright .powered-by a {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

footer .footer-copyright {
    background-color: #000000;
    padding: 11px 0;
}

.footer::after {
    content: '';
    width: 100%;
    background-color: #000000;
    height: 70px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.image-with-content-section.seasonal-section,
.image-with-content-section.seasonal-section .container .row,
.image-with-content-section.seasonal-section .container,
.seasonal-section.image-with-content-section .image-wrapper {
    height: 100% !important;
}

.image-with-content-section.seasonal-section .row {
    width: 100%;
    padding: 0;
    justify-content: space-around;
}

div[data-layout-name="layout-seasonal"] {
    padding: 0 0px;
    max-width: 1385px;
    margin: 0 auto;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    justify-content: space-between;
}

div[data-layout-name="layout-seasonal"]>div {
    display: block;
    border: 5px solid #fff;
    max-width: 100%;
}

div[data-layout-name="layout-seasonal"]>div>div {
    height: 100% !important;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading h6 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-family: 'saaseriesfd';
    position: relative;
    margin-top: 0;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading h2 {
    color: #fff;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading .curve-text {
    color: #fff;
    font-family: 'Alkaline-Demi';

}

.seasonal-section.image-with-content-section .content-wrapper .common-heading p {
    color: #fff;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading h6::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 0;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.seasonal-section.image-with-content-section .image-wrapper img {
    height: 100%;
    max-height: 802px;
    width: 100%;
}

.image-with-content-section.shop-section.has-pattern {
    padding-bottom: 25px;
}

.image-with-content-section.shop-section.has-pattern .image-wrapper {
    padding-top: 58px;
    position: relative;
}

.image-with-content-section.shop-section.has-pattern .image-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/pattern.png);
    background-size: auto;
    height: 60px;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto;
}

.custom-product-slider .card .card-body .price-section.non-sale-price--withoutTax span,
.custom-product-slider .card .card-body .price-section.price-section.non-sale-price--withoutTax .price {
    font-size: 16px;
    color: #282c3f;
    opacity: 0.4;
    display: block;
    line-height: normal;
}


.custom-product-slider .card .card-body .price-section.non-sale-price--withoutTax>span {
    display: none;
}

.custom-product-slider .card .card-body .price-section span.price-now-label {
    display: none;
}


.custom-product-slider {
    position: relative;
}

.custom-product-slider::before {
    content: '';
    width: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
    height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: repeat-x;
}

.custom-product-slider {
    margin-top: 50px;
    padding-bottom: 40px;
}

.custom-product-slider h2 {
    position: relative;
    font-size: 36px;
    font-family: 'FrontageCondensed-Bold';
    line-height: 35px;
    text-align: left;
    padding-bottom: 20px;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 25px;
    overflow: hidden;
}

.custom-product-slider .card {
    margin-top: 5px;
    border: 1px solid #e8e8e8;
    padding: 38px 20px 38px 20px;
    text-align: center;
    position: relative;
    overflow: visible;
}

.custom-product-slider .card .card-figure {
    padding: 0;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
    position: unset;
    padding-top: 0;
}

.custom-product-slider .card .card-figure .card-img-container {
    text-align: center;
}

.custom-product-slider .card .card-body {
    padding-top: 0;
}

.custom-product-slider .card .card-figure .card-img-container img {
    height: 177px;
    object-fit: contain;
    margin: 0;
    text-align: center;
    object-position: center;
    position: relative;
    width: 100%;
}

.custom-product-slider .card .card-body .card-title a {
    text-align: center;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    margin-bottom: 15px;
    /* display: flex; */
    /* align-items: center; */
    /* vertical-align: bottom; */
    /* height: 100%; */
}

.product .custom-product-slider .card .card-body .card-title a {
    min-height: unset;
}

.custom-product-slider .card .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
}

.custom-product-slider .card .card-body .card-text[data-test-info-type="brandName"] {
    display: none;
}

.custom-product-slider .card .card-body .card-title {
    font-weight: normal;
    padding: 0 10px;
    margin-bottom: 0;
    /* display: flex; */
    /* align-items: stretch; */
    /* justify-content: center; */
    /* height: 100%; */
    /* vertical-align: middle; */
}

.custom-product-slider .card .card-figure .card-img-container::after {
    display: none;
}

.custom-product-slider .card .card-figure .card-figcaption-body {
    transform: unset;
    top: 0;
    transform-style: unset;
    width: 100%;
    left: 0;
}

.custom-product-slider .card .card-figure .card-figcaption-body .quickview {
    display: none !important;
}

.custom-product-slider .card .card-figure .card-figcaption-body button .card-figcaption-button {
    display: block;
    opacity: 1;
    visibility: visible;
}

.custom-product-slider .card .card-figure .card-figcaption-body .card-figcaption-button {
    background: #90182a;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 25px;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    font-family: 'saa-series-fd-new';
    font-weight: normal;
    letter-spacing: 1px;
    min-width: unset;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    margin: 0;
}

.custom-product-slider .card .card-figure .card-figcaption {
    max-height: 52px;
    transition: 0.5s;
    opacity: 0;
    display: block;
    bottom: 0;
    top: unset;
    height: auto;
    width: 100%;
}


.custom-product-slider .card:hover .card-figure .card-figcaption {
    opacity: 1;
    box-shadow: 0px 5px 20px 0px #0000001f;
    background: transparent;
    bottom: -52px;
}

.custom-product-slider .card:hover {
    box-shadow: 1px 0px 20px 0px #0000001f;
}

.custom-product-slider h2::after {
    content: '';
    position: absolute;
    width: calc(100% - 0px);
    background: #bababa;
    height: 1px;
    top: 46%;
    transform: translateY(-50%);
    right: 126px;
    z-index: 0;
}

.custom-product-slider h2 span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding-right: 18px;
    letter-spacing: -3px;
    margin-left: -3px;
}


.custom-product-slider .productCarousel-slide {
    overflow: visible;
}


.custom-product-slider .card .card-body .price-section .price {
    text-align: center;
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}


ul.slick-dots {
    bottom: 0;
    position: relative;
    display: none !important;
}

.custom-product-slider .slick-list {
    padding-bottom: 75px;
    overflow: hidden;
}

.custom-product-slider .slick-list .slick-track {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
}

.slick-next,
.slick-prev {
    opacity: 1;
    position: absolute;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.slick-prev:hover::before,
.slick-prev::before {
    background-image: url('https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/left-arrow.png?t=1725446361');
}

.custom-product-slider .slick-prev {
    left: unset;
    right: 50px;
    top: -42px;
}

.custom-product-slider .slick-next {
    right: 0px;
    top: -42px;
    left: unset;
}

.slick-next::before,
.slick-prev::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-next::before,
.slick-next:hover::before {
    background-image: url('https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/right-arrow.png?t=1725446360');
    opacity: 1 !important;
}

.slick-prev::before {
    left: -1px;
    position: relative;
}

.slick-next::before {
    right: -1px;
    position: relative;
}


span.carousel-tooltip {
    display: none !important;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: #90182a;
}

.slick-next:focus,
.slick-prev:focus {
    background-color: #000000;
}

.slick-track {
    overflow: visible;
}

.custom-product-slider .slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
    outline: none !important;
}


.header .header-logo .header-logo-image-container {
    min-height: unset;
}


.image-with-content-section .image-wrapper img.icon.logo {
    width: 155px;
    height: 155px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 6px;
}


/*****************************************/
.heroCarousel .heroCarousel-content .heroCarousel-action:hover {
    background-color: #910725;
    border-color: #910725;
}

.modal--alert .button-container .confirm:hover,
.btn-red:hover {
    background: #171616;
    color: #fff;
}

.banner-section.image-with-content-section .content-wrapper a.btn.btn-red:hover {
    background: #171616;
    color: #fff;
}

.default .header .top-nav .navUser-section li.navUser-item button img,
.default .header .top-nav .navUser-section li.navUser-item a img {
    filter: brightness(0) invert(1);
}

.default .header #menu .navPages ul.navPages-list li.navPages-item a {
    color: #ffffff;
    font-weight: normal;
}

.default .header #menu .navPages ul.navPages-list li.navPages-item a:hover {
    color: #ffffff;
}

.default .header #menu .navPages .navPages-list .navPages-item .icon svg {
    fill: #ffffff;
    stroke: #ffffff;
}

.header #menu .navPages ul.navPages-list li.navPages-item a:hover {
    color: #90182a;
    background-color: transparent;
}

.header .header-logo .header-logo-image-container .header-logo-image {
    width: 338px;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading .btn-red {
    background: #ffffff;
    color: #262223;
    margin-top: 0px;
}

.seasonal-section.image-with-content-section .content-wrapper .common-heading .btn-red:hover {
    background: #90182a;
    color: #fff;
}

.shop-section.image-with-content-section .content-wrapper .common-heading .curve-text {
    font-family: 'Alkaline-Demi';
}

.banner-section.image-with-content-section .row.left-image .content-wrapper .common-heading .curve-text {
    font-family: 'Alkaline-Demi';
    padding-bottom: 0;
}

.custom-gift-category-list .gift-section .common-heading h2 {
    padding-bottom: 10px;
}

.custom-gift-category-list .gift-section .common-heading p {
    padding-bottom: 25px;
}


/**************************************************/
.default [data-content-region="home_below_category_section"] {
    padding-bottom: 25px
}

div[data-content-region="home_below_category_section"] .location-section.pizzeria-section {
    padding-bottom: 0;
    padding-top: 0;
}

div[data-content-region="home_below_category_section"],
.location-section {
    padding: 50px 0 100px 0;
}

div[data-content-region="home_below_category_section"] .location-section .location-map .image-wrapper,
.location-section .location-map .image-wrapper {
    position: relative;
    max-width: 993px;
    margin: 0 auto;
    overflow: visible;
}

div[data-content-region="home_below_category_section"] .location-section .location-map .image-wrapper img,
.location-section .location-map .image-wrapper img {
    width: 100%;
}

.location-section .location-map .address-one,
.location-section .location-map .address-two,
.location-section .location-map .address-three,
.location-section .location-map .address-four,
.location-section .location-map .address-five {
    background-color: #fbf8f2;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 6px;
    display: none;
}

div[data-content-region="home_below_category_section"] .location-page .location-section .address-box,
.location-section .address-box {
    width: calc(50% - 20px);
    display: flex;
    border: 1px solid lightgrey;
    align-items: center;
    padding: 20px 20px 30px 20px;
    position: relative;
    margin: 10px;
}

.location-section .address-box .image-wrapper img {
    width: 182px;
    height: 182px;
}

div[data-content-region="home_below_category_section"] .location-page .location-section .address-box .address-text,
.location-section .address-box .address-text {
    padding-left: 40px;
    width: 50%;
}

.location-section .address-box .address-text p {
    margin-bottom: 7px;
}

.location-section .address-box .address-text h6 {
    font-size: 21px;
    line-height: 30px;
    color: #900027;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 8px;
}

.location-section .address-box .address-text hr {
    border-color: #fff;
    margin: 8px 0;
}

p {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

.location-section .address-box::before {
    content: '';
    position: absolute;
    background-image: url('https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/iavarone-patterns-borders-2x.png');
    height: 12px;
    width: 100%;
    bottom: 0;
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    background-position: left;
}

div[data-content-region="home_below_category_section"] .location-section .row,
.location-section .row {
    margin: 0 13px;
    padding-top: 35px;
    align-items: stretch;
    justify-content: start;
}

.location-section .container {
    overflow: visible;
}

.location-section .address-box .address-text a {
    font-size: 17px;
    line-height: 22px;
    color: #900027;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    text-decoration: none;
}

.location-section .location-map .image-wrapper div span {
    font-size: 19px;
    line-height: 39px;
    color: #900027;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.location-section .location-map .address-one {
    position: absolute;
    bottom: 234px;
    left: 63px;
    overflow: visible;
}

.location-section .location-map .address-one::before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -11px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top: 12px solid #fbf8f2;
    display: inline-block;
}

.location-section .location-map .address-three {
    position: absolute;
    bottom: 126px;
    left: -43px;
    overflow: visible;
}

.location-section .location-map .address-three::before {
    content: '';
    position: absolute;
    right: -11px;
    bottom: 20px;
    z-index: 0;
    width: 0;
    height: 0;
    display: inline-block;
    border: 0 solid transparent;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-left: 12px solid #fbf8f2;
}


.location-section .location-map .address-two {
    position: absolute;
    bottom: 92px;
    left: 325px;
    overflow: visible;
}

.location-section .location-map .address-two::before {
    content: '';
    position: absolute;
    left: 45px;
    top: -11px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom: 12px solid #fbf8f2;
}


.location-section .location-map .address-five {
    position: absolute;
    bottom: 144px;
    left: 426px;
    overflow: visible;
}

.location-section .location-map .address-five::before {
    content: '';
    position: absolute;
    left: 45px;
    top: -11px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom: 12px solid #fbf8f2;
}


.location-section .location-map .address-four {
    position: absolute;
    bottom: 252px;
    left: 419px;
    overflow: visible;
}

.location-section .location-map .address-four::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 26px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-right: 12px solid #fbf8f2;
}


.shop-category {
    padding-top: 0;
    padding-bottom: 45px;
}

.shop-category .common-heading .curve-text {
    font-family: 'Alkaline-Demi';
    text-transform: math-auto;
}

.shop-category .row {
    justify-content: center;
    padding-top: 40px;
}

.shop-category .category-box {
    width: calc(100% / 3 - 40px);
    max-width: 339px;
    overflow: hidden;
    margin: 20px;
}

.shop-category .category-box .image-wrapper {
    position: relative;
}

.shop-category .category-box .image-wrapper img {
    max-height: 387px;
    background-color: lightgray;
    height: 100vh;
    width: 100%;
}

.shop-category .category-box .image-wrapper .btn {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 25px;
    background: #171616;
    width: calc(100% - 50px);
    padding-left: 15px;
    padding-right: 15px;
}

.shop-category .category-box:hover .btn,
.shop-category .category-box .image-wrapper .btn:hover {
    background: #90182a;
    color: #fff;
}

.shop-category .container {
    max-width: 1100px;
}

.shop-category .common-heading h2::after,
.shop-category .common-heading h2::before {
    display: none;
}


/**********************************/
body.login {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#main-content .login {
    margin: 0 auto;
    padding: 0px 0 100px 0;
}

.page nav[aria-label="Breadcrumb"],
.cart nav[aria-label="Breadcrumb"],
.login nav[aria-label="Breadcrumb"] {
    display: none;
}

.category .category-product nav[aria-label="Breadcrumb"] {
    display: block;
}

.login h1.page-heading {
    position: relative;
}

h1.page-heading {
    font-family: 'FrontageCondensed-Regular';
    color: #171616;
    letter-spacing: -14px;
    margin-left: -14px;
}

.form-prefixPostfix .button {
    height: auto;
    color: #fff;
}


.form-prefixPostfix .form-input,
.form-field .form-input {
    border-radius: 0;
    border-color: #eaeaea;
}

.form-label {
    color: #171616;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.form-actions {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
}

.form-actions input {
    width: auto !important;
    margin-right: 0;
}

.form-actions:before,
.form-actions:after {
    display: none;
}

.form-actions .forgot-password {
    margin: 0;
}

.new-customer button,
.form-actions .button {
    border-radius: 0;
    width: 100%;
    background: #90182a;
    color: #fff;
    border: 0;
    font-family: 'saa-series-fd-new';
    padding: 16px 20px;
    font-weight: normal;
}


.login .login-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.new-customer::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
}


.new-customer::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
}

.new-customer {
    position: relative;
    height: auto;
    border: 3px solid #e8c505;
    padding-left: 0;
    padding-right: 0;
    background-color: #fcfdef;
    border-bottom: 0;
}

.new-customer h2.panel-title {
    font-family: 'FrontageCondensed-Bold';
}

.new-customer .panel-header {
    background-color: transparent;
}

.new-customer .panel .panel-header,
.new-customer .panel .panel-body {
    background-color: transparent;
}

.new-customer .panel .panel-body {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.new-customer .panel .panel-body ul.new-customer-fact-list {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.new-customer .panel .panel-body ul.new-customer-fact-list li.new-customer-fact {
    padding-left: 0;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

.new-customer .panel .panel-header {
    padding-top: 25px;
}

.login-form {
    max-width: 400px;
    margin: 0;
}

.form-actions a.forgot-password {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid lightgray;
    margin-top: 20px;
    width: 100%;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    text-underline-offset: 5px;
    color: #0f0e0e;
}

.login .login-row::after,
.login .login-row::before {
    display: none;
}

.account {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.account .account-body {
    margin: 0;
    border-top: 1px solid lightgray;
    padding-top: 40px;
}

.default #main-content {
    margin-top: 0 !important;
    padding-top: 0;
}

.form-select {
    border-radius: 0;
    border-color: #90182a;
    min-height: 40px;
    background-position: right .5rem top .75rem;
}


.form-field .form-input {
    color: #0f0e0e;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    resize: none;
}

.form-label small {
    color: #90182a;
}

.previewCartWrapper .previewCart .previewCartList {
    display: block;
    max-height: 323px;
    overflow-y: auto;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    line-height: normal;
    max-width: 100%;
    cursor: pointer;
    transition: 0.6s;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
    position: relative;
    margin: 0;
    max-height: unset;
    width: 100px;
    height: 60px;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem::after,
.previewCartWrapper .previewCart .previewCartList .previewCartItem::before {
    display: none;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-image::after {
    display: none;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem h6.previewCartItem-name a {
    font-family: 'Sweet-Sans-Pro-Regular-new';
    color: #0f0e0e;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
    padding: 0 20px;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content span.previewCartItem-brand {
    display: none;
}

.previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content span {
    color: #900027;
    font-family: 'saa-series-fd-new';
}

.previewCartAction .previewCartAction-checkout {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.header .previewCartWrapper .previewCart .previewCartAction a.button {
    border: 0;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    letter-spacing: 0px;
    min-width: unset;
    text-align: center;
    display: inline-block;
    font-family: 'saa-series-fd-new';
    transition: 0.5s;
    font-weight: normal;
}

.header .previewCart {
    display: block;
}

.previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout a:hover {
    background-color: #90182a;
}

.previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a:hover {
    background-color: #171616;
}


.previewCartWrapper .previewCart .previewCartAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
}

.previewCartWrapper .previewCart .previewCartAction::after,
.previewCartWrapper .previewCart .previewCartAction::before {
    display: none;
}

.previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart {
    padding: 0;
    width: 100%;
}

.previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a {
    background: #90182a;
    color: #fff;
}

.previewCartAction .previewCartAction-checkout a {
    background: #0f0e0e;
}


.previewCartWrapper .previewCart .previewCartList .previewCartItem:hover {
    background: #e5e5e5;
}

/**********Side bar****************/
.category-product .page-sidebar {
    border: 1px solid lightgrey;
    padding: 0px 0;
    margin-bottom: 55px;
}

.category-product .page-sidebar h2 {
    margin: 0;
    font-size: 30px;
    line-height: 33px;
    font-family: 'FrontageCondensed-Bold';
    letter-spacing: -1px;
    padding: 25px 25px;
}

.category-sidebar {
    padding-top: 5px;
}

.category-sidebar .sidebarBlock {
    padding: 5px 25px;
    margin: 0;
    border-top: 1px solid #d9d9d9;
}

.category-sidebar .sidebarBlock a {
    color: #242424;
    font-size: 16px;
    line-height: 46px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    text-decoration: none;
    position: relative;
    display: block;
    width: calc(100% - 25px);
}

.category-sidebar .sidebar-subBlock {
    padding-left: 18px;
    display: none;
}

.category-sidebar .sidebar-subBlock .subcategory-item a {
    font-size: 16px;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

.category-sidebar .sidebarBlock a.activePage {
    color: #90182a;
}

.category-sidebar .sidebar-subBlock .subcategory-item a.activePage {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #90182a;
}

.category-sidebar .sidebarBlock a:hover {
    color: #900027;
}

.category-sidebar .sidebar-subBlock {
    overflow: hidden;
    transition: height 0.3s ease-out;
}


.category-sidebar .sidebar-category {
    cursor: pointer;
}

.category-sidebar .sidebarBlock .sidebar-category.open {
    color: #900027;
}

.category-sidebar .sidebarBlock .main-cat.open .category-icon {
    color: #fff;
}


.category-sidebar .sidebarBlock .main-cat.not-has-child .category-icon {
    display: block;
}

.category-sidebar .sidebarBlock .main-cat.not-has-child.open a {
    color: #900027;
}

.category-sidebar .sidebarBlock .main-cat .category-icon {
    position: absolute;
    right: 2px;
    font-size: 25px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: bold;
    top: 0;
    cursor: pointer;
    display: none;
}

.category-sidebar .sidebarBlock .main-cat {
    position: relative;
}

.category-sidebar .sidebarBlock .main-cat.open .category-icon::before {
    content: '';
    width: 14px;
    background-color: #242424;
    height: 3px;
    top: 56%;
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 2px;
}

/**********Product****************/

#product-listing-container .product-list-wrap p[data-no-products-notification] {
    padding: 25px;
    position: relative;
    height: auto;
    border: 1px solid #e8c505;
    background-color: #fcfdef;
    color: #000;
    outline: none !important;
}

#product-listing-container {
    padding-left: 35px;
}

.productGrid {
    margin: 0;
}

.productGrid::after,
.productGrid::before {
    display: none;
}

.productGrid .product {
    margin-bottom: 50px;
}

.productGrid .product .card {
    margin: 0;
}

.productGrid .product .card .card-figure {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.productGrid .product .card .card-figure .card-img-container img.card-image {
    position: relative;
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.productGrid .card .card-body .card-text {
    display: none;
}

.productGrid .card-figcaption {
    position: relative;
}

.productGrid .card {
    margin-top: 0;
    border: 1px solid #ffffff;
    padding: 0;
    text-align: center;
    position: relative;
    overflow: visible;
}

.productGrid .card .card-figure {
    padding: 0;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
    position: unset;
}

.productGrid .card .card-figure .card-img-container {
    text-align: center;
}

.productGrid .card .card-body {
    padding-top: 0;
}

.productGrid .card .card-body .card-title a {
    text-align: center;
    color: #1f1b1c;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    padding-bottom: 15px;
    min-height: unset;
    padding: 15px;
}

.productGrid .card .card-body .card-title {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.productGrid .card .card-figure .card-img-container::after {
    display: none;
}

.productGrid .card .card-figure .card-figcaption-body {
    transform: unset;
    top: 0;
    transform-style: unset;
    width: 100%;
    left: 0;
}

.productGrid .card .card-figure .card-figcaption-body .quickview {
    display: none !important;
}

.productGrid .card .card-figure .card-figcaption-body button .card-figcaption-button {
    display: block;
    opacity: 1;
    visibility: visible;
}

.productGrid .card .card-figure .card-figcaption-body .card-figcaption-button {
    background: #90182a;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 25px;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    font-family: 'saa-series-fd-new';
    font-weight: normal;
    letter-spacing: 1px;
    min-width: unset;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    margin: 0;
}

.productGrid .card .card-figure .card-figcaption {
    max-height: 52px;
    transition: 0.5s;
    opacity: 0;
    display: block;
    max-width: 220px;
    top: unset;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.productGrid .card:hover .card-figure .card-figcaption {
    opacity: 1;
    background: transparent;
}

.productGrid .card:hover {
    border: 1px solid #e8e8e8;
}


.productGrid .card .card-body .price-section .price {
    text-align: center;
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}


.productGrid .price-section {
    display: none;
}

.productGrid .card .card-figure .card-figcaption-body label.button {
    display: none;
}


.breadcrumbs {
    text-align: left;
    display: block;
}


.breadcrumbs {
    display: table;
}

.breadcrumb.is-active>.breadcrumb-label,
.breadcrumbs .breadcrumb a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb:not(:first-child)::before {
    border-color: #000;
}

nav[aria-label="Breadcrumb"] ol.breadcrumbs {
    display: block;
    text-align: left;
    padding-bottom: 15px;
}


.category-product p {
    color: #535253;
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 45px;
    line-height: 27px;
}

h1.page-heading,
.page h1.page-heading,
.category-product h1.page-heading {
    margin-bottom: 20px;
    line-height: normal;
    margin-top: 20px;
    font-size: 75px;
    line-height: normal;
    margin-bottom: 45px;
    letter-spacing: -7px;
    margin-left: -7px;
}


.filter .actionBar {
    margin: 0;
}

.filter .actionBar .form-field {
    border-radius: 0;
    background-color: white;
    border: 1px solid #d3d3d3;
    height: 42px !important;
}

.filter .actionBar .form-field::before,
.filter .actionBar .form-field::after {
    display: none;
}


.filter .actionBar .form-field #sort {
    color: #900027;
    width: calc(100% - 75px);
    background-position: right 0.5rem top 0.5rem;
    background-size: 25px;
    height: 100%;
}

.filter .actionBar-section .form-label,
.filter .actionBar-section .form-input,
.filter .actionBar-section .form-select {
    font-size: 15px;
    line-height: normal;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    height: auto;
}

.filter .actionBar-section .form-label {
    margin-right: 0;
    color: #000;
}

.filter .form-fieldset {
    width: 265px;
    float: right;
}

#contact-us-page {
    padding-bottom: 100px;
}

footer .footer-info .footer-info-col ul.footer-payment-icons li {
    margin: 0 1px;
}

#contact-us-page p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 55px;
}

.form-select#locationSelect {
    border-color: #eaeaea !important;
}

#product-listing-container .product-list-wrap .view-sort {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 11px;
}

#product-listing-container .product-list-wrap .view-sort .grid-list .product-count {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
    color: #000;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .active svg #Black_Rectangle_box {
    fill: #242424;
}

#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .active svg rect {
    fill: #ffffff;
}


#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .grid,
#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .list {
    height: 100% !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}


#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box {
    border: 1px solid #242424;
    align-items: center;
    justify-content: center;
    display: flex;
}

#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .list.active #White_Rectangle_box {
    fill: #242424;
}

#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box .list.active rect {
    fill: #ffffff;
}

p:empty {
    display: none;
}

#product-listing-container .product-list-wrap .view-sort .grid-list {
    width: 25%;
    display: flex;
    align-items: center;
}

#product-listing-container .product-list-wrap .view-sort .grid-list .grid-list-box svg {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.product-listing.type-list .productList {
    margin: 0;
}

.product-listing.type-list {
    display: none;
    padding-bottom: 55px;
}

.product-listing.type-list .productList .product .listItem-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-listing.type-list .productList .product .listItem-content .listItem-title a {
    text-align: center;
    color: #900027;
    font-size: 18px;
    line-height: 24px;
    font-family: 'saa-series-fd-new';
    padding-bottom: 15px;
    min-height: unset;
    padding: 15px 0;
    text-align: left;
}

.product-listing.type-list .productList .product .listItem-content p {
    text-align: left;
    padding-bottom: 0;
    color: #171616;
    font-size: 14px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.product-listing.type-list .productList .product .listItem-actions {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #eaeaea;
}

.product-listing.type-list .productList .product .listItem-actions label.button {
    display: none;
}

.product-listing.type-list .productList .product .listItem-figure {
    width: 40%;
}

.product-listing.type-list .productList .product .listItem-figure .listItem-figure__link {
    margin: 0;
}

.product-listing.type-list .productList .product .listItem-figure .listItem-figure__link img {
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.product-listing.type-list .productList .product .listItem-content .listItem-details {
    padding-right: 0;
}

.product-listing.type-list .productList .product .listItem-actions .button {
    color: #fff;
    background: #900027;
    border-color: #900027;
    width: auto;
}

.product-listing.type-list .productList .product .listItem-actions .button:hover {
    background: #171616;
    border-color: #171616;
}

.product-listing.type-list .productList .product .listItem-content .listItem-details .listItem-rating {
    display: none;
}

.product-listing.type-list .productList .product .listItem-actions .listItem-price {
    width: 50%;
    margin-bottom: 0;
}

.product-listing.type-list .productList .product .listItem-actions .listItem-price span {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.product-listing.type-list .productList .product .listItem-figure .listItem-figureBody {
    display: none;
}

.product-listing.type-list .productList .product .listItem-body {
    width: 60%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #efefef;
    padding-left: 25px;
    padding-right: 25px;
}

#product-listing-container .product-list-wrap .view-sort .mobile-cat {
    display: none;
}

/**************************/
.cart-content-padding-right {
    padding: 0;
}

.cart-content-padding-right .cart {
    position: relative;
    height: auto;
    border: 2px solid #e8c505;
    padding-left: 0;
    padding-right: 0;
    background-color: #fcfdef;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity {
    text-align: center;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .form-increment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    justify-content: space-between;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .form-increment .button {
    min-width: unset;
    background-color: #242424;
}

.cart-content-padding-right .cart td .cart-item-brand {
    color: #000;
    font-size: 14px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.cart-content-padding-right .cart td .cart-item-image {
    max-height: 55px;
    object-fit: contain;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .form-increment .button svg {
    fill: #fff;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .form-increment input {
    color: #171616;
    padding: 0 3px;
    font-size: 14px;
    margin-top: 0;
    font-family: 'saa-series-fd-new';
    font-weight: normal;
}

.cart-content-padding-right .cart .cart-list .cart-item .cart-item-name .cart-item-name__label {
    font-family: 'Sweet-Sans-Pro-Regular-new';
    text-decoration: none;
    color: #000;
}


.cart-content-padding-right .cart .cart-header .cart-header-item {
    font-family: 'FrontageCondensed-Bold';
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
}

.cart-content-padding-right .cart th,
.cart-content-padding-right .cart td {
    padding: 15px 15px;
}

.cart-remove {
    background: #900027;
}

.cart-remove svg {
    fill: #fff;
}

.cart-totals .cart-total .cart-total-label strong {
    color: #000;
}

.cart .page-content {
    padding-bottom: 100px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

content h1.page-heading {
    font-size: 70px;
}

.cart .page-content h1.page-heading {
    font-size: 45px;
    letter-spacing: -6px;
    line-height: normal;
}

.cart-totals {
    background-color: #f6f6f6;
    width: 350px;
}

.cart-totals .cart-total .cart-total-label,
.cart-totals .cart-total .cart-total-value {
    padding: 16px 20px;
    font-size: 16px;
    width: 50%;
}

.cart-actions .button {
    background-color: #8d0026;
    border-color: #8d0026;
    color: white;
    width: 100%;
}

.cart-actions .button:hover {
    background-color: #0f0e0e;
    border-color: #0f0e0e;
    color: white;
}

.cart-additionalCheckoutButtons p.or-use-label {
    text-align: center;
}

.cart-additionalCheckoutButtons,
.cart-actions {
    width: 100% !important;
    max-width: 350px;
    margin-right: 0;
    margin-left: auto;
}

.cart-totals .cart-total .cart-total-value span.shipping-estimate-show__btn-name {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-style: normal;
}

.cart-content-padding-right .cart th span,
.cart-content-padding-right .cart td span,
.cart-content-padding-right .cart td strong {
    font-size: 16px;
    line-height: normal;
}

.cart-content-padding-right .cart td .cart-remove.icon {
    margin-top: 4px;
}

.cart-totals .coupon-code-add,
.cart-totals .coupon-code-cancel,
.cart-totals .shipping-estimate-show,
.cart-totals .gift-certificate-add,
.cart-totals .gift-certificate-cancel {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-style: normal;
}

.cart-totals .cart-total .cart-total-value.cart-total-grandTotal span {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-size: 20px;
}

.cart-totals .cart-total .cart-total-value span {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: normal;
}

.cart-totals .cart-total .cart-total-label strong {
    font-weight: normal;
    font-size: 16px;
}

#add-coupon,
#add-shipping {
    height: 100% !important;
    display: block;
    overflow: visible !important;
    padding: 0 20px;
}

.coupon-form .form-input,
.cart-gift-certificate-form .form-input,
.estimator-form-input .form-input,
.estimator-form-input .form-select {
    border-radius: 0;
    color: #0f0e0e;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    resize: none;
    border-color: #eaeaea;
    height: auto;
    font-size: 14px;
    line-height: normal;
    height: 35px;
    width: 100%;
}

#add-shipping dd {
    margin-bottom: 10px;
}

.coupon-form .button,
.cart-gift-certificate-form .button,
#add-shipping .button {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.estimator-form-input .form-select {
    padding-right: 31px;
}


div.product {
    padding-top: 20px;
}

div.product .product-wrappper .productView {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 55px;
    margin-left: 0;
    margin-right: 0;
}

div.product .product-wrappper .productView .productView-images {
    width: 52%;
    max-width: 584px;
    padding-left: 0;
    padding-right: 0;
}

div.product .product-wrappper .productView .product-data,
div.product .product-wrappper .productView .product-options {
    width: 48%;
    padding-left: 65px;
}

div.product .product-wrappper .productView .productView-images .productView-img-container {
    max-width: 100%;
    min-height: 538px;
    max-height: 538px;
}

div.product .product-wrappper .productView .productView-images .productView-img-container img {
    object-fit: contain;
    width: 100%;
}


div.product .product-wrappper .productView .productView-images .productView-image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

div.product .container {
    max-width: 1100px;
}

div.product .product-wrappper .productView .product-data .productView-product {
    overflow: visible;
    border: 0;
    padding-bottom: 0;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-title {
    margin: 0;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #1f1b1c;
    text-transform: uppercase;
    padding-right: 0;
    padding-bottom: 10px;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-description p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #535253;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-description p {
    color: #1f1b1c;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-description p span em {
    font-style: normal;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}


div.product .product-wrappper .productView .product-data .productView-product .productView-description {
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    padding-right: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-price {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 0px;
    align-items: center;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-price .price-section span {
    font-size: 31px;
    line-height: 34px;
    color: #900027;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: bold;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-rating span {
    display: none;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-rating .productView-reviewLink {
    text-underline-offset: 4px;
    margin-left: 0;
    color: #535253;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-size: 16px;
    line-height: 22px;
    padding-right: 10px;
}

div.product .product-wrappper .productView .product-options .productView-options {
    margin-bottom: 0;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper {
    display: inline-flex;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 14px;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .form-label {
    display: none;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
    background: #900027;
    border-color: #900027;
    color: #fff;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart:hover {
    background: #1f1b1c;
    border-color: #1f1b1c;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-price .non-sale-price--withoutTax span {
    font-family: 'Sweet-Sans-Pro-Regular-new';
    color: #282c3f;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    opacity: 0.4;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-price .non-sale-price--withoutTax {
    padding-left: 20px;
}

.productView-info {
    text-align: center;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}

.productView-info .productView-info-name {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-size: 17px;
    color: #1f1b1c;
    display: inline-block;
    margin-bottom: 0;
}

.productView-info .productView-info-value {
    display: inline-block;
    font-size: 17px;
    margin: 0;
    line-height: normal;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #1f1b1c;
}


.form-increment {
    width: 119px;
    height: 54px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-increment .button {
    min-width: unset;
    border: 0;
    height: 100%;
    width: 33%;
    padding: 0;
}

.form-increment .button .icon {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
}

.form-increment .button .icon svg {
    fill: #242424;
}

.form-increment input {
    font-size: 29px;
    line-height: 27px;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    font-weight: normal;
    width: 33%;
    display: inline-block;
    height: 100%;
    padding: 0;
    margin: 0;
    margin-top: -7px;
    border: 0;
    background-color: transparent;
}

.form-increment .button:hover .icon svg {
    fill: #fff;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .add-to-cart-buttons {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 15px;
}

.productView-options .add-to-cart-wallet-buttons {
    display: block;
    position: relative;
    z-index: 1;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .form-field {
    margin: 0;
}

div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .form-field::before,
div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .form-field::after {
    display: none;
}


div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .form-field .form-field--error .form-inlineMessage {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 14px;
}

div.product .product-wrappper .productView .product-options .productView-options .form-wishlist {
    display: none;
}

div.product .product-wrappper .productView .product-options ul.socialLinks {
    display: none;
}

div.product .product-wrappper .productView ul.productView-thumbnails {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
}

div.product .product-wrappper .productView ul.productView-thumbnails .productView-thumbnail {
    width: 106px;
    padding: 0;
    height: 100px;
    margin-right: 25px;
}

div.product .product-wrappper .productView ul.productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

div.product .product-wrappper .productView ul.productView-thumbnails .productView-thumbnail a.productView-thumbnail-link.is-active {
    border-color: transparent;
}

div.product .product-wrappper .productView ul.productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
    width: 100%;
    padding: 5px;
}


.accordion {
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
    display: none;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
}

.accordion .accordion-item .accordion-item-header:hover {
    color: #900027;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-size: 17px;
    line-height: 27px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    display: block;
    width: 100%;
    padding-right: 40px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #535253;
}


.accordion .accordion-item:first-child {
    border-top: 1px solid #e5e5e5;
}


.accordion .accordion-item .accordion-item-header svg {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
}

.accordion .accordion-item.open {
    border-bottom-color: #900027;
}

.accordion .accordion-item.open .accordion-item-header svg {
    transform: rotate(180deg) translateY(50%);
}

.productView-brand {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-size: 17px;
    padding-top: 15px;
    pointer-events: none;
}

.productView-brand a {
    text-decoration: none;
    color: #242424;
}


h5.product-title {
    margin: 0;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #1f1b1c;
    text-transform: uppercase;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
}

#modal-review-form .writeReview-productDetails {
    width: 100%;
    float: unset;
}

#modal-review-form .writeReview-productDetails .writeReview-productImage-container {
    max-width: 335px;
    margin: 0 auto;
    height: 100% !important;
    display: table;
    width: 100%;
}

#modal-review-form .writeReview-productDetails .writeReview-productImage-container img {
    position: relative;
    height: auto;
    width: 100%;
    max-height: 220px;
}

#modal-review-form .modal-content .modal-body {
    max-height: 100% !important;
}

#modal-review-form .writeReview-productImage-container::after {
    display: none;
}

#modal-review-form .writeReview-form {
    width: 100%;
}

#modal-review-form .writeReview-form .form-field {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}

#modal-review-form fieldset.form-fieldset {
    display: flex;
    flex-wrap: wrap;
}

#modal-review-form .g-recaptcha {
    margin-top: 29px;
    padding-left: 11px;
    width: 50%;
}


.modal-header-title {
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.modal-close span {
    font-size: 55px;
}

.modal-close {
    width: auto;
    height: auto;
    top: 2px;
    font-family: 'FrontageCondensed-Regular';
}

#modal-review-form .form-field.form-field--submit {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #9e182a;
    padding-top: 15px;
    text-align: center;
}

#modal-review-form .writeReview-productDetails h5.product-title {
    padding: 5px 0 12px 0;
    border-bottom: 1px solid #9e182a;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: normal;
}

#modal-review-form .form-field.form-field--submit input {
    background-color: #a82f40;
    color: #fff;
    border-color: #a82f40;
}

#modal-review-form .form-field.form-field--submit input:hover {
    background-color: #1f1b1c;
    color: #fff;
    border-color: #1f1b1c;
}

#modal-review-form .writeReview-productDetails .product-brand {
    color: #a82f40;
    text-align: center;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    padding-top: 15px;
}

.modal {
    max-height: 100%;
    overflow-y: auto;
    margin: 0px 0;
}

.modal .modal-body {
    padding: 15px;
}


.modal-close::after,
.modal-close::before {
    display: none !important;
}

.alertBox {
    padding: 10px 25px;
    margin-bottom: 30px;
    border-radius: 0;
}

.alertBox-message {
    line-height: 30px;
}

.form-inlineMessage {
    display: inline-block;
}


.previewCart .productView {
    width: calc(72% - 25px);
    flex-direction: row;
    border: 1px solid #efefef;
    margin-right: 25px;
    padding: 15px;
}

.previewCartCheckout {
    width: 28%;
    background-color: #fff;
    position: relative;
    height: auto;
    border: 3px solid #e8c505;
    padding-left: 0;
    padding-right: 0;
    background-color: #fcfdef;
    border-bottom: 0;
    padding: 20px;
    display: inline-block;
}

.previewCart .productView .productView-image {
    width: 220px;
    margin: 0;
    padding: 0;
    display: block;
    min-height: unset;
}

.previewCart .productView-details {
    width: calc(100% - 300px);
    padding-bottom: 0;
    padding-left: 40px;
    padding-top: 15px;
    height: auto;
}

.previewCart {
    margin: 0;
    position: relative;
}

.previewCart:before,
.previewCart:after {
    display: none;
}

.previewCart .productView-image--cart {
    object-fit: cover;
    max-height: 335px;
    position: relative;
    height: 100%;
}

.previewCartCheckout .button {
    width: auto;
}

section.previewCartCheckout::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
}

.previewCart .productView-title {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #90182a;
    padding-bottom: 0;
    margin-bottom: 0;
}

.productView-price {
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.previewCart {
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.previewCart .productView .productView-image .productView-img-container {
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.productView-img-container::after {
    display: none;
}

.modal-header-title {
    color: #000;
}

.modal-body {
    max-height: unset !important;
}

a.button.button--primary {
    background: #171616;
    border-color: #171616;
    color: #fff;
}

.button.button--primary:hover {
    background: #900027;
    border-color: #900027;
}

.new-customer button:hover,
.form-actions .button:hover {

    background: #0f0e0e;
}


.previewCartCheckout .button {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: unset;
}

div.product .custom-product-slider::before {
    display: none;
}

div.product .custom-product-slider h2::after {
    display: none;
}

div.product .custom-product-slider .card {
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 10px;
    margin-top: 5px;
}

div.product .custom-product-slider .card .card-figure .card-img-container img {
    height: 258px;
    object-fit: contain;
    width: 100%;
    object-position: top;
}

div.product .custom-product-slider .card .card-body .price-section {
    display: none;
}

/* div.product .custom-product-slider .card .card-body .card-title a {
    min-height: unset;
} */


div.product .productCarousel {
    margin: 0 -2px;
    width: 100%;
    max-width: 100%;
}

div.product .custom-product-slider .slick-list {
    width: 100%;
}

div.product .custom-product-slider .productCarousel-slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.quickSearchResults .productGrid .card .card-body {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}


.header .top-nav .dropdown--quickSearch.is-open.f-open-dropdown {
    top: 0 !important;
    transform: translateY(0px);
    height: 100vh !important;
}


.header .top-nav .dropdown--quickSearch .productGrid {
    border-top: 1px solid #90182a;
    margin-top: 50px;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.header .top-nav .dropdown--quickSearch .form-fieldset .form-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.header .top-nav .dropdown--quickSearch .form-fieldset .form-field .is-srOnly {
    clip: unset !important;
    position: relative !important;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    height: auto !important;
    width: auto !important;
    font-size: 25px;
    padding-bottom: 17px !important;
}


.welcome-modal .wrapper {
    text-align: center;
}

.welcome-modal .wrapper h3 {
    font-size: 34px;
    line-height: 35px;
    font-family: 'saa-series-fd-new';
    color: #fff;
    margin-bottom: 0;
}

.welcome-modal .wrapper p {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    padding-bottom: 12px;
    padding-top: 8px;
}

.welcome-modal .wrapper .button-group {
    padding-top: 22px;
    padding-bottom: 30px;
}

.welcome-modal .wrapper .button-group a {
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 15px 13px 15px;
    font-size: 25px;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    font-family: 'FrontageCondensed-Bold';
    transition: 0.5s;
    color: #171616;
    text-decoration: none;
    background-color: #fff;
    line-height: 35px;
    margin: 0 15px;
    min-width: 185px;
    position: relative;
}

#welcome_modal .custom-modal-close span {
    color: #fff;
    font-size: 38px;
    font-family: serif;
    font-weight: 700;
    padding-right: 2px;
}


.welcome-modal .wrapper .button-group a span:nth-child(2)::before,
.welcome-modal .wrapper .button-group a span:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: #ffffff;

}

.welcome-modal .wrapper .button-group a span:nth-child(2)::after,
.welcome-modal .wrapper .button-group a span:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: #ffffff;

}



.welcome-modal .wrapper .button-group a span:nth-child(2)::before {
    left: -3px;
    bottom: 0;
    transform: rotate(-45deg);
}

.welcome-modal .wrapper .button-group a span:nth-child(1)::before {
    left: -3px;
    top: 0;
    transform: rotate(45deg);
}

.welcome-modal .wrapper .button-group a span:nth-child(1)::after {
    right: -3px;
    top: 0px;
    transform: rotate(-45deg);
}

.welcome-modal .wrapper .button-group a span:nth-child(2)::after {
    right: -3px;
    bottom: 0;
    transform: rotate(45deg);
}

.welcome-modal .wrapper .button-group a:hover {
    background: #171616;
}

.welcome-modal .wrapper .button-group a:hover {
    color: #fff;
}


.welcome-modal .wrapper .button-group a:hover span:nth-child(2)::after,
.welcome-modal .wrapper .button-group a:hover span:nth-child(1)::after,
.welcome-modal .wrapper .button-group a:hover span:nth-child(2)::before,
.welcome-modal .wrapper .button-group a:hover span:nth-child(1)::before {
    background: #171616;
    transition: 0.5s;
}

.welcome-modal .wrapper .button-group a span:nth-child(2)::after,
.welcome-modal .wrapper .button-group a span:nth-child(1)::after,
.welcome-modal .wrapper .button-group a span:nth-child(2)::before,
.welcome-modal .wrapper .button-group a span:nth-child(1)::before {
    transition: 0.4s;
}


body .custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgb(36 36 36 / 80%);
    justify-content: center;
    z-index: 31;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 15px;
}

.custom-modal.show {
    display: flex !important;
    opacity: 1;
}

.custom-modal .modal-content {
    background: #900027;
    padding: 20px;
    position: relative;
    max-width: 1100px;
    width: 100%;
    animation: fadeInContent 0.5s ease;
}

.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}











.productReviews-list .productReview {
    width: 100%;
}

.productReviews-list .productReview .productReview-rating {
    display: block;
    text-align: right;
}

.productReviews-list .productReview .productReview-rating .icon {
    height: 18px;
    width: 18px;
    margin-top: 0;
    margin-right: 2px;
}

.productReviews-list .productReview .productReview-rating .icon svg {
    fill: #FFC107;
}

.productReviews-list .productReview .productReview-rating .icon.icon--ratingEmpty svg {
    fill: #e5e5e5;
}

#product-reviews {
    border: 0;
    margin: 0;
}

#product-reviews h4.toggle-title {
    margin: 0 0 0px 0;
    color: #000;
    font-family: 'saa-series-fd-new';
}

#product-reviews .toggle-title .toggleLink {
    display: none;
}

.productReviews-list .productReview-title {
    font-size: 17px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #000000;
    padding-top: 15px;
}

.productReviews-list .productReview-author {
    font-size: 12px;
    color: #000;
}

.productReviews-list .productReview-body {
    margin-bottom: 10px;
}

.productView-rating {
    display: none;
    flex-direction: row-reverse;
    justify-content: start;
}

div.product .product-wrappper .productView .product-data .productView-product .productView-rating #productReview_link {
    color: #900027;
    margin-top: 2px;
    text-decoration: none;
    display: none;
}

#product-reviews #productReviews-content {
    display: block;
}






ul.questionList {
    margin: 0 0 0 22px;
}

ul.questionList li a {
    color: #000;
    line-height: 2;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

h4 {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #000;
}

.FAQAnswerWrpr {
    padding-top: 15px;
}

.FAQAnswerWrpr h4 {
    margin: 0;
    color: #900027;
}

.FAQAnswerWrpr p,
ul.questionList li a {
    font-size: 22px;
    line-height: 35px;
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #262223;
}

.FAQAnswerWrpr h4 {
    font-size: 27px;
    padding-top: 13px;
    padding-bottom: 7px;
}

.FAQAnswerWrpr ol li,
.FAQAnswerWrpr ul li {
    font-size: 22px;
    line-height: 35px;
    margin-left: 29px;
}

ul.questionList li a {
    margin-bottom: 8px;
    display: block;
}

.page-content a {
    color: #900027;
    text-underline-offset: 5px;
}

.page-content--centered h3 {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #900027;
}

h3 {
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.page-content {
    padding-bottom: 55px;
}


.navBar--account .navBar-section {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navBar--account .navBar-section .navBar-item {
    padding: 10px 15px;
    background: #f0f0f0;
    border: 0;
    margin: 0 5px 10px 5px;
    transition: 0.6s;
}

.navBar--account .navBar-section .navBar-item .navBar-action {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Regular-new';
}

.navBar--account .navBar-section .navBar-item.is-active a {
    color: #ffffff;
}

.navBar--account .navBar-section .navBar-item.is-active {
    background: #90182a;
}

.navBar--account .navBar-section .navBar-item:hover {
    background-color: #1f1b1c;
}

.navBar--account .navBar-section .navBar-item:hover a {
    color: #fff;
}

.alertBox--info {
    border: 2px solid #e8c505;
    background-color: #fcfdef;
}

.alertBox--info .alertBox-icon .icon svg {
    fill: #90182a;
}

.table thead tr th,
.table thead tr td {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: normal;
}

.panel-body {
    background-color: #fcfdef;
}

.panel--address {
    box-shadow: 0px 0px 12px #0000002e;
}

.addressList .address-title {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #90182a;
    padding-bottom: 8px;
}

.address-details--postal {
    padding: 10px 0;
    clear: both;
    display: block;
    margin-bottom: 0;
}

.address .form-actions {
    position: relative;
    bottom: 0;
}

.panel--address .panel-body {
    padding: 20px;
}

.account-content .form-actions {
    flex-direction: row-reverse;
    margin: 15px 0px 0 0;
    justify-content: end;
    border-top: 1px solid #90182a;
    padding-top: 35px;
    flex-wrap: wrap;
}

.account-content .form-actions input.button,
.account-content .form-actions a.button {
    width: auto;
    margin: 0 0px 10px 20px;
}

.account-content form.form {
    margin: 0;
}

.account-content .form-actions a.button {
    background: #0f0e0e;
}

.account-content .form-actions a.button:hover {
    background-color: #90182a;
}

.account-content .form-actions input.button:hover {
    background-color: #0f0e0e;
}


.address form .form-actions {
    flex-direction: row;
    margin: 0;
    padding: 0;
    border: 0;
    justify-content: center;
    justify-content: space-between;
}

.address form .form-actions .button {
    margin-bottom: 9px;
    width: 48%;
    margin-left: 0;
    min-width: unset;
    padding: 8px 10px;
    font-size: 15px;
    min-width: 100px;
}

.panel--address .form-actions .button+.button {
    margin-left: 0;
}

.account .account-body .account-content {
    max-width: 1100px;
    margin: 0 auto;
    display: table;
    width: 100%;
    float: unset;
}

.account .productGrid {
    max-width: 1100px;
    margin: 0 auto;
}

.account-list .account-listItem {
    border: 2px solid #f3f3f3;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 20px;
}


.account-list .account-listItem .account-product .account-product-figure {
    width: 150px;
}

.account-list .account-product-figure::after {
    display: none;
}

.account-list .account-orderStatus .account-orderStatus-label {
    background-color: #90182a;
}

.account-list .account-product-detail-heading {
    color: #838383;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.account-list .account-product-detail span {
    font-size: 14px;
}

.account-list .account-product-title a {
    color: #ddac25;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.account_order ul.account-list {
    float: unset;
    display: inline-block;
    vertical-align: top;
}

.account_order .account-orderTotal {
    width: 100%;
    float: unset;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 10px 20px;
    background-color: #90182a;
}

.account_order .account .account-body .account-content {
    width: 63%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.account-product--alignMiddle .account-product-checkItem {
    left: -20px;
    z-index: 3;
}

.account_order .account-list .account-listItem {
    padding-left: 35px;
}

.account-product-title {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.account_order .account-product-body {
    display: flex !important;
    flex-direction: column;
    float: unset;
}

.account_order .account-list .account-listItem .account-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.account-list .account-listItem .account-product .account-product-figure {
    display: table;
}

.account_order .account-list .account-listItem .account-product .account-product-body {
    width: 50%;
    flex-direction: column-reverse;
}

.account-list .account-listItem .account-product .account-product-figure img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
}

.account .account-sidebar {
    padding: 25px;
    background-color: #f0f0f0;
    margin-top: 47px;
    float: unset;
    display: inline-block;
    margin-right: 0;
}

.account .account-sidebar .account-heading {
    border-color: #90182a;
}

.account .account-sidebar .button {
    background-color: #90182a;
    color: #fff;
    border: 0;
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.account-reorder-form {
    width: 100%;
}

.account-listShipping {
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.account-listShipping .account-listShipping-title {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    color: #90182a;
}

.account_order .account-orderTotal dd {
    padding: 0;
}

.account_order .account-orderTotal dt,
.account_order .account-orderTotal dd {
    padding: 10px 0;
    color: #fff;
}

.account_order .account-orderTotal dd {
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.account_order .account .account-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account-body:before,
.account-body:after {
    display: none;
}

body.account_inbox .account .account-body .account-list {
    margin-bottom: 0;
}



.account .form-actions {
    justify-content: end;
    align-items: end;
}

.account .form-actions .button {
    width: auto;
}


.account .account-body .account-content h2 {
    display: none;
}

.account .account-body .account-content h3.account-heading {
    display: none;
}

.address-details .address-label {
    color: #000;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}


.old-container .account {
    max-width: 1100px;
    margin: 0 auto;
}

.nav nav.navBar.navBar--sub.search-nav ul {
    display: none;
}

body.search #product-listing-container .product-list-wrap .view-sort,
body.search #product-listing-container .product-list-wrap div[data-list-name="Search Results"] {
    max-width: 956px;
    margin: 0 auto 25px auto;
}

body.search #product-listing-container {
    padding-left: 0;
}


body.search #product-listing-container .productGrid .product {
    width: 33.33%;
}

.createaccount_thanks main.page {
    padding: 0px 0 100px 0;
}

a.skip-to-main-link {
    display: none !important;
}

.header .top-nav .dropdown--quickSearch .form-fieldset .form-field .mobile-modal-close {
    color: #910725;
    width: auto;
    height: auto;
    top: 0;
    font-family: 'FrontageCondensed-Regular';
    line-height: normal;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    font-size: 55px;
    right: 0;
    font-weight: normal;
}

.navBar-section.account-navigation {
    padding-top: 15px;
}

.navBar-section.account-navigation li.navBar-item a {
    color: #0f0e0e;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.forgotpassword .account.account--fixedSmall::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
}

.forgotpassword .account.account--fixedSmall {
    position: relative;
    height: auto;
    border: 3px solid #e8c505;
    padding: 25px 25px 35px 25px;
    background-color: #fcfdef;
    border-bottom: 0;
    margin-bottom: 55px;
    max-width: 480px;
}

.forgotpassword .form.forgot-password-form input.button {
    background: #910725;
    border: 0;
}

.forgotpassword .form.forgot-password-form input.button:hover {
    background: #0f0e0e;
}

.forgotpassword .account.account--fixedSmall {
    text-align: center;
}

.forgotpassword .page-heading {
    margin-bottom: 25px;
}

.forgotpassword .form.forgot-password-form {
    margin-bottom: 0;
}

.forgotpassword .old-container {
    padding: 20px;
}

.weekly-special-container iframe {
    height: 81%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.holiday-catering-container iframe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
}

.holiday-catering-container {
    margin-top: 70px;
    text-align: center;
    position: relative;
    /* padding-top: 66%; */
}

.holiday-catering-container .iframe-wrapper {
    padding-top: 66%;
}

.weekly-special-container .shoping-btn-wrapper,
.holiday-catering-container .shoping-btn-wrapper {
    /* margin-top: -60px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.weekly-special-container .shoping-btn-wrapper {
    bottom: 60px;
}

.weekly-special-container {
    position: relative;

}

.weekly-special-container .iframe-wrapper {
    position: relative;
    padding-top: 77.7%;
    margin-top: 30px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.catering-heating-instructions {
    display: block;
    text-align: center;
}

.menu-container .catering-heating-instructions iframe {
    width: 100%;
    max-width: 728px;
}

.menu-container iframe {
    width: 100%;
    height: 1006px;
    max-width: 728px;
}

.catering-menu {
    text-align: center;
}

iframe {
    border: 0;
}

.loadingOverlay::before {
    border-color: #ffffff white #900027 #900027;
}


.loadingOverlay {
    position: fixed;
}

input:focus+label {
    outline: none !important;
}

.shipping-quotes {
    text-align: left;
    padding-bottom: 15px;
    color: #F44336;
}

.shipping-quotes ul {
    margin-left: 0;
    padding-top: 5px;
}


.shoping-btn-wrapper {
    padding-top: 0;
    text-align: center;
}

.menu-container>p {
    color: #535253;
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 45px;
    line-height: 27px;
}

.ordering-information-section h2 {
    color: #900027;
    font-size: 27px;
    padding-top: 13px;
    padding-bottom: 7px;
    letter-spacing: 0 !important;
    font-family: 'Sweet-Sans-Pro-Medium-new';
}

.ordering-information-section h2 br {
    display: none;
}

.navBar ul.navBar-section li.navBar-item a:hover {
    color: #90182a;
}

strong {
    font-family: 'Sweet-Sans-Pro-Medium-new';
    font-weight: normal;
}

.catering-form {
    padding-top: 50px;
    border-top: 1px solid lightgrey;
    margin-top: 55px;
    padding-bottom: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catering-form .form-field {
    width: 50%;
    max-width: 480px;
}

.catering-form .form-actions {
    align-items: end;
}

.about-content .image-with-content-section .image-wrapper {
    width: 40%;
}

.about-content .image-with-content-section .content-wrapper .common-heading {
    max-width: 100%;
    margin-top: -8px;
}

.about-content .image-with-content-section .row.left-image .content-wrapper {
    width: 60%;
    padding-right: 0;
}

.about-content .image-with-content-section .row .content-wrapper {
    width: 60%;
    padding-top: 0;
}

.about-content .common-heading h2.title {
    justify-content: start;
    font-size: 55px;
    letter-spacing: -8px;
    font-family: 'FrontageCondensed-Regular';
    padding-bottom: 15px;
}

.about-content .common-heading .curve-text {
    text-align: left;
    padding-left: 6px;
    color: #900027;
    padding-bottom: 25px;
}

.about-content .common-heading p {
    text-align: left;
}

.about-content .image-with-content-section .row {
    align-items: start;
    padding-bottom: 0;
}

.about-content .image-with-content-section .row:last-child {
    padding-top: 0;
}

.about-content p {
    color: #535253;
    font-weight: normal;
    font-family: 'Sweet-Sans-Pro-Regular-new';
    font-size: 22px;
    line-height: 28px;
}

.about-content h3 {
    font-size: 30px;
}

.about-content {
    background-color: #fbf8f2;
    padding: 22px;
    position: relative;
}

.about-content::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
    bottom: 0;
    background-repeat: no-repeat;
}

.about-content::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: auto;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/yellow-patten.png?t=1725356190);
    top: 0;
    background-repeat: no-repeat;
}


.about-content .image-with-content-section .row:nth-child(even) .content-wrapper {
    padding-left: 0;
}

.page-content.page-content--centered {
    max-width: 1260px;
    width: 100%;
}

.menu .logo-with-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #910725;
    padding: 10px;
    flex-direction: row;
}

.menu .instruction-container {
    padding: 0 25px 25px 25px;
}

.menu .instruction-container h2 {
    font-family: 'FrontageCondensed-Bold';
    padding-bottom: 5px;
}

.menu .instruction-container p {
    margin: 0;
    text-align: left;
    padding-bottom: 5px;
}

.menu .instruction-container h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
}

.menu .instruction-container>div {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.menu::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    background-size: contain;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/banner-patten.png?t=1725356190);
    bottom: 0;
    z-index: 1;
    background-color: #910725;
    background-repeat: no-repeat;
    background-position: center;
}

.menu::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    background-size: contain;
    background-image: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/banner-patten.png?t=1725356190);
    top: 0px;
    z-index: 1;
    background-color: #910725;
    background-repeat: no-repeat;
    background-position: center;
}

.menu {
    background: url(https://cdn11.bigcommerce.com/s-cj7esnqati/images/stencil/original/image-manager/rectangle-box-10.jpg?t=1725013196) no-repeat;
    background-position: center center;
    background-size: cover;

    position: relative;

    max-width: 768px;
    margin: 0 auto;
    padding: 15px 0;

}

.menu .logo-with-text-container .image {
    background-color: #fff;
    border-radius: 100%;
}

.menu .logo-with-text-container .image img {
    width: 105px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.menu .logo-with-text-container h2 {
    margin: 0;
    font-family: 'FrontageCondensed-Bold';
    color: #fff;
    padding-left: 22px;
    font-size: 45px;
    line-height: normal;
}

.menu .logo-with-text-container .text {
    display: inline-block;
    line-height: normal;
    margin-top: -12px;
}

.menu .content {
    padding: 0 25px 25px 25px;
    text-align: center;
}

.menu .content p {
    margin-bottom: 0;
}


.location-page .location-section.pizzeria-section .address-box .address-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    position: unset;
}

.location-section.pizzeria-section h3.page-heading {
    font-size: 40px;
    color: #900027;
    margin-bottom: 0;
}

.location-section.pizzeria-section .row {
    align-items: stretch;
}

.location-section .address-box .address-text .btn {
    background-color: #171616;
    color: #fff;
    min-width: unset;
    padding: 12px 15px;
    line-height: normal;
    font-family: 'saa-series-fd-new';
    font-weight: normal;
    margin-top: 20px;
    position: relative;

}

.location-section .address-box .address-text .btn:hover {
    background-color: #910725;
}

.location-page .location-section .address-box .address-text .btn {
    position: absolute;
    bottom: -62px;
    display: table;
    width: auto;
}

.location-section.pizzeria-section .address-box .address-text .btn {
    bottom: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.location-page .location-section {
    padding-bottom: 15px;
}


.location-section.pizzeria-section {
    padding-bottom: 100px;
}

.location-page .location-section .address-box .address-text {
    width: calc(100% - 225px);
    position: relative;
    height: 100%;
}

.location-page .location-section .row {
    align-items: stretch;
    justify-content: center;
}

.location-page .location-section .address-box {
    align-items: start;
}

.location-page .location-section .address-box {
    align-items: start;
    padding-bottom: 98px;
}


.catering-page.shop-category .row {
    max-width: 719px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 0;
}

.catering-page.shop-category .category-box {
    width: calc(100% / 2 - 40px);
}

.page-content h2 {
    font-size: 42px;
    letter-spacing: -4px;
    /*color: #900027;*/
    /*font-family: 'Sweet-Sans-Pro-Medium-new';*/
    margin-bottom: 20px;
}

.page-content h3 {
    font-size: 35px;
    /*color: #900027;*/
}

.page-content h4 {
    font-size: 28px;
    /*color: #900027;*/
}

.page-content h5 {
    /*color: #900027;*/
    font-size: 25px;
    /*font-family: 'Sweet-Sans-Pro-Regular-new';*/
}

.page-content h6 {
    /*color: #900027;*/
    font-size: 20px;
    /*font-family: 'Sweet-Sans-Pro-Medium-new';*/
}

.cart-content-padding-right .cart td h2.cart-item-name {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 0;
}

dl.cart-item-options.cart-item-options--giftWrapping {
    margin: 0;
}

.previewCartCheckout-additionalCheckoutButtons p {
    margin: 0 0 12px 0;
    text-align: center;
}

.location-section .address-box .address-text a h6:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media only screen and (max-width: 1365px) {
    .heroCarousel {
        height: 800px !important;
    }

    .FAQAnswerWrpr p,
    .FAQAnswerWrpr ol li,
    .FAQAnswerWrpr ul li,
    ul.questionList li a {
        font-size: 16px;
        line-height: 28px;
        margin-left: 29px;
    }

    .FAQAnswerWrpr p,
    ul.questionList li a {
        margin-left: 0;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-title {
        letter-spacing: -10px;
        margin-left: -10px;
        font-size: 80px;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size: 18px;
        line-height: 25px;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-action {
        font-size: 15px;
        padding: 14px 20px;
        min-width: 200px;
    }

    .common-heading h2 {
        font-size: 70px;
        padding-bottom: 10px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .image-with-content-section .content-wrapper .common-heading {
        max-width: 410px;
    }

    .common-heading .curve-text {
        font-size: 30px;
    }

    .common-heading p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .menu-section.image-with-content-section .image-wrapper {
        width: 50%;
        max-height: 592px;
        max-width: 592px;
    }

    .menu-section.image-with-content-section .content-wrapper {
        width: 50%;
    }

    .btn {
        padding: 14px 25px;
        font-size: 15px;
        min-width: 200px;
    }

    .seasonal-section.image-with-content-section .image-wrapper img {
        height: 602px;
    }

    .banner-section.image-with-content-section .content-wrapper .common-heading {
        max-width: 350px;
    }


    .image-with-content-section .row {
        padding: 50px 0;
    }


    .header .header-logo .header-logo-image-container .header-logo-image {
        width: 250px;
    }

    .header .header-logo {
        margin-bottom: 30px;
    }

    footer .footer-copyright {
        padding: 11px;
    }

    .category-product .container {
        padding: 0 15px;
        max-width: 1100px;
    }

    .productGrid .product .card .card-figure .card-img-container img.card-image {
        height: 200px;
    }

    .category-sidebar .sidebarBlock a {
        line-height: 36px;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item a {
        letter-spacing: -2px;
        font-size: 19px;
    }

    .about-content p {
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1280px) {
    div.product .custom-product-slider .card .card-body .card-title a {
        min-height: 46px;
        font-size: 16px;
        line-height: 23px;
        /* padding-bottom: 10px; */
    }

    .product .custom-product-slider .card .card-body .card-title a {
        /* min-height: unset; */
    }

    div.product .custom-product-slider .card .card-figure .card-img-container img {
        height: 230px;
        object-fit: cover;
        object-position: center;
    }

    .custom-product-slider .card .card-body .card-title {
        margin-bottom: 15px;
    }

    .header .top-nav .navUser-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .top-nav .navUser-section .navUser-item span.countPill {
        right: 5px;
    }

}

@media only screen and (max-width: 1199px) {

    .catering-form .form-field {
        width: 100%;
        max-width: 100%;
    }

    .location-page .location-section .address-box .address-text .btn {
        margin: 0 auto;
        display: table;
        left: 0;
        right: 0;
    }

    .catering-form .form-actions {
        align-items: center;
    }

    .productGrid .card .card-figure .card-figcaption {
        opacity: 1;
        position: relative;
        top: unset;
        transform: unset;
        left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 6px;
    }


    .location-page .location-section .address-box {
        align-items: center;
        width: calc(50% - 20px);
    }

    div[data-content-region="home_below_category_section"] .location-page .location-section .address-box,
    .location-section .address-box {
        flex-direction: column;
    }

    .location-page .location-section .address-box .address-text,
    div[data-content-region="home_below_category_section"] .location-page .location-section .address-box .address-text,
    .location-section .address-box .address-text {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 15px;
    }

    .custom-product-slider .card .card-figure .card-figcaption {
        opacity: 1;
        box-shadow: 0px 5px 20px 0px #0000001f;
        background: transparent;
        bottom: -44px;
        max-height: 38px;
    }

    .custom-product-slider .card:hover .card-figure .card-figcaption {
        bottom: -51px;
    }

    .custom-product-slider .card .card-body .card-title a {
        /* min-height: 45px; */
    }

    .custom-product-slider .card .card-figure .card-figcaption-body .card-figcaption-button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .custom-product-slider .card .card-body .price-section .price {
        font-size: 20px;
        line-height: 26px;
    }

    .custom-product-slider .card .card-body .card-title a {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .custom-product-slider .card .card-body .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
        bottom: 5px;
    }

    .custom-product-slider .card {
        padding: 20px 10px 30px 10px;
    }

    .heroCarousel {
        height: 800px !important;
    }

    .page .page-content.page-content--centered {
        width: 100%;
    }

    .old-container .account {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    footer .footer-info .footer-info-col ul.footer-payment-icons li .footer-payment-icon {
        width: 52px;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item a {
        font-size: 16px;
        padding: 5px 12px 15px 12px;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item:last-child a {
        padding-right: 12px;
        padding-left: 12px;
    }

    .shop-section.image-with-content-section .image-wrapper img {
        width: 512px;
        height: 495px;
    }

    .banner-section.image-with-content-section .image-wrapper img {
        width: 475px;
        height: 365px;
    }

    .banner-section.image-with-content-section .row.left-image .content-wrapper {
        padding-left: 50px;
        width: 40%;
    }

    .banner-section.image-with-content-section .image-wrapper {
        width: 60%;
        text-align: right;
    }


    .banner-section.image-with-content-section .image-wrapper img.icon.logo {
        left: 89px;
        width: 100px;
        height: 100px;
    }

    .image-with-content-section .image-wrapper img.icon.logo {
        width: 100px;
        height: 100px;
    }

    .location-section .location-map .image-wrapper {
        transform: scale(0.8);
    }

    .page-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    div#main-content {
        padding-top: 180px;
    }


    .custom-product-slider .card .card-figure .card-figcaption {
        bottom: -38px;
        max-height: 38px;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat {
        display: inline-block;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat {
        display: inline-block;
        position: absolute;
        left: 10px;
    }

    .category-product .page-sidebar {
        position: fixed;
        background-color: transparent;
        z-index: 1;
        top: 0;
        height: 100vh;
        right: -1500px;
        z-index: 20;
        border: 0;
        transition: 0.6s;
        transition: 0.3s;
        float: unset;
        width: 100%;
    }


    body.sidebar .category-product .page-sidebar {
        right: 0;
        transition: 0.6s;
    }

    body.sidebar .category-product .page-sidebar::after {
        opacity: 0.5;
    }

    body.sidebar {
        position: relative;
        overflow: hidden;
    }


    body.sidebar .category-product .page-sidebar .category-sidebar {
        right: 0;
    }

    .category-product .page-sidebar::after {
        content: '';
        position: absolute;
        width: 100%;
        background-color: #000;
        height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0.5;
        transition: 0.5s;
        top: 0;
    }

    .category-product .page-sidebar .category-sidebar {
        height: 100% !important;
        border: 1px solid lightgrey;
        max-width: 300px;
        margin-right: 0;
        margin-left: auto;
        background-color: #fff;
        position: fixed;
        right: 0;
        width: 100%;
        right: -800px;
        transition: 0.5s;
        overflow-y: auto;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat svg {
        width: 14px;
        height: 18px;
        fill: #fff;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat .btn-red {
        min-width: unset;
        padding: 5px;
        height: 30px;
        width: 30px;
        background: #242424;
    }

    #product-listing-container .product-list-wrap .view-sort {
        justify-content: flex-end;
        position: relative;
        border-bottom: 1px solid lightgray;
        margin-bottom: 30px;
        align-items: center;
        padding-bottom: 20px;
    }

    #product-listing-container .product-list-wrap .view-sort .grid-list {
        margin-right: 15px;
        width: auto;
    }

    .filter .actionBar .form-field {
        margin-bottom: 0;
    }

    .product-listing.type-list .productList .product .listItem-actions .button {
        min-width: unset;
        padding: 10px 20px;
        font-size: 14px;
    }

    .product-listing.type-list .productList .product .listItem-figure .listItem-figure__link img {
        height: 182px;
    }

    .product-listing.type-list .productList .product .listItem-body {
        display: inline-block;
        width: 100%;
    }

    #product-listing-container {
        padding-left: 0.75rem;
        width: 100%;
    }

    footer .footer-info .footer-info-col {
        width: 50%;
        padding-bottom: 40px;
    }

    footer .footer-info {
        padding-top: 0;
    }

    .shop-category .category-box .image-wrapper img {
        max-height: 310px;
    }

    .catering-page.shop-category .category-box {
        max-width: 250px;
    }


    .location-section .address-box .image-wrapper img {
        width: 155px;
        height: 155px;
    }

    .location-section .location-map .address-one {
        bottom: 178px;
        left: 54px;
    }

    .location-section .location-map .address-two {
        bottom: 76px;
        left: 240px;
    }

    .location-section .location-map .address-three {
        bottom: 98px;
        left: -31px;
    }

    .location-section .location-map .address-four {
        bottom: 196px;
        left: 323px;
    }

    .location-section .location-map .address-five {
        bottom: 113px;
        left: 318px;
    }

    .location-section .location-map .address-one,
    .location-section .location-map .address-two,
    .location-section .location-map .address-three,
    .location-section .location-map .address-four,
    .location-section .location-map .address-five {
        padding: 4px 10px;
    }


    .location-section .location-map .image-wrapper {
        max-width: 766px;
    }

    .location-section .location-map .image-wrapper div span {
        font-size: 16px;
        line-height: 28px;
    }

    .location-section .location-map .address-four::before {
        left: -10px;
        top: 16px;
    }

    .location-section .location-map .address-three::before {
        right: -12px;
        bottom: 15px;
    }

    .cart-totals {
        width: 100%;
    }

    .cart-actions {
        width: 100%;
        max-width: 100%;
    }

    .cart-totals .cart-total .cart-total-label,
    .cart-totals .cart-total .cart-total-value {
        text-align: left;
    }

    .cart-item-value,
    .cart-item-label {
        padding-left: 0;
        font-family: 'Sweet-Sans-Pro-Medium-new';
    }

    .cart-item-value {
        padding-left: 0;
    }

    .cart-item-title {
        margin-bottom: 0;
    }

    .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .form-increment {
        margin-left: 0;
        justify-content: start;
        width: 100%;
    }

    .cart-list {
        max-height: 400px;
        overflow-y: auto;
    }

    .cart-list .cart-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cart-content-padding-right .cart .cart-item-figure img {
        object-fit: contain;
    }

    div.product .product-wrappper .productView .product-data,
    div.product .product-wrappper .productView .product-options {
        width: 100%;
        padding: 0;
        order: 2;
    }

    div.product .product-wrappper .productView {
        flex-direction: column;
        padding-bottom: 0;
        border: 0;
        margin-bottom: 30px;
    }

    div.product .product-wrappper .productView .productView-images {
        width: 100%;
        max-width: 400px;
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }

    div.product .product-wrappper .productView .productView-images .productView-img-container {
        min-height: 438px;
        max-height: 438px;
    }


    div.product .product-wrappper .productView .product-options .productView-options {
        margin-bottom: 33px;
    }

    div.product .product-wrappper .productView .product-data .productView-product .productView-rating {
        text-align: right;
    }

    div.product .product-wrappper .productView .product-options {
        padding-top: 15px;
    }

    div.product .product-wrappper .productView ul.productView-thumbnails .productView-thumbnail {
        margin: 0 10px;
    }

    div.product .product-wrappper .productView ul.productView-thumbnails {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-content .image-with-content-section .image-wrapper {
        width: 100%;
        margin-bottom: 22px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-content .image-with-content-section .row.left-image .content-wrapper,
    .about-content .image-with-content-section .row .content-wrapper {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 30px;
        padding-right: 0;
    }

    .about-content .image-with-content-section .row:last-child .content-wrapper {
        padding-top: 0;
    }

    .about-content .common-heading p {
        text-align: center;
    }

    .about-content h3 {
        text-align: center;
    }

    .about-content p {
        text-align: center;
    }

    .about-content .common-heading h2.title {
        justify-content: center;
    }

    .about-content .common-heading .curve-text {
        text-align: center;
    }


}

@media only screen and (max-width: 800px) {

    body {
        padding-top: 0;
    }

    .navPages-quickSearch .form-field {
        position: relative;
    }

    .navPages-quickSearch .form-field .modal-close,
    .navPages-quickSearch .form-field .mobile-modal-close {
        top: 0;
        color: #910725 !important;
        font-size: 26px;
        line-height: normal;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        z-index: 50;
        right: 9px;
        font-weight: bold;
        font-family: serif;
        height: 100%;
    }

    div#main-content {
        padding-top: 58px;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item a,
    .default .header #menu .navPages ul.navPages-list li.navPages-item a,
    .default .header.fixed #menu .navPages ul.navPages-list li.navPages-item a .header #menu .navPages ul.navPages-list li.navPages-item:last-child a {
        padding-left: 0;
        padding-right: 0;
    }



    .header .top-nav .navUser-section .header-logo .header-logo__link img,
    .header .top-nav .navUser-section li.navUser-item button img,
    .header .top-nav .navUser-section li.navUser-item a img,
    .default .header.fixed .top-nav .navUser-section li.navUser-item button img,
    .default .header.fixed .top-nav .navUser-section li.navUser-item a img {
        filter: brightness(0) invert(1);
    }

    .header .top-nav .navUser-section .header-logo {
        height: 55px !important;
    }

    .header .top-nav .navUser-section .navUser-item span.countPill {
        top: 4px;
        right: 8px;
        background-color: #fff;
        color: #910725;
    }

    .header,
    .default .header {
        background-color: #910725;
        border: 0;
        height: 55px !important;
    }

    .header.fixed,
    .default .header.fixed {
        background-color: #910725;
        top: 0;
        border: 0;
    }

    .header .header-logo .header-logo-image-container .header-logo-image {
        width: 200px;
        object-fit: contain;
    }

    .shop-category {
        padding-top: 0;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background: #fff;
    }

    .navPages-container .navPages {
        background-color: #fff;
        height: 100vh;
        overflow: auto;
        max-height: calc(100vh - 54px);
        display: inline-block !important;
        padding-bottom: 55px;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
        background-color: #fff;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item a,
    .default .header #menu .navPages ul.navPages-list li.navPages-item a,
    .default .header.fixed #menu .navPages ul.navPages-list li.navPages-item a {
        color: #910725;
        font-size: 20px;
        justify-content: center;
        text-align: center;
        position: relative;
        display: table;
        margin: 0 auto;
        font-weight: normal;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu {
        position: relative;
        left: 0;
        right: 0;
        opacity: 1;
        border: 0;
        transform: unset;
        top: 0;
        padding-top: 0 !important;
        display: none;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu.is-open {
        display: block !important;
        visibility: visible;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu.is-open ul.navPage-subMenu-list {
        display: block;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu::before {
        display: none;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a {
        font-family: 'FrontageCondensed-Regular';
        font-size: 20px;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .header #menu .navPages .navPages-list li.navPages-item:hover .navPage-subMenu {
        top: 0;
        display: none;
    }

    .header #menu .navPages .navPages-list li.navPages-item .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:last-child {
        border-bottom: 1px solid #d9d9d9;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 5px !important;
    }

    .header #menu .navPages ul.navPages-list li.navPages-item a.is-open .icon {
        transform: rotate(180deg);
    }

    .default .header #menu .navPages ul.navPages-list li.navPages-item a:hover {
        color: #910725;
    }

    .header #menu .navPages .navPages-list li.navPages-item:hover .icon {
        transform: rotate(0deg);
    }

    .navPages-container .navPages ul.navPages-list.navPages-list--user {
        text-align: center;
    }

    div#menu {
        top: 0;
    }

    .navPages-container .navPages .navPages-list {
        text-align: center;
    }

    .navPages-quickSearch .form-fieldset .form-field #nav-menu-quick-search {
        border-radius: 0;
    }

    .header .top-nav {
        padding: 0;
        top: 0;
        position: relative;
        height: 100%;
        z-index: 11;
    }

    .header.fixed .top-nav {
        padding: 0;
    }


    .header .top-nav .navUser-section {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .header .top-nav .navUser-section li.navUser-item.navUser-item--logo {
        top: 0;
        height: 100%;
    }

    .header .top-nav .navUser-section li.navUser-item.navUser-item--cart .navUser-item-cartLabel {
        display: block;
    }

    .header .top-nav .navUser-section li.navUser-item.navUser-item--cart {
        float: unset;
    }

    .header #menu .navPages .navPages-list .navPages-item .icon {
        position: absolute;
        transform: rotate(0deg);
        width: 10px;
        height: 10px;
        right: -23px;
        top: 15px;
        margin: 0;
    }

    .header #menu .navPages .navPages-list .navPages-item .icon svg,
    .default .header #menu .navPages .navPages-list .navPages-item .icon svg,
    .default .header.fixed #menu .navPages .navPages-list .navPages-item .icon svg {
        fill: #910725;
        stroke: #910725;
    }

    .navBar--account {
        display: block;
    }

    .navBar--account .navBar-section .navBar-item {
        display: inline-block;
        width: auto;
    }

}

@media only screen and (max-width: 991px) {

    .heroCarousel .heroCarousel-content {
        max-width: 100%;
        width: 100%;
    }

    .common-heading h2 {
        font-size: 55px;
        padding-bottom: 5px;
        letter-spacing: -8px;
        margin-left: -8px;
    }

    .common-heading p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .common-heading .curve-text {
        font-size: 25px;
        padding-top: 5px;
    }

    .image-with-content-section .row {
        padding: 30px 0;
    }

    .seasonal-section.image-with-content-section .image-wrapper img {
        height: 502px;
    }

    .shop-section.image-with-content-section .image-wrapper img {
        width: 475px;
        height: 400px;
    }

    .banner-section.image-with-content-section .image-wrapper img {
        width: 390px;
        height: 316px;
    }

    .banner-section.image-with-content-section .image-wrapper img.icon.logo {
        left: 25px;
    }

    .banner-section.image-with-content-section {
        padding: 25px 0;
    }


    .custom-gift-category-list {
        padding: 50px 0;
    }

    h1.page-heading,
    .page h1.page-heading,
    h1.page-heading,
    .category-product h1.page-heading {
        font-size: 80px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .login-form,
    .new-customer {
        max-width: 360px;
    }

    .login h1.page-heading::after,
    .login h1.page-heading::before {
        display: none;
    }

    .header #menu .navPages .navPages-list li.navPages-item,
    .header.fixed #menu .navPages .navPages-list li.navPages-item {
        padding-bottom: 5px;
    }

    .product-listing.type-list .productList .product .listItem-actions .listItem-price {
        width: auto;
    }

    .previewCartCheckout {
        width: 50%;
    }

    .previewCart .productView {
        width: 50%;
        flex-direction: column;
        align-items: center;
        margin-left: 10px;
    }

    .previewCart .productView-details {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
    }

    .productGrid .product .card .card-figure .card-img-container img.card-image {
        height: 160px;
    }

    .productGrid .card .card-figure .card-figcaption-body .card-figcaption-button {
        font-size: 14px;
        padding: 12px 15px;
    }

    .welcome-modal .wrapper .button-group a {
        min-width: unset;
        padding: 5px 10px 9px 10px;
        font-size: 20px;
    }

    .welcome-modal .wrapper h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .account .account-sidebar {
        width: 100%;
    }

    .account_order .account .account-body .account-content {
        width: 100%;
    }

    div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
        width: auto;
    }
}


@media only screen and (max-width: 767px) {

    .heroCarousel {
        height: calc(100vh - 56px) !important;
    }

    .location-section.pizzeria-section .address-box .address-text .btn,
    .location-page .location-section .address-box .address-text .btn {
        position: relative;
        bottom: 0;
        margin-top: 27px;
    }

    .location-section.pizzeria-section .address-box,
    .location-page .location-section .address-box {
        padding-bottom: 30px;
    }

    .default .location-section,
    .default [data-content-region="home_below_category_section"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .common-heading h2.title::after,
    .common-heading h2.title::before {
        display: none;
    }

    .productGrid .card .card-figure .card-figcaption {
        opacity: 1;
        position: relative;
        top: unset;
        transform: unset;
        left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 4px;
    }

    .productGrid .card .card-figure .card-figcaption-body .card-figcaption-button {
        max-width: 100%;
        padding: 10px;
    }



    .heroCarousel .heroCarousel-content {
        display: flex;
        left: 0px;
        max-height: 80%;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        margin: 0px auto;
        overflow: auto;
        padding: 1.5rem;
        max-width: 320px;
        height: 100% !important;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size: 55px;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size: 14px;
        line-height: 25px;
    }

    .image-with-content-section .row {
        flex-direction: column;
    }

    .image-with-content-section .image-wrapper,
    .menu-section.image-with-content-section .image-wrapper {
        width: 100%;
    }

    .image-with-content-section .content-wrapper {
        width: 100%;
    }

    .menu-section.image-with-content-section .content-wrapper {
        width: 100%;
    }

    .image-with-content-section.shop-section .row,
    .image-with-content-section .row {
        padding: 30px 10px;
    }


    .menu-section.image-with-content-section .content-wrapper {
        padding: 20px;
    }

    .image-with-content-section.shop-section.has-pattern .image-wrapper::before {
        height: 25px;
        background-size: cover;
        background-repeat: repeat-x;
    }

    .image-with-content-section .row.left-image {
        flex-direction: column;
    }

    .banner-section.image-with-content-section .image-wrapper {
        width: auto;
        text-align: center;
    }

    .banner-section.image-with-content-section .row.left-image .content-wrapper {
        width: 100%;
        text-align: center;
    }

    .banner-section.image-with-content-section .content-wrapper .common-heading p.content,
    .banner-section.image-with-content-section .row.left-image .content-wrapper .common-heading,
    .banner-section.image-with-content-section .row.right-image .content-wrapper .common-heading {
        text-align: center;
    }

    .banner-section.image-with-content-section .image-wrapper img.icon.logo {
        left: -9px;
        top: -23px;
        width: 80px;
        height: 80px;
    }

    .image-with-content-section .image-wrapper img.icon.logo {
        left: 19px;
        top: 2px;
        width: 80px;
        height: 80px;
    }

    .shop-section.image-with-content-section .image-wrapper img,
    .menu-section.image-with-content-section .image-wrapper img {
        aspect-ratio: 1 /0;
    }

    div[data-layout-name="layout-seasonal"] {
        flex-direction: column;
    }

    .shop-section.image-with-content-section .image-wrapper img {
        width: 100%;
        height: 100%;
    }

    .gift-section .box {
        width: 100%;
        max-width: 330px;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .gift-section .row {
        flex-direction: column;
    }

    .image-with-content-section .image-wrapper img {
        max-width: 100%;
        margin: 0 auto;
        display: table;
    }

    .custom-product-slider .card .card-body .card-title a {
        font-size: 14px;
        min-height: unset;
        /* margin-bottom: 20px; */
    }

    div.product .custom-product-slider .card .card-body .card-title a {
        /* min-height:unset; */
    }

    .custom-product-slider .card .card-body .price-section .price {
        font-size: 22px;
        line-height: 22px;
    }


    .seasonal-section.image-with-content-section .content-wrapper {
        height: 100%;
    }

    .common-heading p {
        margin-bottom: 0;
    }

    .seasonal-section.image-with-content-section .image-wrapper img {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .seasonal-section.image-with-content-section .image-wrapper {
        border-left: 0;
        border-right: 0;
        padding-bottom: 5px;
    }

    .image-with-content-section .row.left-image .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-section.image-with-content-section .row.left-image .content-wrapper {
        padding: 20px;
    }

    .custom-product-slider h2::after {
        display: none;
    }

    .custom-product-slider {
        margin-top: 25px;
    }

    .custom-product-slider h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 0;
    }

    .custom-product-slider .slick-next,
    .custom-product-slider .slick-prev {
        top: unset;
        bottom: 0;
    }


    .custom-product-slider h2 span {
        padding-right: 0;
    }

    .heroCarousel::before {
        height: 15px;
    }

    .seasonal-section.image-with-content-section .content-wrapper .common-heading p {
        padding-bottom: 22px;
    }

    .banner-section.image-with-content-section::after,
    .banner-section.image-with-content-section::before {
        height: 8px;
    }

    .gift-section .box .image-wrapper::after {
        height: 10px;
    }

    .custom-product-slider .productCarousel {
        margin: 0;
    }

    .custom-product-slider .productCarousel-slide {
        padding: 0;
        /* max-width: 296px; */
    }

    .location-section .location-map .address-one,
    .location-section .location-map .address-two,
    .location-section .location-map .address-three,
    .location-section .location-map .address-four,
    .location-section .location-map .address-five {
        display: none;
    }

    .location-section .location-map .image-wrapper {
        display: block;
        transform: unset;
        padding: 10px 15px;
        margin-top: 25px;
    }

    .location-section .row {
        padding-top: 10px;
    }

    .page .location-section {
        padding: 0 0 50px 0;
    }

    body.page .location-section .row {
        padding-top: 0;
    }

    div[data-content-region="home_below_category_section"] .location-page .location-section .address-box,
    .location-section .address-box {
        flex-direction: column;
        width: 100%;
    }

    .location-page .location-section .address-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 13px;
        padding-right: 13px;
    }

    .location-page .location-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .location-page .location-section.pizzeria-section .address-box .address-text {
        padding-top: 0;
    }

    .location-section.pizzeria-section h3.page-heading {
        font-size: 30px;
        padding-bottom: 22px;
    }

    .catering-page.shop-category .category-box,
    .shop-category .category-box {
        width: calc(100% / 1 - 0px);
        max-width: 339px;
        margin-left: auto;
        margin-right: auto;
    }

    .shop-category .category-box .image-wrapper img {
        max-height: 387px;
    }

    .shop-category .row {
        justify-content: center;
        justify-content: space-between;
    }

    .catering-page.shop-category .row {
        flex-direction: column;
    }

    footer .footer-info .footer-info-col {
        width: 100%;
        text-align: center;
        padding: 22px 0;
    }

    footer .footer-info .footer-info-list li {
        margin: 0 auto;
    }

    footer .footer-info-col h3.footer-info-heading::before {
        margin: 0 auto;
        display: table;
        left: 0;
        right: 0;
    }

    footer .footer-info {
        padding: 0;
    }

    footer .footer-info .footer-info-col[data-section-type="newsletterSubscription"] {
        margin: 0 auto;
        display: table;
    }

    footer .footer-info .footer-info-col p {
        margin-left: auto;
        margin-right: auto;
    }

    h1.page-heading,
    .page h1.page-heading,
    h1.page-heading,
    .cart .page-content h1.page-heading,
    .category-product h1.page-heading {
        font-size: 45px;
        letter-spacing: -5px;
        margin-left: -5px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .login .login-row {
        flex-direction: column-reverse;
    }

    .login .login-row .new-customer {
        margin-bottom: 37px;
    }

    .login .login-row .login-form.form {
        border-top: 1px solid #eaeaea;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .productGrid .product .card .card-figure .card-img-container img.card-image {
        height: 125px;
    }

    .productGrid .card .card-body .card-title a {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 0;
    }

    .productGrid .product {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .productList .product+.product {
        margin-top: 30px;
    }

    #product-listing-container {
        padding-left: 0;
        padding-right: 0;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat {
        position: relative;
        left: 0;
    }

    #product-listing-container .product-list-wrap .view-sort .filter {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 30px;
    }

    #product-listing-container .product-list-wrap .view-sort {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #product-listing-container .product-list-wrap .view-sort .filter fieldset {
        float: unset;
        margin: 0 auto;
    }

    #product-listing-container .product-list-wrap .view-sort .filter form {
        text-align: center;
    }

    #product-listing-container .product-list-wrap .view-sort .grid-list {
        margin-right: 0;
        flex-direction: row-reverse;
    }

    #product-listing-container .product-list-wrap .view-sort .mobile-cat .btn-red {
        height: 27px;
        width: 27px;
    }

    .cart-totals .cart-total .cart-total-label,
    .cart-totals .cart-total .cart-total-value {
        width: 50%;
    }

    .cart-content-padding-right .cart td.cart-item-title {
        width: 60%;
        display: inline-block;
    }

    .cart-content-padding-right .cart td {
        float: unset;
        height: auto;
        margin-bottom: 0;
    }


    .cart-list .cart-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        padding-left: 0;
    }

    .cart-content-padding-right .cart td.cart-item-info {
        width: 50%;
    }

    .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity {
        width: 50%;
    }

    .cart-content-padding-right .cart td.cart-item-info:last-child {
        width: 100%;
    }

    .cart-item-value,
    .cart-item-label {
        width: auto;
        display: block;
        float: unset;
        text-align: left;
    }

    .cart-content-padding-right .cart th,
    .cart-content-padding-right .cart td {
        padding: 10px 10px;
        margin: 0;
        width: auto;
    }

    .cart-content-padding-right .cart td .cart-remove.icon {
        position: absolute;
        right: 17px;
        margin: 0;
        top: 10px;
    }

    .custom-product-slider .slick-list {
        padding-bottom: 128px;
        overflow: hidden;
    }

    .custom-product-slider .card .card-figure .card-figcaption {
        opacity: 1;
        bottom: -39px;
    }

    div.product .product-wrappper .productView .product-data .productView-product .productView-title {
        font-size: 25px;
        line-height: normal;
    }

    div.product .product-wrappper .productView .product-data .productView-product .productView-description {
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 12px;
    }

    div.product .product-wrappper .productView .product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
        min-width: unset;
    }

    div.product .product-wrappper .productView .productView-images {
        max-width: 300px;
    }

    div.product .product-wrappper .productView .productView-images .productView-img-container {
        min-height: 235px;
        max-height: 235px;
    }

    div.product .product-wrappper .productView .productView-images .productView-img-container img {
        object-fit: contain;
    }

    .product-listing.type-list .productList .product .listItem-figure {
        width: 100%;
        margin-bottom: 0;
    }

    .listItem {
        display: block;
    }

    .product-listing.type-list .productList .product .listItem-body {
        margin-top: 22px;
    }

    .product-listing.type-list .productList .product .listItem-actions {
        padding-top: 10px;
        padding-bottom: 2px;
    }

    .product-listing.type-list .productList .product .listItem-actions .listItem-price {
        width: auto;
    }

    .product-listing.type-list .productList .product .listItem-content p {
        margin-bottom: 10px;
    }

    .product-listing.type-list .productList .product .listItem-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-listing.type-list .productList .product .listItem-figure .listItem-figure__link img {
        height: 200px;
    }



    #previewModal .previewCart {
        flex-direction: column-reverse;
    }

    #previewModal .previewCartCheckout {
        width: 100%;
        padding: 15px 15px 25px 15px;
    }

    #previewModal .previewCart .productView {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 22px;
    }


    #previewModal .previewCartCheckout-subtotal {
        margin: 0;
    }

    .quickSearchResults .productGrid .product {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .navPages-quickSearch .productGrid {
        max-height: 400px;
        overflow-y: scroll;
        display: none;
    }


    .modal-close span {
        font-size: 40px;
    }

    .welcome-modal .wrapper .button-group a {
        min-width: unset;
        padding: 5px 10px 9px 10px;
        font-size: 20px;
    }

    .welcome-modal .wrapper h3 {
        font-size: 24px;
        line-height: 25px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 310px;
    }

    .welcome-modal .wrapper .button-group a {
        width: auto;
        margin-bottom: 20px;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .welcome-modal .wrapper p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 5px;
        padding-top: 12px;
    }

    .welcome-modal .wrapper .button-group {
        padding-top: 25px;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .custom-modal-close {
        top: -5px;
    }

    .welcome-modal .wrapper .button-group a:last-child {
        margin-bottom: 0;
    }

    .navBar--account .navBar-section .navBar-item {
        width: calc(50% - 10px);
    }

    .navBar--account {
        margin-bottom: 35px;
    }

    .account {
        padding-bottom: 55px;
    }

    .account-content .form-actions input.button,
    .account-content .form-actions .button {
        width: 100%;
        margin-left: 0;
        margin-right: 00;
    }

    .account-list .account-listItem .account-product .account-product-figure {
        margin: 0 auto;
        float: unset;
    }

    .account-list .account-listItem .account-product-body {
        width: 100%;
        padding-top: 15px;
        text-align: center;
        padding-bottom: 25px;
    }

    .account-list .account-listItem .account-orderStatus {
        right: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        text-align: center;
    }

    .account-product-detail {
        width: 100%;
        float: unset;
        margin-bottom: 15px;
    }

    .account_order .account-list .account-listItem .account-product .account-product-body {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }

    .account-product--alignMiddle .account-product-checkItem {
        position: absolute;
        top: 15px;
        left: unset;
    }

    .account_order .account-list .account-listItem {
        padding-left: 1.5rem;
    }

    .navBar--account .navBar-section {
        margin-bottom: 25px;
    }


    body.search #product-listing-container .productGrid .product {
        width: 50%;
    }

    .search-nav {
        margin-bottom: 25px;
    }

    body.search #product-listing-container .product-list-wrap .view-sort .mobile-cat {
        display: none;
    }

    body.search #product-listing-container .product-list-wrap .view-sort .grid-list {
        width: 100%;
        justify-content: space-between;
    }

    .navUser-item--cart .navUser-action {
        display: block;
    }

    .header .top-nav .navUser-section li.navUser-item.navUser-item--cart .navUser-action img {
        width: 26px;
        height: 25px;
    }

    .slick-next::before,
    .slick-prev::before,
    .heroCarousel .slick-next::before,
    .heroCarousel .slick-prev::before {
        background-size: 10px;
    }

    .navPages-container .navPages .navPages-list {
        /* overflow-y: auto; */
        /* max-height: 400px; */
    }

    .forgotpassword .account.account--fixedSmall {
        padding: 15px 13px 35px 13px;
    }

    body.createaccount .account .form-actions .button {
        width: 100%;
    }

    .cart .page-content {
        padding-left: 0;
        padding-right: 0;
    }

    .heroCarousel .heroCarousel-slide .heroCarousel-image {
        height: 93vh;

    }

    .navBar--account .navBar-section {

        justify-content: start;
        margin: 0 auto;

    }

    .new-customer button,
    .form-actions .button {
        min-width: unset;
    }

    .quickSearchResults .quickSearchMessage {
        font-size: 18px;
        padding-bottom: 22px;
        display: none;
    }

    .menu-container .catering-heating-instructions iframe,
    .menu-container iframe {
        height: 75vh;
        width: 100%;
    }

    footer .footer-copyright {
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer-copyright .footer-copyright .powered-by {
        max-width: 340px;
        margin: 0 auto;
    }

    footer.footer .container {
        padding: 0;
    }

    .holiday-catering-container .iframe-wrapper {
        margin: 0 auto;
        /* padding-top: 55%; */
        /* margin-bottom: 55px; */
    }

    .holiday-catering-container .shoping-btn-wrapper {
        margin-top: 0;
        padding-top: 55px;
        display: block;
        bottom: -25px;
    }

    .weekly-special-container {
        /* margin: 0 auto; */
    }

    .weekly-special-container .shoping-btn-wrapper {
        bottom: -8px;
    }


    #modal-review-form .writeReview-productDetails .writeReview-productImage-container img {
        max-height: 90px;
    }

    #modal-review-form .writeReview-productDetails h5.product-title {
        font-size: 16px;
        padding-top: 0;
    }

    #modal-review-form .writeReview-form .form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    #modal-review-form .g-recaptcha {
        margin-top: 0;
    }

    .modal-header-title {
        font-size: 18px;
    }

    #modal-review-form .modal-content .modal-body {
        padding: 10px 10px 0 10px;
    }

    #modal-review-form .form-field.form-field--submit input {
        margin-bottom: 0;
    }


    div.product .product-wrappper .productView .product-data .productView-product .productView-price .price-section span {
        font-size: 25px;
        line-height: normal;
    }

    div.product .product-wrappper .productView .product-data .productView-product .productView-price .non-sale-price--withoutTax span {
        font-size: 18px;
    }

    .about-content .image-with-content-section .container {
        padding: 0;
    }

    .menu .logo-with-text-container h2 {
        font-size: 23px;
        padding-left: 0;
    }

    .menu .logo-with-text-container .image img {
        width: 58px;
    }

    .menu .content,
    .menu .instruction-container {
        padding: 0 15px 15px 15px;
    }



    .menu .logo-with-text-container .text {
        margin-top: -9px;
    }

    .menu .logo-with-text-container {
        flex-direction: column;
    }

    .menu .logo-with-text-container .text {
        margin-top: 10px;
        padding-bottom: 5px;
        text-align: center;
    }

    .page-content h2 {
        font-size: 25px;
        margin-top: 0;
    }

    .page-content h3 {
        font-size: 30px;

    }

    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        margin-top: 0;
    }

    .productView-options .form .form-field .form-label {
        text-align: left;
    }

    .employee-from iframe {
        height: 4123px;
    }


}

@media only screen and (max-width: 530px) {
    div.product .custom-product-slider .card .card-body .card-title a {
        min-height: unset;
    }
}

@media only screen and (max-width: 350px) {
    .employee-from iframe {
        height: 4350px;
    }

}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .custom-product-slider .card {
        margin: 0 10px;

    }

    .custom-product-slider .card .card-body .card-title a {
        min-height: 52px;
    }

}


@media only screen and (max-width: 600px)and (orientation: landscape) {
    .custom-product-slider .card {
        margin: 0 5px;
        padding: 10px;
    }

    .custom-product-slider .card .card-body .price-section .price {
        font-size: 18px;
    }

    .custom-product-slider .card .card-body .card-title {
        padding: 0;
    }

    .custom-product-slider .card .card-body .card-title a {
        min-height: 52px;
    }

}

@media (pointer:coarse) {
    .custom-product-slider .card .card-figure .card-figcaption-body .card-figcaption-button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .custom-product-slider .card .card-figure .card-figcaption {
        opacity: 1;
        box-shadow: 0px 5px 20px 0px #0000001f;
        background: transparent;
        bottom: -39px;
        max-height: 38px;
    }

    .productGrid .card .card-figure .card-figcaption {
        opacity: 1;
        position: relative;
        top: unset;
        transform: unset;
        left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 6px;
    }

}


/**********HIDE WISHLIST TAB**************/
.navBar--account .navBar-section .navBar-item:nth-child(4) {
    display: none;
}

body.has-activeNavPages {
    overflow: hidden;
}
.quickSearchResults .modal-close{
    display: none;
}

@media only screen and (max-width: 800px) {
    #navPages-account ul.navPage-subMenu-list li.navPage-subMenu-item:nth-child(4) {
        display: none !important;
    }
}

@keyframes fadeInContent {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@-moz-document url-prefix() {
    .header #menu .navPages ul.navPages-list li.navPages-item a {
        font-weight: normal;
    }
}
