@font-face {
    font-family: 'SF Old Republic SC';
    src: local('SF Old Republic SC Bold'), local('SFOldRepublicSC-Bold'),
    url('../fonts/SFOldRepublicSC-Bold.woff2') format('woff2'),
    url('../fonts/SFOldRepublicSC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Old Republic SC';
    src: local('SF Old Republic SC'), local('SFOldRepublicSC'),
    url('../fonts/SFOldRepublicSC.woff2') format('woff2'),
    url('../fonts/SFOldRepublicSC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6;

}

/* Track */

body::-webkit-scrollbar-track {

    border-radius: 0;

}

/* Handle */

body::-webkit-scrollbar-thumb {

    background: #F93347;

}

body::-webkit-scrollbar-thumb:window-inactive {

    background: #F93347;

}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-family: 'SF Old Republic SC', sans-serif;

    font-size: 12px;
    font-weight: normal;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Old Republic SC', sans-serif;
    font-style: normal;
    margin: 0;
    font-weight: bold;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a, button  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

.top-head {
    background: #DCA69A;
    padding: 5px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.search-form {
    display: flex;
    align-items: center;
}

.search-form button.btn-light {
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin-right: 15px;
}

.search-form button.btn-light img {
    width: 25px;
}

.search-form input.form-control {
    border-radius: 0;
    background: transparent;
    border: none;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    height: 40px;
}

.search-form input.form-control::placeholder {
    color: #fff;
}

.search-form input.form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: 0;
    box-shadow: none !important;
}

.user-menu {
    height: 100%;
    border-left: 1px solid #fff;
    padding-left: 15px;
    color: #fff;
    font-size: 24px;
}

.user-menu a {
    color: #fff;
}

.top-mobile {
    height: 100%;
    border-left: 1px solid #fff;
    padding-left: 15px;

}

.top-mobile img {
    width: 25px;
}

.top-mobile a {
    color: #fff;
    font-size: 24px;
}

.site-logo {
    display: block;
    text-align: center;
}

.site-logo img {
    max-height: 150px;
}


.home {
    background: #FFF3F8 ;
    min-height: 100vh;
    position: relative;
}
section.home:after{
    background-image: url("../images/bg.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-size: 30%;
    opacity: 0.6;
}
.page-about{
    background: #FFF3F8 ;
    min-height: 100vh;
    position: relative;

}
.page-about:after{
    background-image: url("../images/bg.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-size: 30%;
    opacity: 0.6;
}
.home .container{
    position: relative;
    z-index: 2;
}
.inner--page .img-bg1,
.inner--page .img-bg2{
    display: none !important;
}
/*.inner--page{*/
/*    min-height: 50vh !important;*/
/*}*/
.inner-page .home{
    min-height: 370px;
}

header {
    /*position: absolute;*/
    /*top:0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*z-index: 10;*/
}

.main-menu {
    text-align: center;
}

.main-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-menu ul > li > a {
    padding: 0 15px;
    color: #707070;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid transparent;
}

.main-menu ul > li:hover > a {
    border-bottom-color: #DCA69A;
}

.main-menu ul > li.active > a {
    border-color: #DCA69A;
    background: #ffffff;
    color: #DCA69A;
}

.home-title {
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 50px;

}

.home-title span {
    display: block;
    color: #ffffff
}

.slider-title {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #DCA69A;
    margin-top: 30px;
}

.slider-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 40px auto;
    width: 100%;
}

.num-ic img {
    max-height: 50px;
}

.nm-slider {
    margin-left: 20px;
    margin-right: 20px;
}

.slider-tick {
    background-color: #E5E5E5;
    background-image: -moz-linear-gradient(top, #E5E5E5, #E5E5E5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E5E5E5));
    background-image: -webkit-linear-gradient(top, #E5E5E5, #E5E5E5);
    background-image: -o-linear-gradient(top, #E5E5E5, #E5E5E5);
    background-image: linear-gradient(to bottom, #E5E5E5, #E5E5E5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E5E5E5', GradientType=0);

}

.slider-track-low, .slider-track-high {
    background: #E5E5E5;
}

.slider-selection.tick-slider-selection {
    background-color: #DCA69A;
    background-image: -moz-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCA69A), to(#DCA69A));
    background-image: -webkit-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: -o-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: linear-gradient(to bottom, #DCA69A, #DCA69A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCA69A', endColorstr='#DCA69A', GradientType=0);
}

.slider-tick.in-selection {
    background-color: #DCA69A;
    background-image: -moz-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCA69A), to(#DCA69A));
    background-image: -webkit-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: -o-linear-gradient(top, #DCA69A, #DCA69A);
    background-image: linear-gradient(to bottom, #DCA69A, #DCA69A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCA69A', endColorstr='#DCA69A', GradientType=0);

}

.slider-handle {
    background-color: #D09D91;
    background-image: -moz-linear-gradient(top, #D09D91, #D09D91);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D09D91), to(#D09D91));
    background-image: -webkit-linear-gradient(top, #D09D91, #D09D91);
    background-image: -o-linear-gradient(top, #D09D91, #D09D91);
    background-image: linear-gradient(to bottom, #D09D91, #D09D91);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D09D91', endColorstr='#D09D91', GradientType=0);
}

.action-btn {
    margin-top: 40px;
}

.btn-primary {
    background: #DCA69A;
    border-color: #DCA69A;
    border-radius: 0 !important;
}

.btn-primary:hover {
    background-color: #D09D91;
    border-color: #D09D91;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {

    background-color: #bf9085;
    border-color: #bf9085;
}

.card-header {

    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
}

.card-body {

    background: #FBFBFB;
    z-index: 1;
    position: relative;
}

.accordion > .card {
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 0;
    margin-bottom: 20px;

}

.date-picker {
    background-image: url(../images/date.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.time-picker {
    background-image: url(../images/time.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.img-bg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/left-img.svg) no-repeat -100px 29px;
    width: 300px;
    height: 300px;
    background-size: cover;
}

.img-bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/right-img.svg) no-repeat 40px 0;
    width: 240px;
    height: 300px;
    background-size: contain;
}

.slider.slider-horizontal {
    width: 300px;
}

.order-products {
    padding: 80px 0;
}

.sec-title h2 {
    color: #DCA69A;
    font-size: 30px;
    margin-bottom: 15px;

}

.user-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.user-choices {
    padding: 15px;
}

.what-service {
    color: #DCA69A;
    font-size: 20px;
    margin-bottom: 15px;
}

.accordion > .card > .card-header button {
    width: 100%;
    color: #DCA69A;
    font-size: 20px;
    text-align: left;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.prod-item label.btn-light {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    color: #DCA69A;
    font-size: 20px;
    border-radius: 0;
}

.prod-item label.btn-light input {
    opacity: 0;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #ffffff;
    background-color: #DCA69A;
    border-color: #DCA69A;
}

.row.row-5 {

    margin-right: -5px;
    margin-left: -5px;
}

.row.row-5 > div {

    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    border-radius: 0 !important;
    color: rgba(116, 116, 116, 0.47);
    font-size: 20px;
    box-shadow: 0 0 6px rgba(0, 0 , 0 ,0.16);
}

.prod-item select {
    font-size: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);

}

.woocommerce-Price-amount {
    color: #E2B98B;
    font-size: 24px;
}

.prod-price {

}

.when-bg {
    height: 100%;
    background: rgba(241, 241, 241, 0.24);
    padding: 15px;
    width: 100%;

}


.when-bg h4 {
    text-align: center;
    font-size: 24px;
    color: #616161;
    margin-bottom: 30px;
}

.available {
    font-size: 24px;
    color: #3dae3f;

}

.available i {
    color: #3dae3f;
}

.not-available {
    font-size: 24px;
    color: #c10303;

}

.not-available i {
    color: #c10303;
}

.total_price {
    font-size: 24px;
    color: rgba(48, 48, 48, 0.37)
}

.total_price b {
    font-weight: bold;
    color: #E2B98B;
}

.total_price small {
    font-size: 18px;
}


.success_book {
    text-align: center;
    color: #747474;
    padding: 80px 0;
}

.success_book i {
    text-align: center;
    color: #E2B98B;
    font-size: 62px;
}

.success_book h3 {
    font-size: 42px;
}

.success_book h4 {
    font-size: 30px;
}

.success_book h5 {
    font-size: 25px;
}

.social a {
    color: rgba(48, 48, 48, 0.37);
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

footer {
    padding: 40px 0;
}

footer p {
    color: rgba(48, 48, 48, 0.37);
    font-size: 18px;
}

.reg-exc {
    text-align: center;
    color: #747474;
    font-size: 24px;
}

.form-page {
    margin-top: 40px;
}

.have_account {
    display: block;
    font-size: 24px;
    color: #747474;
    text-align: center;

}

.have_account span {
    text-decoration: underline;
}

.order-number-user {
    margin-bottom: 30px;
}

/*mobile menu*/
/*menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background-color: #2D2D2D;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    background: #00AEB3;
    color: #fff;
    border-color: #00AEB3;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

html.menu-toggle {
    overflow: hidden;
}

.menu-trigger {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    z-index: 99;
    display: none;
    float: left;
    margin-left: 12px;
    margin-top: -70px;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #dca69a;
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #dca69a;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.menu-trigger span:after {
    width: 22px;
}

.menu-trigger span:before,
.menu-trigger span:after {
    content: "";
}

.menu-trigger span {
    top: 16px;
}

.menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #dca69a;
}

.menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #dca69a;
}

.gallery .item{
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
 }
.gallery .item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .item a img{
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery .item:hover a img{
    transform: scale(1.2);
}

@media (max-width: 640px) {
    .top-mobile, .search-form {
        border-left: none;
        border-bottom: 1px solid rgba(232, 200, 193, 0.37);
    }

    .user-menu {
        border-left: none;
    }

    .menu-trigger {
        display: block;
    }

    .main-menu ul {
        display: none;
    }

    .home-title {
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        margin-top: 20px;
    }

    .slider-title {
        text-align: center;
        font-size: 25px;

    }
    .img-bg2 {
        width: 150px;
        height: 150px;
    }

    .img-bg1 {
        width: 150px;
        height: 150px;
    }
    .success_book h5 {
        font-size: 20px;
    }
    .success_book h4 {
        font-size: 25px;
    }
    .success_book h3 {
        font-size: 30px;
    }
    .home:after{
        -webkit-background-size: 100%;
        background-size: 100%;
        background-position: center;
    }
    .slider.slider-horizontal {
        width: 220px;
    }

}
.border-titles{
    background: #DCA69A;
    padding: 30px;
    margin-top: 30px;
    color: #fff;
}
.product-thumbnail img{
    width: 60px;
    height: 60px;
}
.added_to_cart{
    display: none !important;
}

.coupon-home{
    border:1px solid #ddd;
    padding: 3px;
    border-radius:5px;
}
.inner-page .home-title{
    color: #FFF3F8;
    background: #DCA69A;
}

.pdetails{
    font-size: 18px;
    line-height: 30px;
}
.pdetails p{
    margin-bottom: 15px;
}

.w-title{
    max-width: 600px !important;
    margin: auto;
}