body { min-width: 262px; }


/* button color */

.primary-color {
    color: #ffffff !important;
    border-color: rgba(37,37,37,.95) !important;
    background-color: rgba(37,37,37,.95) !important;
}

.primary-shade-color {
    color: #ffffff !important;
    border-color: #c3c3c3 !important;
    background-color: #f0f0f0 !important;
}

.secondary-color {
    color: #ffffff !important;
    border-color: #af936c !important;
    background-color: #af936c !important;
}

.secondary-negative-color {
    color: #af936c !important;
    border: 1px solid #af936c !important;
    background-color: #ffffff !important;
}

.greyed-color {
    color: #333333 !important;
    border-color: #cccccc !important;
    background-color: #cccccc !important;
}

.greyed-negative-color {
    color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    background-color: #ffffff !important;
}
.ff-primary-color {
    background-color: #ff7b6e !important;
    color: #fff !important;
}


.ff-secondary-color {
    background-color: #ffdc69 !important;
    color: #333 !important;
}



.header-color-background {
    background-color: #810000 !important;
}

.header-color-text {
    color: #810000 !important;
}

.title-text {
    font-size: 50px !important;
}

.subheader-text {
    font-size: 23px !important;
}

.primary-font {
    font-family: 'Open Sans', sans-serif !important;
}

.secondary-font {
    font-family: 'Sirin Stencil' !important;
}

/* primary */

.primary-color-background {
    background-color: rgba(37,37,37,.95) !important;
}

.primary-color-text {
    color: rgba(37,37,37,.95) !important;
}

.primary-color-border {
    border-color: rgba(37,37,37,.95) !important;
}

/* primary shade */

.primary-color-shade-background {
    background-color: #d3d3d3 !important;
}

.primary-color-shade-text {
    color: #c3c3c3 !important;
}

.primary-color-shade-border {
    border-color: #c3c3c3 !important;
}

/* secondary */

.secondary-color-background {
    background-color: #af936c !important;
}

.secondary-color-text {
    color: #af936c !important;
}

.secondary-color-border {
    border-color: #af936c !important;
}

/* secondary shade */

.secondary-color-shade-background {
    background-color: #e4bca9 !important;
}

.secondary-color-shade-text {
    color: #e4bca9 !important;
}

.secondary-color-shade-border {
    border-color: #e4bca9 !important;
}

/* Others */

input.gray-box {
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #444;
    background-color: #E9E9E9;
    border: 1px solid #dddddd;
}

textarea.gray-box {
    background-color: rgb(233, 233, 233);
    border: 1px solid rgb(221, 221, 221);
    font-family: "Open Sans";
    display: block;
    width: 100%;
}


input[type="checkbox"].pretty-check {
    width: 16px;
    height: 22px;
    margin: 2px;
}
input[type="checkbox"].pretty-check:before {
    content: "";
    border: 1px solid #9a9a9a;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    display: block;
    background: #fff;
    position: relative;
    top: -3px;
    left: -3px;
    cursor: default;
}

input[type="checkbox"].pretty-check:checked:before {
    content: "";
    border: 1px solid #9a9a9a;
    border-radius: 32px;
    width: 26px;
    height: 26px;
    display: block;
    background: #af936c;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
    position: relative;
    top: -3px;
    left: -3px;
    cursor: default;
    color: #fff;
}
input[type="checkbox"].pretty-check:checked:after {
    content: "";
    position: relative;
    display: block;
    left: 6px;
    top: -25px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.card-action span { user-select: none; }
.card-action input.disabled, .card-action .input.disabled {
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 3rem;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s;
    color: rgba(0,0,0,0.42);
    border-bottom: 1px dotted rgba(0,0,0,0.42);
}
.card-action .quantity-field { width: 40px; margin: 0 8px; }
.card-action { position: relative; }
.card-action .price-field { width: max-content; float: right; line-height: 3; }

#footer {
    color: #9c7c6d;
    font-size: 12px;
    position: static;
    width: 100%;
    bottom: 0;
}

.fbutton {
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .3s ease-out;
    width: 45%;
    min-width: max-content;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
    border: none;
}

.button-round {
    border-radius: 20px;
    padding: 8px 12px;
    font-weight: 900;
    line-height: 36px;
    font-family: monospace;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.button-normal {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 12px;
    box-shadow: none;
}

.d-flex .button-round {
    line-height: normal;
    width: unset;
}

::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
}
:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
}
::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
}
:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
}


.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #820808;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #a51212;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    /*font: 700 18px/1 'Lato', sans-serif;*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon.grey span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #333333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    /*font: 700 18px/1 'Lato', sans-serif;*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}