.setup-frm-div-label {
    width: 200px !important;
}
/* -- site -- */
/* FONT CUSTOMIZATION --- */

.cblock.cbHome, #tnav li > a, .menu-categories, .mitemTitle, .mitemDesc, .ui-dialog .ui-dialog-titlebar, #modal_anchor legend, #order_fields_mitem_notes, .s2-mmDesc, #order_fields_mitem_notes input.valid, .ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-buttonpane button, .mmsg_prodinfo, .mitemDesc, .mitemPrice, #clkToOrdr, .cart-title, 
.cart-item, .cartTots, .section_intro.section_intro_discounts, #footer, .section_intro.section_intro_discounts, .cblock.discountsCblock, .printableBox, .section_intro.section_intro_contact, .section_intro.section_intro_contact .cblock, p.blog_text, .shopNameTitle, .respContContain, .mmsg_h1 > span, .mcat_hdr {

    font-family: 'Roboto', sans-serif !important; 
   
}

/* Reset CSS */

#main-container {
    width: 100%;
}

div#contentplustophatcontainer {
    display: flex;
}

#contentcontainer {
    max-width: 100%;
    min-width: auto;
    margin: 0;
    display: flex;
    flex: 2;
    margin-top: 0px;
    background: #ffffff;
    min-height: 600px;
    padding-top: 120px;
}

.content-area {
    padding: 0;
    height: auto;
    padding-top: 0px;
    min-height: auto;
}

select#ot_filter {
    display: none;
}

/* CBLOCK & Section Intro Edits */

.section_intro {
    display: flex;
    margin: 25px auto 0 auto !important;
    justify-content: center;
}

.cblock {
    background: whitesmoke;
    padding: 40px;
    width: 45%;
    font-size: 16px;
    margin: auto;
}

.section_intro .cblock {
    background: whitesmoke;
    padding: 40px;
    width: 25%;
    font-size: 16px;
    margin: 0;
}

/* Parent Grid Container (Logo + TNavWrap) */

div#tophatwrap {
    height: auto;
    max-height: 120px;
    float: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 2020;
}

#tophat {
    display: grid;
    grid-template-columns: 225px 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "Logo TNavWrap";
    height: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    align-items: center;
    background: url(/s/i/stone_top_bg2.jpg);
    background-size: cover;
}

#headwrap {
    grid-area: Logo;
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 120px;
    margin: 0;
    min-width: auto;
    justify-content: initial;
    background: whitesmoke;
    padding: 0;
    display: grid;
}

#tnavwrap {
    grid-area: TNavWrap;
    float: none;
    width: 100%;
    height: 120px;
    display: grid;
    align-items: center;
}

.shopNameTitle {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    color: #ffffff;
    background: #bf311a;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    padding: 5px 14px 5px 0;
}

/* Child Outer Container (TNavBar + Cart) */

#tnav {
    height: auto;
    line-height: initial;
    text-align: center;
    position: relative;
    width: 100%;
}

/* Child Grid Container (TNavBar + Cart) */

.tnavspan {
    display: grid;
    grid-template-columns: auto 1fr 300px;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "... Navbar Cart";
    padding: 0 0 0 0px !important;
    height: 100%;
    position: relative;
    margin: 0;
    align-items: center;
}

ul.tnav.tnavMain {
    grid-area: Navbar;
    padding: 0;
}

body.scart #tnavspan div.scart {
    grid-area: Cart;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    height: 120px !important;
    float: none;
    display: initial;
}

body.scart #tnavspan span.scart-bg {
    top: 35%;
    margin: 0 auto;
}

body.scart #tnavspan span.scart-num {
    font-size: 12px;
    font-weight: 600;
    color: inherit;
}


/* Cart Container Edits */


div#top-cart-button {
    background: none;
}

body.scart #tnavspan div.scart:hover {
    cursor: pointer;
}

body.sb-bottom #top-cart {
    display: grid !important;
    position: relative;
    padding: 0px 0px 10px 0px;
    width: auto;
    margin: 0;
    z-index: 100;
    height: 100%;
}


/* Navbar: Logo */

img#main_hdrimg {
    margin: 0 auto;
    position: relative;
    max-height: 120px;
    max-width: initial;
    padding: 0px;
    margin-top: 0px;
    border-radius: 0;
    display: grid;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: white;
}


/* Navbar: Links */

.tnav li {
    float: none;
    display: inline-flex;
    padding: 0px 15px;
}

#tnav li > a {
    padding: 0;
    display: inline-flex;
    font-size: 16px;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: none;
}

.tnavon a:link, .tnavon a:visited, .tnavon a:hover {
    border-bottom: 2px solid #151515;
    transition: .75s;
}

#tnav li:hover {
    background: none;
    opacity: .5;
    transition: .75s;
}

/* Main Block Edits */

/* CSS GRID FOR MENU CONTAINER */

#main_menu_container {
    display: grid;
    grid-template-columns: 225px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "Categories Items";
}

.mcatFilters {
    width: 90%;
    margin: 0 0 0 0;
    padding: 10px;
    display: grid;
    float: right;
}

#mitem_content {
    width: 1375px;
    padding: 0 20px !important;
    margin: 0;
    grid-area: Items;
}

.menu-categories {
    margin: 0;
    padding: 130px 15px 0px 0;
    width: 225px;
    position: fixed;
    grid-area: Categories;
    height: 100%;
    background: #ef873e;
    top: 0%;
}

/* MENU CATEGORIES */

#linkList li {
    display: grid;
    padding: 5px 0;
    justify-content: right;
}

#linkList li a {
    border: none;
    display: flex !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

#linkList ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;
}

/* Unvisited Categories */

#linkList li a:link, #linkList li a:visited {
    color: inherit !important;
    border-bottom: none;
    border-right: none !important;
    color: white !important;
}

/* Current Category */

#linkList li a:hover, #linkList li a:focus, #linkList li a:active {
    border-right: none;
    transition: .75s;
    border-bottom: none;
    color: black !important;
}

.mcat_hdr {
    font-size: 14px;
    font-style: initial;
    font-variant: normal;
    letter-spacing: 0px;
    line-height: normal;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #151515;
    width: fit-content;
    display: grid;
    padding: 7px 22px 7px 2px;
    text-align: left;
    border-radius: 2px;
}

.mcat_desc {
    margin: 0px 0 15px 0;
    padding: 10px 20px 10px 25px;
    background: #f3f3f3;
    font-style: normal;
    font-size: 1em;
    color: #6e6e6e;
    max-width: fit-content;
}

p.home-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
}

p.home-footer {
    font-size: 20px;
    font-weight: 600;
    padding-top: 60px;
    font-style: italic;
}

#linkList li a:hover, #linkList li a:focus, #linkList li a:active {
    border-right: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    max-height: 700px;
    margin-top: 150px !important;
}

.ui-widget-content .ui-icon {
    background-image: url(/icolor/ffffff/000000/ui-icons.png) !important;
}

.ui-widget-overlay {
    background-color: #0000005e;
    height: 1080px !important;
}

/* Login Pop Up Module */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
    margin-top: 175px !important;
}

.uloginrow {
    padding-top: 15px;
}

span.uloginlabel {
    margin-top: 7px;
}


/* Check Out Page Edits */

.respContContain {
    max-width: 35%;
    min-width: auto;
    margin: 0 auto;
    display: grid;
    background: whitesmoke;
    height: 100%;
    border: none;
    padding: 25px;
    margin-top: 30px;
}

#frm-order {
    width: auto;
    padding: 0px;
}

.checkout-form-rt {
    text-align: center;
    background: #ef873e;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
}

button.bpad1 {
    background: #9d432b;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    width: 100%;
    letter-spacing: 0px;
}

button.fg-button.ui-state-default.ui-priority-primary.ui-corner-all.main_content_form_button2.bpad1 {
    width: 100%;
}

/* MENU ADD ITEM MESSAGE POP UP */

.mmod {
    padding: 5px 20px 10px 20px;
}

div#main_message_container {
    width: 100%;
    padding: 0px !important;
}

.cart_msg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30px 0px;
    gap: 1px 1px;
    grid-template-areas: "Message Item";
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 6px 5px;
    margin: 0 auto;
}

.mmsg_h1 {
    grid-area: Message;
    text-align: right;
    padding-right: 10px;
}

.mmsg_h1 > img {
    display: none;
}

.mmsg_h1 > span {
    float: none;
    color: #969696;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.mmsg_prodinfo {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.mmsg_h2 {
    margin: 0;
    grid-area: Item;
    display: flex;
    align-items: center;
}

.mmsg_foot {
    width: 100%;
    grid-area: Buttons;
    display: none;
    float: none;
}

.mmsg_cl.mmsg_c_h1 {
    display: none;
}

.mmsg_c_h2 {
    display: none;
}

.mmsg_cl.mmsg_ca {
    display: none;
}

.cart_msg span.ui-icon.ui-icon-close.fr.lnk.opa40 {
    display: none;
}


/* MENU ITEMS */

.pbox { 
    border: none; 
}

.mitem_minf, .mitem_add { 
    display: none; 
}

#mitem_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px 20px;
}

div.pbox.product, div.pbox.product1, .product {
    margin: 0 0 0 0;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid whitesmoke;
    border-radius: 3px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr min-content;
    gap: 0;
    grid-template-areas:
        "ProdTop ProdTop ProdTop Pic"
        "Price Price Price Pic";
    margin-bottom: 20px;
    padding: 0;
}

div.pbox.product:hover, div.pbox.product1:hover {
    box-shadow: 0px 1px 15px #13131350;
    border: 1px solid whitesmoke;
    transition: .5s;
}

.prodpic {
    grid-area: Pic;
    padding: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

img.prodimg {
    width: 100%;
    max-width: 150px;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    max-height: fit-content;
    object-position: 100%;
}

.prodtop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
    gap: 1px 1px;
    grid-template-areas: "Item-Title Item-Title Item-Title" "Item-Description Item-Description Item-Description";
    grid-area: ProdTop;
    padding: 12px 16px 12px 16px;
}

.mitemTitle {
    grid-area: Item-Title;
    font-size: 1.2em;
    color: #231F20;
    margin-left: 5px;
    margin-bottom: 10px;
}

.mitemTitle:hover {
    color: #cd6720;
}

.mitemDesc {
    grid-area: Item-Description;
    padding-left: 5px;
    display: block;
    line-height: 1.25em;
    text-transform: none;
    color: #222222;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0px;
}

.mitemPrice {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-left: 4px;
}

.prodbot {
    grid-area: Price;
    padding: 12px 16px 12px 16px;
}


/* CART EDITS */

#sbcart {
    width: 300px;
    max-width: initial;
    padding: 0;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    font-size: 1em;
    top: 120px;
    right: 0px;
    text-align: left;
    border: none !important;
    background: whitesmoke !important;
}

.sb-dft {
    margin: 0;
    padding: 0;
}

#clkToOrdr {
    text-transform: uppercase;
    padding: 5px;
    box-shadow: 1px 1px 15px #00000020;
    margin: 0 0 20px 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart-title {
    text-transform: uppercase;
    padding: 12px 5px 12px 5px;
    box-shadow: 1px 1px 15px #00000020;
    margin: 0 0 20px 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

a.ui-icon.ui-icon-close.flicn.fr.cartCloseIcon.opa40 {
    color: black;
    opacity: 1.0;
    background-image: url(/icolor/ffffff/000000/ui-icons.png);
}

.cart-item {
    float: left;
    padding: 5px 20px 5px 20px;
    margin-left: 0px;
    border-bottom: 1px dashed #cbcbcb75;
    font-size: 15px;
    font-weight: bold;
    color: #636363;
    width: 100%;
}

.cartItemEditToggler {
/*
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
*/
    width: 275px;
}

.cart-price {
    margin-left: 5px;
    float: left;
    text-align: right;
    min-width: 100px;
}

/*

.cart-name {
    width: 100%;
    margin: 0;
}

.cartTots {
    background: #ededed;
    margin: 20px 0 0px 0;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #1e1e1e;
}

.cart-subitem {
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px dashed #d1d1d1a6;
}

.cart-sublabel {
    width: 100%;
    text-align: left;
}

.cart-subvalue {
    width: 100%;
    min-width: 50px;
}

*/


button#cartCompleteOrder {
    background: #286812;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    width: 100%;
    letter-spacing: 0px;
}

.cartEdit .ui-icon {
    background-image: url(/icolor/ffffff/ff6600/ui-icons.png);
}


/* ============ Responsive Edits: 1920 ===*/

@media only screen and (min-width: 1920px) {

img.prodimg {
    max-width: 150px;
}
}

/* ============ Responsive Edits: 1200 ===*/

@media only screen and (max-width: 1200px) {
#mitem_content {
    margin-left: 0% !important;
    width: 70% !important;
    padding-left: 0px;
}

.tnavspan {
    grid-template-columns: auto 1fr 250px;
}

#sbcart {
    width: 250px;
}

#mitem_container {
    background: white;
    display: inline-flex;
    width: 100%;
    padding: 10px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

img.prodimg {
    max-width: 110px;
}

div.pbox.product, div.pbox.product1, .product {
    margin-bottom: 5px;
}

.respContContain {
    max-width: 52% !important;
    margin: 20px 20% 20px 20% !important;
}

#gallery {
    padding: 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 160px) !important;
    grid-gap: 0px;
    width: 60% !important;
}

} /* <- End */

/* ============ Responsive Edits: 1366 ===*/
    
@media only screen and (max-width: 1366px) {
#mitem_content {
    margin-left: 0%;
    width: 73% !important;
    padding-left: 0px;
}

#mitem_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

img.prodimg {
    max-width: 110px;
}

#linkList li {
    display: grid;
    padding: 4px 0;
    justify-content: right;
}

#gallery {
    padding: 10px 20px 20px 20px !important;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 160px) !important;
    grid-gap: 0px;
    width: 68% !important;
}

.respContContain {
    max-width: 47% !important;
    margin: 20px 20% 20px 20% !important;
}

}

/* ============ Responsive Edits: 900 ===*/

@media only screen and (max-width: 900px) {
#mitem_container {
    background: white;
    display: inline-flex;
    width: 100%;
    padding: 25px 30px 35px 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px
}
}

/* ============ UI Edits: BEGIN */


/* === Main Modal Title */

.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    text-align: center;
    padding: 0;
}

div#modal_anchor {
    float: none;
    max-width: 100%;
    max-height: 600px !important;
    padding: 0px 0px;
    overflow-y: scroll !important;
}

#frm-stage2 fieldset {
    padding: 0px;
    margin: 0;
    border: none;
}


/* === Menu Item Picture Edits */

#modal_anchor .s2-desc .prodpic {
    padding: 0px;
    width: 100%;
    height: auto;
    margin: 3px 0 0 0;
    float: none;
    object-fit: cover;
    max-width: 100%;
    padding: 0px;
}

#modal_anchor .s2-desc .prodpic img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    max-height: 250px;
    margin-bottom: 30px;
}

/* === Menu Item Modal Title Edits */

#modal_anchor legend {
    font-weight: bold;
    color: #231F20;
    font-size: 1.25em;
    padding: 10px 0px 10px 0px;
    margin: 0 0 15px 0;
    text-align: center;
    width: 100%;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 1px 15px #08080814;
    float: none;
    left: 0%;
    border: none;
}



/* === Name or Special Instructions Field Edits */

#order_fields_mitem_notes .s2-mmDesc {
    text-align: center;
    text-transform: lowercase;
    font-size: 1em;
    color: #a8a8a8;
}

#modal_anchor .s2-frm {
    margin: 0;
    width: 100%;
}

#modal_anchor .s2-frm .s2-desc {
    display: inline-block;
    padding: 0px 20px;
    text-align: left;
    width: 100%;
}

div#order_fields_mitem_notes {
    margin-top: 15px;
}

#order_fields_mitem_notes .s2-full {
    width: 100%;
    float: none;
    max-width: 100% !important;
}

#order_fields_mitem_notes input.valid {
    font-weight: 400;
    color: black;
    width: 100%;
}

#order_fields_mitem_notes .s2-full input[type="text"] {
    width: 100%;
}


/* === Quantity Picker Edits */

#modal_anchor .s2-mmDesc.fl {
    padding: 0px;
    margin: 8px 0px !important;
    float: none;
    color: #a8a8a8;
    font-size: .9em;
    text-transform: lowercase;
    text-align: center;
}

#modal_anchor select.valid {
    padding: 4px 0px 5px 5px;
}

#order_fields_mitem_quantity .s2-full.fl {
    float: none !important;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
}

.s2-full.fl select {
    border: 1px solid gainsboro;
    float: none;
    text-align: center;
    margin: auto;
    width: 33%;
}


/* === Cancel & Add Buttons */

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    border: none;
    background: #ffffff;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    padding: 5px 0 5px 0;
    margin: 0;
    text-align: center;
    background: #151515;
    border: none;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0px;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: 0px 20px 10px 0px;
    cursor: pointer;
    padding: 10px 0px 5px 0px;
    line-height: 1em;
    width: auto;
    overflow: visible;
    border: none;
    border-radius: 0px;
    background: #ffffff;
    border-bottom: 3px solid #9d432b;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
}

button.ui-state-default.ui-corner-all {
    background: #286913;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    width: 40%;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 0px 5px 15px 5px;
    text-align: center;
    display: inline-grid;
    float: none;
}

.ui-dialog-buttonpane button:nth-child(2) {
    background: #9d432b;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: #7f3622;
    transition: .5s;
}


/* Blog Edits */

p.blog_text {
    font-size: 20px;
    line-height: 1.4em;
    width: 100%;
}

p.blog_text:nth-child(6) {
    padding-bottom: 40px;
}

p.blog_text.blog_header strong {
    font-size: 20px;
    color: black;
}

h2.ublog {
    margin: 0 0 11px 0;
    text-indent: 0;
    display: none;
}

.ublogContent {
    width: 50%;
    margin: auto;
    padding-top: 30px;
}

#tnav li.tnavon {
    background: none !important;
}

img.sm_image {
    margin-bottom: -10px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 8%;
    top: 170%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 21px;
    z-index: 2000;
    background: #FFFFFF;
    color: black;
}


/* Footer */

div#shoes {
    padding: 5px 0 5px 0;
    width: 100%;
    margin: auto;
}

#footer {
    padding: 0;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #a7a7a7;
    bottom: 0%;
    background: #f5f5f5;
    z-index: 3000;
    position: fixed;
}

.footer a {
    color: #151515;
}

/* Sidebar Edits */

div#sb-area-qr {
    padding: 10px;
}

#sidebar.bottom {
    margin-top: 0px;
    display: none;
}

div#sb-area-qr .cblock {
    padding: 10px;
}


/* Gallery Edits */

#gallery {
    padding: 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 160px);
    grid-gap: 0px;
    width: 45%;
}

#gallery img {
    padding: 0px;
    border: none;
    background: #fff;
    margin: 0px;
    border-radius: 0px;
}

#gallery div.thumbnailSQ {
    float: left;
    height: 160px;
    width: 150px;
    text-align: center;
}

/* Coupon Edits */

.printableBox {
    width: auto;
    max-width: 45%;
    margin: 15px auto 25px auto;
    text-align: center;
    background: whitesmoke;
    padding: 25px;
}

.discountfooter {
    width: max-content;
    border-top: none;
}

fieldset.nu {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    margin: 0 auto;
    padding: 25px;
    max-width: 45%;
    width: auto;
}

/* Contact Edits */

.cbox.ftext.contact-box.slsbox {
    background: whitesmoke;
    border: none;
    padding: 40px;
    margin-top: 10px;
    width: 100%;
    max-width: 45%;
}

.contact-text {
    float: left;
    max-width: 400px;
    padding: 0;
    text-align: left !important;
    font-family: Roboto;
    font-size: 14px !important;
}

.contact-text div:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.contact-text p:nth-child(7) {
    text-align: left !important;
    padding: 10px 0 0 0;
}

.contact-text p:nth-child(7) :first-child {
    font-size: 16px;
}

.sl_email {
    padding-bottom: 10px;
}

/* Reservations */

.cl-form-row {
    padding: 5px 0;
    width: 100% !important;
    text-align: right;
}

.bk_box_big {
    display: grid;
}

form#frm-bka {
    display: grid;
    justify-content: center;
}

div#bka_details {
    text-align: right;
    display: grid;
    justify-content: right;
}

.fl.cl-form-row {
    width: 100% !important;
}

@media screen and (max-width:1600px) and (min-width:1400px) {
#mitem_content {
    margin-left: 0%;
    width: 78% !important;
    padding-left: 0px;
}

#mitem_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 20px;
}

}

img.undimg {
    float: none;
    width: 20%;
    height: auto;
    object-fit: cover;
    text-align: center;
    display: flex;
    margin: 0;
}

.respContContain > div > .cblock {
    width: 100% !important;
}