/* ------------------------ Critical Helper Classes ------------------------- */
@font-face {
    font-family: 'AudreyNormal';
    src: url('fonts/Audrey-Normal.eot');
    src: local('☺'), url('fonts/Audrey-Normal.woff') format('woff'), url('fonts/Audrey-Normal.ttf') format('truetype'), url('fonts/Audrey-Normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AudreyBoldOblique';
    src: url('fonts/Audrey-BoldOblique.eot');
    src: local('☺'), url('fonts/Audrey-BoldOblique.woff') format('woff'), url('fonts/Audrey-BoldOblique.ttf') format('truetype'), url('fonts/Audrey-BoldOblique.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AudreyMedium';
    src: url('fonts/Audrey-Medium.eot');
    src: local('☺'), url('fonts/Audrey-Medium.woff') format('woff'), url('fonts/Audrey-Medium.ttf') format('truetype'), url('fonts/Audrey-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AudreyBold';
    src: url('fonts/Audrey-Bold.eot');
    src: local('☺'), url('fonts/Audrey-Bold.woff') format('woff'), url('fonts/Audrey-Bold.ttf') format('truetype'), url('fonts/Audrey-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('fonts/RobotoSlab-Regular.eot');
    src: local('☺'), url('fonts/RobotoSlab-Regular.woff') format('woff'), url('fonts/RobotoSlab-Regular.ttf') format('truetype'), url('fonts/RobotoSlab-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraRegular';
    src: url('fonts/Lora-Regular.eot');
    src: local('☺'), url('fonts/Lora-Regular.woff') format('woff'), url('fonts/Lora-Regular.ttf') format('truetype'), url('fonts/Lora-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InriaSerifRegular';
    src: url('fonts/InriaSerif-Regular.eot');
    src: local('☺'), url('fonts/InriaSerif-Regular.woff') format('woff'), url('fonts/InriaSerif-Regular.ttf') format('truetype'), url('fonts/InriaSerif-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PtSerif';
    src: url('fonts/PTF55F.eot');
    src: local('☺'), url('fonts/PTF55F.woff') format('woff'), url('fonts/PTF55F.ttf') format('truetype'), url('fonts/PTF55F.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.critical-hide {
    display: none;
}

.critical-clear {
    opacity: 0;
    visibility: hidden;
}

.drawer-cover {
    opacity: 0;
}

.main-content .shopify-section {
    display: none;
}

.main-content .shopify-section:first-child {
    display: inherit;
}

body:not(.template-index) .main-content {
    opacity: 0;
}


/* ----------------------------- Global Styles ------------------------------ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 1.6rem;
    /*font-family: InriaSerifRegular, Arial;*/
    font-family: "AudreyNormal", Arial;
    color: #333;
    line-height: 1.625;
}
.shop-online-title, .alert-success{
    color: #333;
}

.page-width {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

/* ---------------------------- Helper Classes ------------------------------ */
.visually-hidden,
.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

/* ----------------------------- Typography --------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}



.h4 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.h4 {
    font-size: 2.2rem;
}

@media only screen and (min-width: 750px) {
    .h4 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .media-image-container {
        height: auto;
    }

    .media-image-container img {
        position: inherit;
    }
}

/* ------------------------------ Buttons ----------------------------------- */
.btn,
.btn--secondary {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    color: #333;
    border: 2px solid #bdbdb3;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 2.2;
    vertical-align: middle;
    cursor: pointer;
    transition: outline 0.1s linear;
    box-sizing: border-box;
}

.btn--square {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.btn--clear {
    position: relative;
    background-color: transparent;
    border: 0;
    color: #333;
    transition: 0.15s opacity ease-out;
}

.btn--clear:hover::after,
.btn--clear::after {
    outline: 0 !important;
}

.btn::after,
.btn--secondary::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #bdbdb3;
    transition: outline 0.1s linear;
}

/* -------------------------------- Icons ----------------------------------- */
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* ----------------------------- Site Header -------------------------------- */
.site-header {
    position: relative;
    transition: transform 0.25s ease-out;
    z-index: 10;
}

.site-header--transparent,
.site-header--homepage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.site-header__wrapper {
    position: relative;
    min-height: 60px;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
}

.site-header--transparent .site-header__wrapper {
    background-color: transparent;
}

.site-header__wrapper svg {
    fill: #0a1554;
}

.site-header__wrapper--transitioning {
    transition: background-color 0.25s ease-out, margin-top 0.25s ease-out;
}

.announcement-bar {
    display: none;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

.announcement-bar--visible {
    display: block;
}

.announcement-bar__message {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    margin-bottom: 0;
}

.announcement-bar__message .icon {
    fill: currentColor;
}

.announcement-bar__close {
    position: absolute;
    right: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.announcement-bar__close .icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.site-header-sections {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    min-height: 60px;
}

.site-header__section--title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.ie9 .site-header__section--title {
    width: 100%;
    padding: 10px 0 2px;
    text-align: center;
}

.site-header__logo-wrapper {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 1.2;
}

.site-header__logo {
    display: block;
}

.site-header__logo-image {
    display: block;
    margin: 0 auto;
}

.site-header--transparent .site-header__logo-image {
    display: none;
}

@media only screen and (max-width: 749px) {
    .site-header__logo-image {
        max-height: 30px;
    }
}

.site-header__logo-image--transparent {
    display: none;
}

.site-header--transparent .site-header__logo-image--transparent {
    display: block;
}

.navigation-open .site-header__logo-image--transparent,
html.supports-no-js .site-header__logo-image--transparent {
    display: none;
}

.site-header__cart svg {
    width: 22px;
    height: 30px;
    margin: -2px 0 0 -2px;
}

@media only screen and (min-width: 750px) {
    .site-header__cart svg {
        width: 26px;
    }
}

.site-header__cart::after {
    border-color: #333;
}

.site-header__cart-bubble {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #0a1554;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.25s ease-out;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media only screen and (min-width: 750px) {
    .site-header__cart-bubble {
        top: 15px;
        right: 9px;
    }
}

.site-header__cart .site-header__cart-bubble {
    top: 13px;
}

@media only screen and (min-width: 750px) {
    .site-header__cart .site-header__cart-bubble {
        top: 12px;
    }
}

.site-header__cart-bubble--visible {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.burger-icon {
    display: block;
    height: 2px;
    width: 16px;
    left: 50%;
    margin-left: -8px;
    background: #0a1554;
    position: absolute;
    transition: all 0.25s ease-out;
}

@media only screen and (min-width: 750px) {
    .burger-icon {
        height: 2px;
        width: 24px;
        left: 50%;
        margin-left: -12px;
    }
}

.burger-icon--top {
    top: 18px;
}

@media only screen and (min-width: 750px) {
    .burger-icon--top {
        top: 16px;
    }
}

.site-header__navigation--active .burger-icon--top {
    top: 25px;
    transform: rotate(45deg);
}

.burger-icon--mid {
    top: 24px;
}

@media only screen and (min-width: 750px) {
    .burger-icon--mid {
        top: 24px;
    }
}

.site-header__navigation--active .burger-icon--mid {
    opacity: 0;
}

.burger-icon--bottom {
    top: 30px;
}

@media only screen and (min-width: 750px) {
    .burger-icon--bottom {
        top: 32px;
    }
}

.site-header__navigation--active .burger-icon--bottom {
    top: 25px;
    transform: rotate(-45deg);
}

.site-header__navigation {
    position: relative;
}

.site-header__navigation svg {
    width: 20px;
    height: 30px;
}

.site-header__navigation::after {
    border-color: #333;
}

/* ----------------------------- Slideshow --------------------------------- */
.slideshow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 35px);
    background-color: #d9d9d9;
}

.slideshow__slide {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

.slideshow__slide--active {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    opacity: 1;
    z-index: 2;
}

.slideshow__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.slideshow__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87), filter 400ms, -webkit-filter 400ms;
    font-family: "object-fit: cover";
}

.slideshow__image .placeholder-svg {
    display: block;
    fill: rgba(74, 74, 74, 0.35);
    background-color: #f1eee6;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    max-height: none;
    max-width: none;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slideshow__image .placeholder-background {
    background-color: #faf9f6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-justify {
    text-align: justify;
}


div.MagicToolboxSelectorsContainer a {
    max-width: 100px;
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
    overflow: auto;
    max-height: 100vh;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-window input {
    margin-bottom: 5px !important;
    padding: 6px 20px !important;
}

.section-header .h2 {
    text-transform: capitalize;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='number'], textarea, select {
    border: 1px solid #888;
}

.required {
    color: #ff0000;
    font-weight: bold;
}

.alert-success {
    background-color: #ebce4752;
    border: 1px solid #bdbdb3 !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}

.alert .close {
    display: none;
}

#NewsletterEmail {
    border: 0px !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.navigation__entrance-animation {
    display: inline-block;
    width: 160px;
}

.navigation__link a {
    padding: 0 15px !important;
    margin-bottom: 30px;
}

.navigation__link a div {
    line-height: 15px;
}

.navigation__link > a:after, .navigation__link.navigation__has-sublinks--collapsed > button:after {
    bottom: -1rem !important;
}

html {
    background: #fdf9d44a !important;
}


.site-header__wrapper {
    padding: 20px 0;
}

.slideshow {
    height: auto !important;
}

.slideshow__heading {
    font-size: 34px !important;
}

.none {
    display: none;
}

.slider-header {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 55%;
    font-size: 34px;
    color: #fff;
}

.modal-window > div {
    background-color: #fdf9d4 !important;
}

.navigation__links img {
    height: 100px;
    width: 100%;
}

.member {
    border: 1px solid #333;
    padding: 8px;
    border-radius: 5px;
    transition: all 500ms ease-out;
}

.member:hover {
    transform: scale(1.05);
}

.big-image {
    text-align: center;
    height: 300px;
    position: relative;
}

.big-image img {
    max-width: 100%;
    max-height: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
    padding: 5px;
}

.small-images {
    text-align: center;
}

.small-images img {
    height: 80px;
    margin: 5px;
    cursor: pointer;
}

.details {
    text-align: justify;
}

#itemDetails .qty {
    width: 100px !important;
    border: 0px;
    padding: 7px 10px !important;
    text-align: center !important;
    font-size: 18px;
    font-weight: bold;
    background: #DDD13D;
    line-height: 26px;
}

#itemDetails h5 {
    margin-bottom: 0px;
}

.price-old {
    text-decoration: line-through;
    margin-left: 5px;
}
.selected{
    display: none;
}
.tailoring {
    margin-bottom: 15px;
    position: relative;
}

.tailoring .select {
    border: 0px;
    padding: 8px 10px !important;
    text-align: center !important;
    font-size: 1.4rem;
    font-weight: lighter;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    background: #DDD13D;
}

.tailoring-images {
    margin-left: 5px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 2;
    border: 1px solid #f0f0f0;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.tailoring-images img {
    height: 90px;
    margin: 5px;
    float: left;
    cursor: pointer;
}
.tailoring-images img:hover {
    border: 1px solid #bdbdb3;
}
.book-image-thumb{
    width: auto !important;
    left: 0px;
    right: 0px;
    margin: auto !important;
}
.cart-bookimg-holder{
    width: 200px;
    float: left;
    height: 300px;
    position: relative;
    margin: 5px;
}
.cart-bookimg-holder img{
    position: absolute;
    margin: auto;
    max-width: 100%;
    text-align: center;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    max-height: 100%;
    cursor: pointer;
}
.clear-look{
    color: #ff0000;
    text-decoration: none;
    position: absolute;
    top: -13px;
    right: -18px;
    background: transparent;
    padding: 6px 4px 4px 3px;
    font-size: 13px;
    line-height: 7px;
    border: 1px solid #bdbdb3;
    display: none;
}
#itemDetails table{
    width: 100% !important;
}
#itemDetails table tr td:first-child{
    width: 30%;
}
.mr-15{
    margin-right: 15px;
}
.cart-count{
    background-color: #f8e934;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #333;
    border: 1px solid #bdbdb3;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    right: -5px;
    top: -5px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}
.table thead th{
    text-align: center;
}
.category .item:first-child, .sub-category .item:first-child{
    padding-left: 0px;
}
.black-bar{
    background: #000;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
}
.home-icon{
    display: inline-block !important;
    padding-top: 8px !important;
}
.mobile-nav-icon{
    margin-right: 75px
}
.navigation__container{
    width: 730px;
}
#MainContent{
    margin-bottom: 0px !important;
}
.footer-slider{
    cursor: pointer;
}
.bio-image{
    float: right;
    max-width: 30%;
    margin-left: 20px;
    margin-top: 32px;
}
.main-content {
    background: #fefdf2!important;
}

.modal-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
}
.modal-bottom .modal-dialog .modal-content {
    border-radius: 0.3rem 0.3rem 0 0;
}

.modal-p-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
    transform: translateY(100%) !important;
}
.modal-p-bottom .modal-dialog .modal-content {
    border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom.show {
    overflow: hidden;
}
.modal-p-bottom.show .modal-dialog {
    transform: translateY(0%) !important;
    min-height: 80px;
}

.modal-right .modal-dialog {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    width: 320px;
    left: auto !important;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-right .modal-content {
    height: 100vh;
    border-radius: 0.3rem 0 0 0.3rem;
}
.modal-right.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}

.paymentWrap {
    padding: 20px 0;
}

.paymentWrap .paymentBtnGroup {
    max-width: 800px;
    margin: auto;
}

.paymentWrap .paymentBtnGroup .paymentMethod {
    padding: 40px;
    box-shadow: none;
    position: relative;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active {
    outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
    outline: none !important;
    box-shadow: 0px 3px 22px 0px #7b7b7b;
    border: 5px solid #a4db66;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    transition: all 0.5s;
}


.paymentWrap .paymentBtnGroup .paymentMethod .method {
    border-color: #ccc;
    outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
    border-color: #DDD13D;
    outline: none !important;
}

.form-control {
    font-family: auto!important;
}
input[type=text] {
    font-family: auto!important;
}
input[type=password] {
    font-family: auto!important;
}
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 32%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 2.2em;
    bottom: -1.2em;
}

.card {
    width: 100%;
    opacity: 1!important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent!important;
    transform: translateY(0)!important;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
