body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
}

.loadingoverlay {
    z-index: 10 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-brown {
    background: #efece5;
}

.bg-green {
    background: #b2bfa9;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lora', serif !important;
    color: #29675f;
}

h1 {
    font-size: calc(1.7rem + 1.5vw);
}

a {
    color: #29675f;
}

a:hover {
    color: #1b564e;
}

.headlineLink {
    text-decoration: none !important;
}

.headlineLink:hover {
    text-decoration: underline !important;
}

.themeGreen {
    color: #29675f;
}

p {
    color: #493f38;
}

.navbar {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

.navbar-brand {
    margin-right: 80px;   
    margin-left: -10px;
}

.navbar .nav-item .nav-link {
    font-weight: 400;
    color: #706a62;
}

.navbar-nav .nav-item.active  .nav-link, .navbar-nav .show>.nav-link {
    font-weight: 800;
    color: #29675f;
}

form.advsea-form fieldset {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

form.advsea-form fieldset input[type="submit"] {
    display: none
}

form.advsea-form fieldset input,
.searchInput {
    border-radius: 20px !important;
    width: auto !important;
    height: auto !important;
}

form.advsea-form fieldset input:focus,
.searchInput:focus {
    border-color: #cfae84;
    box-shadow: 0 0 0 0.2rem rgba(207, 174, 132, 0.24);
}

.advsea-paging1 {
    display: none;
}

.shopBtn {
    color: #ffffff;
    font-weight: 600;
    background: #cfae84;
    border-color: #cfae84;
    border-radius: 20px;
}

.shopBtn:hover {
    background: #c89c6a !important;
    border-color: #c89c6a !important;
}

.cartPopover .popover-header {
    display: none;
}

.cartPopover .cartBody h5 {
    margin-bottom: 5px;
}

.cartPopover .cartBody img {
    border-radius: 7px;
}

.heroBg {
    min-height: 600px;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: none;
    overflow: hidden;
}

.videoContainer {
    transition: all .5s ease-in-out;
    position: absolute;
    top: -28%;
    width: 100vw;
    z-index: 0;
    padding-bottom: 56.25%; /* 16:9 */
    pointer-events: none;
    overflow: hidden;
    display: flex;
    align-self: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    align-content: center;
    justify-content: center;
}

.heroBg .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
}

.heroContent {
    position: relative;
    z-index: 10;
}

.heroHeadline {
    font-size: 2.8rem !important;
    line-height: 4rem !important;
    font-weight: normal !important;
}

.lead {
    font-size: 1.4rem;
}

.mainTextContainer h2 {
    font-size: 2.9rem;
}

.mainTextContainer p {
    font-size: 1.3rem;
    line-height: 2.2rem;
}


.filtersList li {
    border-radius: 14px !important;
    margin: 0px 20px;
    color: #827d78;
    border: 2px solid transparent !important;
    cursor: pointer;
}

.filtersList li:hover {
    border: 2px solid #efe7da !important;
}

.filtersList li.active {
    border: 2px solid #e5dac8 !important;
    background: none;
    color: #827d78;
}

.videoItem p {
    color: #706a62;
}

.videoCover {
    border-radius: 6px;
}

.videoTitle {
    color: #493f38;
    font-size: 1.8rem;
}

.videoPageTextDescription h1 {
    color: #493f38;
}

.videoPageTextDescription p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: justify;
}

.duoBg {
    background: linear-gradient(90deg, #FFFFFF 50%, #efece5 50%);
}

#video {
    width: 100%;
}

/* video {
    object-fit: cover; 
} */ 

.video-js {
    background-color: rgba(255,255,255,1) !important;
}

.video-js .vjs-big-play-button {
    font-size: 4em !important;
    border-radius: 50% !important;
    height: 3em !important;
    background-color: rgba(255,255,255,0.4) !important;
    top: calc(50% - 1.5em) !important;
    left: calc(50% - 1.5em) !important;
    line-height: 3em !important;
    transform: scale(0.8) !important;
    transition: 0.5s all !important;
}
.video-js:hover .vjs-big-play-button {
    transform: scale(1.1) !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 3em !important;
    color: rgba(255,255,255,0.6) !important;
}

/* video[poster]{
    object-fit: cover;
} */
 
.vjs-poster {
    background-size: cover;
    background-position: inherit;
}
  
.vjs-poster {

    /*background-color: #efece5 !important;*/
}

.photosBanner .photoContainer {
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
    max-height: 460px;
}

.photosBanner .photoContainer .branchContainer {
    background: url('../img/branch.png') center no-repeat;
    background-size: cover;
    width: 210px;
    height: 100%;
    position: absolute;
    right: -105px;
    top: 0;
    z-index: 2;
}

.photosBanner img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    border: 2px solid #fff;
}

.sidebarContent .titleContainer {
    background: #eae3d7;
    color: #493f38;
    border-top: 2px solid #cda274;
}

.sidebarContent .accordion-item {
    border-radius: 0px !important;
    background: none !important;
    border: 0px !important;
}

.sidebarContent .accordion-button {
    border-radius: 0px;
    background: none;
    border: 0px !important;
    color: #493f38;
}

.sidebarContent .productName {
    font-family: 'Open Sans', sans-serif !important;
    color: #493f38;
}

.sidebarContent .price {
    font-family: 'Open Sans', sans-serif !important;
    color: #493f38;
    font-weight: 800;
}

.quoteSection .quoteTop {
    width: 36px;
    height: 36px;
    margin: 0px auto;
    background: url('../img/quote_top.png') center no-repeat;
    background-size: contain;
}

.quoteSection .quoteBottom {
    width: 36px;
    height: 36px;
    margin: 0px auto;
    background: url('../img/quote_bottom.png') center no-repeat;
    background-size: contain;
}

.quoteSection .quote p {
    color: #29675f;
    font-size: 2rem;
    font-family: 'Lora', serif !important;
}

.quoteSection .author {
    color: #493f38;
    font-size: 1.4rem;
    text-align: right;
}

.personSection h1 {
    color: #ffffff;
}
.personSection p {
    color: #352622;
    font-size: 1.3rem;
}

.store.storeHome .mainText {
    font-size: 1.2rem;
}

.store.storeHome .categoryItem {
    cursor: pointer;
    margin-bottom: 50px;
}

.store.storeHome .categoryItem a {
    text-decoration: none;
}

.store.storeHome .categoryItem img {
    width: 100%;
    min-height: 306px;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.2s all !important;
}

.store.storeHome .categoryItem .name {
    font-size: 1.4rem;
    font-family: 'Lora', serif !important;
    color: #413732;
    text-align: center;
    display: block;
    padding: 14px 0px;
}

.store.storeHome .categoryItem:hover img {
    transform: scale(1.05) !important;

}

/*.store.storeCategory .mainText {*/
/*    font-size: 1.2rem;*/
/*}*/

.store.storeCategory .productItem {
    cursor: pointer;
    margin-bottom: 50px;
}

.store.storeCategory .productItem a {
    text-decoration: none;
}

.store.storeCategory .productItem img {
    border-radius: 14px;
    transition: 0.2s all !important;
    margin: 0px auto;
    display: flex !important;
    border: 1px solid #e8e8e8;
}

.store.storeCategory .productItem .name {
    font-size: 1.4rem;
    font-family: 'Lora', serif !important;
    color: #413732;
    text-align: center;
    display: block;
    padding: 14px 0px 7px 0px;
}
.store.storeCategory .productItem .storeInfo {
    position: relative;
}
.store.storeCategory .productItem .storeInfo .price {
    color: #655f58;
    width: 100%;
    text-align: center;
}
.store.storeCategory .productItem .storeInfo .cart {
    color: #f76f2f;
    position: absolute;
    right: 10px;
    top: -3px;
    font-size: 1.23rem;
    transition: 0.2s all !important;
}
.store.storeCategory .productItem:hover .storeInfo .cart:hover {
    transform: scale(1.3) !important;
}
.store.storeCategory .productItem:hover img {
    transform: scale(1.05) !important;
}

.store #product {
    transition: 0.5s all !important;
}

#similarProducts {
    transition: 0.5s all !important;
}

.store.storeProduct .price {
    color: #493f38;
    font-size: 1.23rem;
}

.store.storeProduct .btnAddToCart,
.store.storeProduct .btnExternalLink,
#toStoreBtnLink {
    color: #ffffff;
    font-weight: 600;
    background: #cfae84;
    border-color: #cfae84;
    border-radius: 20px;
    float: right;
    transition: 0.2s all !important;
}

.store.storeProduct .btnAddToCart:hover,
.store.storeProduct .btnExternalLink:hover,
#toStoreBtnLink:hover {
    background: #b79871;
    border-color: #b79871;
}

.store.storeProduct .flex-direction-nav a,
.store.storeProduct .flex-direction-nav a:before{
    color: #fff !important;
    font-size: 25px;
}

.store.storeProduct .flexslider {
    margin-bottom: 10px;
}

.store.storeProduct .slides li {
    border-radius: 14px;
    overflow: hidden;
}

.store.storeProduct .flex-control-thumbs {
    margin-top: 30px;
}

.store.storeProduct .flex-control-thumbs li {
    padding: 0px 5px;
    border-radius: 14px;
    /*width: 100%;*/
    /*height: 100%;*/
    overflow: hidden;
    /*min-width: 240px;*/
    /*min-height: 200px;*/
    position: relative;
}

.store.storeProduct .flex-control-thumbs li.ar:after {
    content: "";
    background: url('../img/ar_icon.png') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: 10px;
    z-index: 0;
    cursor: pointer;
}

@media (max-width: 575px) {
    .store.storeProduct .flex-control-thumbs li {
        min-width: 120px;
        /*min-height: 140px;*/
    }
}

.store.storeProduct .flex-control-thumbs li img {
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    min-height: 120px;
    height: auto;
    object-position: center;
    object-fit: cover;
}

@media (max-width: 575px) {
    .store.storeProduct .flex-control-thumbs li img {
        min-height: 80px;
    }
}

.store.storeProduct .flex-direction-nav a,
.store.storeProduct .flex-direction-nav a:before {
    top: 35%;
    color: #c4bdb0 !important;
}

.store.storeProduct .productImage {
    border-radius: 14px;
    min-height: 250px;
    margin: 0px auto;
    border: 1px solid #e8e8e8;
}

model-viewer {
    border-radius: 0px;
    min-height: 250px;
    width: 80%;
    margin: 0px auto;
}

@media (max-width: 575px) {

}

.store.storeProduct .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 30px;
}
.store.storeProduct .nav-tabs .nav-link {
    border: none !important;
    background: none !important;
    border-color: #ede9e2 !important;
    border-bottom: 3px solid transparent !important;
    color: #493f38;
    padding: 5px 30px;
}

.store.storeProduct .nav-tabs .nav-link.active {
    border-bottom: 3px solid #ede9e2 !important;
}

.store.storeProduct .relatedProducts {
 background: #ede9e2;
}

.store.storeProduct .relatedProductItem {
    cursor: pointer;
    margin-bottom: 50px;
}

.store.storeProduct .relatedProductItem a {
    text-decoration: none;
}

.store.storeProduct .relatedProductItem img {
    border-radius: 14px;
    transition: 0.2s all !important;
}

.store.storeProduct .relatedProductItem span {
    font-size: 1.4rem;
    font-family: 'Lora', serif !important;
    color: #413732;
    text-align: center;
    display: block;
    padding: 14px 0px 7px 0px;
}
.store.storeProduct .relatedProductItem .storeInfo {
    position: relative;
    text-align: center;
}
.store.storeProduct .relatedProductItem .storeInfo .price,
.store.storeProduct .relatedProductItem .storeInfo .price .amount,
.store.storeProduct .relatedProductItem .storeInfo .price .amount span{
    font-family: 'Open Sans', sans-serif !important;
    color: #655f58 !important;
    text-align: center;
    font-size: 1.23rem !important;
    display: inline-block !important;
}
.store.storeProduct .relatedProductItem .storeInfo .cart {
    color: #f76f2f;
    position: absolute;
    right: 10px;
    top: -3px;
    font-size: 1.23rem;
    transition: 0.2s all !important;
}
.store.storeProduct .relatedProductItem:hover .storeInfo .cart:hover {
    transform: scale(1.3) !important;
}
.store.storeProduct .relatedProductItem:hover img {
    transform: scale(1.05) !important;
}

.classroom .nav-tabs {
    border-bottom: none;
}

.classroom .nav-link {
    color: #493f38;
    font-weight: 400;
    background: #ffffff;
    border-color: #ffffff;
    border-radius: 20px;
    border-width: 2px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
    margin: 10px;
    transition: 0.2s all !important;
}

.classroom .nav-link:hover {
    background: rgba(207, 174, 132, 0.2);
    border-width: 2px;
    border-color: rgba(207, 174, 132, 0.05);
}

.classroom .nav-link.active {
    color: #493f38;
    font-weight: 400;
    background: #ffffff;
    border-color: #cfae84;
    border-radius: 20px;
    border-width: 2px;
}

.classroom .btnBook {
    color: #413732;
}

.classroom .btnBook i {
    color: #cfae84;
}

.courseItem {
    transition: all .2s ease-in-out;
}

.courseItem.disabled {
    transition: all .2s ease-in-out;
    filter: blur(2px);
}



footer {
    background: #e0e5dd;
}

footer h3 {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
}

footer p {
    font-size: 0.9rem;
}

footer .nav-item a {
    color: #827d78;
    transition: all .2s ease-in-out;
}

footer .nav-item a:hover {
    color: #29675f;
    transform: scale(1.2);
}

footer a.link:hover {
    text-decoration: underline;
    cursor: pointer;
}

footer a.link:hover {
    text-decoration: none;
}

footer .socialIcons a {
    margin: 0 20px 0px 0px;
}

footer .socialIcons i {
    font-size: 1.6rem;
}

.subfooter {
    background: #b2bfa9;
    color: #29675f;
}

@media (max-width: 575px) {
    .heroHeadline {
        font-size: 2rem !important;
        line-height: 3rem !important;
        font-weight: normal !important;
    }
}
