.header{
    background: rgba(253, 250, 244, 0.25);
    background: rgba(253, 250, 244, 0.75);
    display: flex;
    left: 0;
    height: 70px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    transition: all ease-in-out 200ms;
}
body:not(.home) .header,
.header.sticky{
    background: #FDFAF4;
    -webkit-box-shadow: 0px 5px 5px -3px #7d7d7d, 0px -5px 5px -3px #ffffff;
    -moz-box-shadow: 0px 5px 5px -3px #7d7d7d, 0px -5px 5px -3px #ffffff;
    box-shadow: 0px 5px 5px -3px #7d7d7d, 0px -5px 5px -3px #ffffff;
    height: 60px;
    padding: 5px 0;
}
.header .header-left,
.header .header-middle,
.header .header-right{
    align-items: center;
    display: flex;
    position: relative;
    width: 33.33%;
}
.header .header-left{
    order: 1;
    text-align: left;
}
.header .header-middle{
    order: 2;
    text-align: center;
}
.header .header-right{
    justify-content: flex-end;
    order: 3;
    text-align: right;
}
.header .logo{
    display: inline-block;
    margin: 0 auto;
}
.header .logo > img{
    display: block;
    max-height: 40px;
    margin: 0;
}
.header .header-left > .btn-icon,
.header .header-right > .btn-icon{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.header .header-left > .btn-icon{
    margin-right: 5px;
}
.header .header-right > .btn-icon{
    margin-left: 10px;
}
.header .header-left > .btn-icon > i,
.header .header-right > .btn-icon > i{
    display: block;
    line-height: 50px;
}
.nav{
    background: #4C4845;
    -webkit-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    -moz-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    bottom: 0;
    display: block;
    height: 100vh;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 60px 0;
    position: fixed;
    top: 0;
    transition: all ease-in-out 200ms;
    width: 240px;
    z-index: 998;
}
.nav:not(.show){
    transform: translateX(-120%);
}
.nav > ul{
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    position: relative;
}
.nav > ul > li{
    display: block;
    margin: 15px 0;
    position: relative;
}
.nav > ul > li > a{
    border-bottom: solid 1px rgba(221, 221, 221, 0.2);
    color: #fff;
    display: block;
    font-family: 'Futura Bk BT';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.nav > ul > li:hover > a,
.nav > ul > li:active > a,
.nav > ul > li > a:hover{
    color: #E09132;
}
.header .dropdown{
    display: block;
    height: 0;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all ease-in-out 200ms;
    width: 200px;
    white-space: nowrap;
}
.header .dropdown.open{
    background: #18181a;
    border-bottom: solid 5px #ff0000;
    border-radius: 0px 0px 3px 3px;
    display: block;
    height: auto;
}
.header .dropdown > a{
    border-bottom: solid 1px rgba(221, 221, 221, 0.15);
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    padding: 0 20px;
}
.header .dropdown > a:hover{
    color: #E09132;
}
.nav .btn-close-menu{
    position: absolute;
    right: 10px;
    top: 10px;
}

/* Footer */
.footer{
    background: #383330;
    padding: 0;
}
.footer .footer-logo{
    align-items: center;
    border-right: solid 1px #F0ECE7;
    display: flex;
    margin: 50px 0 30px 0;
    padding: 0 70px;
    text-align: center;
    width: auto;
}
.footer .footer-logo img{
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    width: 180px;
}
.footer .footer-menu{
    align-items: flex-start;
    border-right: solid 1px #F0ECE7;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px 0;
    padding: 20px 50px 20px 60px;
    text-align: center;
    width: 33.33%;
}
.footer .footer-menu > ul,
.footer .footer-menu > ul > li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .footer-menu > ul > li{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
    text-align: left;
    text-transform: uppercase;
}
.footer .footer-menu > ul.socialmedia{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70px;
}
.footer .footer-menu > ul.socialmedia > li{
    font-size: 20px;
    margin: 15px 0 5px 0;
    text-align: center;
    width: 25px;
}
.footer .footer-menu > ul > li > a{
    color: #FFEFCD;
    display: inline-block;
    letter-spacing: 1px;
}
.footer .footer-menu > ul > li > a:hover{
    color: #E09132;
}
.footer-copyright{
    background: #E09132;
    color: #383330;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.section{
    background: #FDFAF4;
    background: -moz-linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    background: -webkit-linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    background: linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDFAF4",endColorstr="#EFEAE5",GradientType=1);
    padding: 100px 0;
    position: relative;
}
.section.bg-light1{
    background: #FDFAF4;
}
.section.bg-light2{
    background: #EFEAE5;
}
/* .section.height-100vh{
    height: calc(100vh - 60px);
}
.section-slider.height-100vh{
    height: 100vh;
} */
.section.p-0{
    padding: 0;
}
.section.pb-0{
    padding-bottom: 0;
}
.section.pt-0{
    padding-top: 0;
}
.section.p-50{
    padding: 50px;
}
.section.pb-50{
    padding-bottom: 50px;
}
.section.pt-50{
    padding-top: 50px;
}
.section > .bg-image{
    background-color: transparent;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
@media screen and (max-width: 1199px){
    .section > .bg-image{
        background-position: bottom center;
    }
    .section > .bg-image.mobile{
        display: block !important;
    }
}
@media screen and (min-width: 1200px){
    .section > .bg-image.desktop{
        display: block !important;
    }
}
.section > .section-heading:not(.section-heading-categories){
    -webkit-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    -moz-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    display: block;
    left: -80px;
    padding-left: 80px;
    padding-right: 0;
    position: absolute;
    top: 30px;
    width: 25%;
}
.section .section-header{
    position: relative;
}
.section .section-header > .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section .section-header h1,
.section .section-header h2{
    color: #E09132;
    font-family: 'AlternateGothic2 BT';
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.section .section-header h2 + div{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.section .section-header h2 + div > div:not(:first-of-type){
    padding-left: 15px;
}
.section .section-header h2 + div > div:not(:last-of-type){
    border-right: solid 1px #fff;
    padding-right: 15px;
}
.section .section-content{
    position: relative;
}
.section .section-footer{
    position: relative;
}

.section-slider{
    position: relative;
}
.section-slider .owl-item{
    position: relative;
}
.section-slider .owl-item > .card > picture,
.section-slider .owl-item > .card > video,
.section-slider .owl-item > .card > iframe{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.section-slider .card img,
.section-slider .card video{
    display: block;
    object-fit: cover;
}
.section-slider.height-100vh .owl-item > .card img,
.section-slider.height-100vh .owl-item > .card video,
.section-slider.height-100vh .owl-item > .card > picture,
.section-slider.height-100vh .owl-item > .card > picture > img,
.section-slider.height-100vh .owl-item > .card > video,
.section-slider.height-100vh .owl-item > .card > video > img,
.section-slider.height-100vh .owl-item > .card > iframe{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.section-slider .owl-item > .card > div{
    left: 10%;
    position: absolute;
    right: 10%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.section-slider .owl-item > .card > div h1,
.section-slider .owl-item > .card > div h2{
    font-size: 45px;
    font-weight: 300;
}
.widget-content-home > .width-50{
    margin: 0px 80px 80px 80px;
    width: 50%;
}
.widget-content-home > .width-50 > p{
    margin-bottom: 80px;
}

.widget-product-categories{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
}
.widget-product-categories > .item{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}
.widget-product-categories > .item > .card{
    background: #DFDFDF;
    -webkit-box-shadow: 0px 7px 8px -3px #7D7D7D;
    -moz-box-shadow: 0px 7px 8px -3px #7D7D7D;
    box-shadow: 0px 7px 8px -3px #7D7D7D;
    color: #FDFAF4;
    border: solid 4px #383330;
    font-family: 'Futura Bk BT';
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
/* .widget-product-categories > .item:nth-child(3) > .card:nth-child(1){
    margin-bottom: 50px;
    top: -35%;
}
.widget-product-categories > .item:nth-child(3) > .card:nth-child(2){
    -webkit-box-shadow: 0px -8px 8px -3px #7D7D7D;
    -moz-box-shadow: 0px -8px 8px -3px #7D7D7D;
    box-shadow: 0px -8px 8px -3px #7D7D7D;
    margin-top: 50px;
} */
.widget-product-categories > .item > .card > img{
    display: block;
    height: 100%;
    object-fit: cover;
}
.widget-product-categories > .item > .card > div{
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    min-height: 80px;
    padding: 0 50px;
    position: absolute;
    right: 0;
    text-align: center;
}
/* .widget-product-categories > .item:nth-child(3) > .card:nth-child(2) > div{
    bottom: auto;
    top: 0;
} */
/* .widget-product-categories + .section-heading.section-heading-categories{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.section-collections-widget{
    padding-bottom: 40px;
}
.section-collections-widget > .container{
    align-items: flex-start;
    display: flex;
}
/* .section-collections-widget > .section-heading{
    -webkit-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    -moz-box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    box-shadow: 3px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    display: block;
    left: -80px;
    padding-left: 80px;
    padding-right: 0;
    position: absolute;
    top: 30px;
    width: 25%;
} */
.widget-collection-slider{
    width: 10%;
}
.widget-collection-slider > .item{
    margin: 30px 0;
}
.widget-collection-slider > .item > button{
    background: none;
    border: 0;
    box-shadow: none;
    color: #A68E74;
    cursor: pointer;
    display: block;
    font-family: 'Futura Bk BT';
    font-size: 16.67px;
    height: auto;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.widget-collection-slider > .item button:hover,
.widget-collection-slider > .item button.active{
    color: #383330;
}
.widget-collection-content{
    height: 100%;
    width: 90%;
}
.widget-collection-content > .card{
    display: none;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    height: 100%;
}
.widget-collection-content > .card.show{
    display: flex;
}
.widget-collection-content > .card:not(.show){
    transform: translateX(-100%);
}
.widget-collection-content > .card > .video-container{
    display: block;
    padding-left: 40px;
    width: 30%;
}
.widget-collection-content > .card > .video-container > video{
    border: solid 10px #FFF;
    -webkit-box-shadow: 3px 5px 5px -3px #7D7D7D;
    -moz-box-shadow: 3px 5px 5px -3px #7D7D7D;
    box-shadow: 3px 5px 5px -3px #7D7D7D;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.widget-collection-content > .card > .txt{
    display: block;
    padding: 0 0 0 60px;
    position: relative;
    width: 70%;
}
.widget-collection-content > .card .owl-carousel{
    position: relative;
    width: 100%;
}
.widget-collection-content > .card .owl-carousel .owl-item{
    margin-bottom: 10px;
}
.widget-collection-content > .card .owl-carousel .owl-item img{
    border: solid 10px #FFF;
    -webkit-box-shadow: 3px 5px 5px -3px #7D7D7D;
    -moz-box-shadow: 3px 5px 5px -3px #7D7D7D;
    box-shadow: 3px 5px 5px -3px #7D7D7D;
    display: block;
    max-height: 300px;
    object-fit: cover;
}

.section-events-widget{
    align-items: flex-start;
    background: url('../media/bg-events-calendar.jpg') no-repeat top center;
    background-size: cover;
    display: flex;
    padding: 80px 0;
}
.widget-events-calendar{
    margin-top: 20px;
    width: 550px;
}
.widget-events-list{
    margin-left: 50px;
    margin-top: 20px;
    width: calc(100% - 600px);
}
.fc-theme-standard .fc-scrollgrid{
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0);
    background: -moz-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(125,125,125,0.25) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(125,125,125,0.25) 100%);
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(125,125,125,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#7D7D7D",GradientType=1);
    border: 0 !important;
    padding: 0 30px !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 550px !important;
}
.fc .fc-scrollgrid-section table{
    border: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 490px !important;
}
.fc .fc-scrollgrid-section table{
    min-height: 70px !important;
}
.fc .fc-scrollgrid-section-body table,
.fc-theme-standard .fc-scrollgrid{
    min-height: 490px !important;
}
.fc-theme-standard td, .fc-theme-standard th{
    border: 0 !important;
    color: #383330 !important;
    font-family: 'Futura Bk BT' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.fc .fc-daygrid-day-top{
    justify-content: center;
}
.fc-theme-standard td, .fc-theme-standard th,
.fc .fc-daygrid-day-top,
.fc .fc-daygrid-day-frame{
    height: 70px !important;
    line-height: 70px !important;
    width: 70px !important;
}
.fc .fc-daygrid-day-number{
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    margin: 15px !important;
    padding: 0 !important;
    width: 40px !important;
}
.fc .fc-daygrid-event-harness{
    position: static !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: auto !important;
    position: static !important;
    text-indent: -999px;
}
.fc .fc-daygrid-event{
    background: #ffefcd !important;
    border: solid 1px #d80344 !important;
    border-radius: 50% !important;
    height: 40px !important;
    line-height: 38px !important;
    left: 50%;
    margin: -5px 0px 0px 0px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px !important;
    z-index: -1 !important;
}
.fc-daygrid-dot-event .fc-event-title,
.fc-direction-ltr .fc-daygrid-event .fc-event-time,
.fc-daygrid-event-dot{
    display: none;
}
.fc .fc-scroller,
.fc .fc-scroller-liquid-absolute{
    overflow: hidden !important;
}
.fc .fc-view-harness {
    min-height: 490px !important;
    width: 490px !important;
}
.fc .fc-daygrid-body{
    width: 100% !important;
}
.fc .fc-daygrid-day.fc-day-today{
    background: none !important;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    position: relative;
}
.fc .fc-toolbar-title{
    color: #D80344 !important;
    font-family: 'Futura Bk BT' !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    text-transform: uppercase !important;
    top: 0;
    transform: translate(-60%, 0%);
    width: 100px !important;
    z-index: 2;
}
.fc-today-button.fc-button{
    display: none !important;
}
.fc-header-toolbar.fc-toolbar .fc-button-group{
    background: #FFFCF5 !important;
    border: 0 !important;
    border-radius: 35px !important;
    -webkit-box-shadow: 0px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    -moz-box-shadow: 0px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    box-shadow: 0px 5px 5px -3px #7D7D7D, 0px -5px 5px -3px #FFFFFF;
    color: #383330 !important;
    display: flex !important;
    justify-content: space-between;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-transform: uppercase !important;
    width: 220px;
    z-index: 1;
}
.fc-header-toolbar.fc-toolbar .fc-prev-button.fc-button,
.fc-header-toolbar.fc-toolbar .fc-next-button.fc-button{
    background:  none !important;
    border: 0 !important;
    border-radius: 35px !important;
    box-shadow: none;
    color: #383330 !important;
    cursor: pointer;
    flex: none !important;
    font-family: 'Futura Bk BT' !important;
    font-size: 13px !important;
    height: 30px !important;
    line-height: 30px !important;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-transform: uppercase !important;
    width: 50px !important;
}
.fc-header-toolbar.fc-toolbar .fc-prev-button.fc-button:focus,
.fc-header-toolbar.fc-toolbar .fc-prev-button.fc-button:active:focus,
.fc-header-toolbar.fc-toolbar .fc-prev-button.fc-button:hover,
.fc-header-toolbar.fc-toolbar .fc-next-button.fc-button:focus,
.fc-header-toolbar.fc-toolbar .fc-next-button.fc-button:active:focus,
.fc-header-toolbar.fc-toolbar .fc-next-button.fc-button:hover{
    -webkit-box-shadow: inset 0px 5px 5px -3px #7D7D7D, inset 0px -5px 5px -3px #FFFFFF;
    -moz-box-shadow: inset 0px 5px 5px -3px #7D7D7D, inset 0px -5px 5px -3px #FFFFFF;
    box-shadow: inset 0px 5px 5px -3px #7D7D7D, inset 0px -5px 5px -3px #FFFFFF;
    color: #7F7C79 !important;
}
.widget-events-list > .card{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    display: flex;
    margin-bottom: 20px;
    padding: 8px;
    position: relative;
}
.widget-events-list > .card:last-child{
    margin-bottom: 0px;
}
.widget-events-list > .card > figure{
    background: #383330;
    margin: 0;
    padding: 0;
}
.widget-events-list > .card > figure,
.widget-events-list > .card > figure > picture,
.widget-events-list > .card > figure > picture > img{
    display: block;
    height: 150px;
    object-fit: cover;
    width: 150px;
}
.widget-events-list > .card > div{
    display: flex;
    flex-direction: column;
    max-height: 150px;
    margin: 0;
    padding: 12px 12px 12px 20px;
    position: relative;
    width: calc(100% - 150px);
}
.widget-events-list > .card > div > .event-name{
    font-size: 21px;
    margin: 0 0 12px 50px;
}
.widget-events-list > .card > div > .btn{
    align-self: flex-end;
    margin-top: 10px;
}
.widget-events-list > .card > div > .event-day{
    background: #FFEFCD;
    border: solid 1px #7D7D7D;
    color: #383330;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
}

.section-blogs-widget{
    padding: 100px 0 120px 0;
}
.widget-blogs-list{
    position: relative;
}
.widget-blogs-list > .card{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    display: flex;
    margin-bottom: 30px;
    padding: 10px 10px 10px 0px;
    position: relative;
}
.widget-blogs-list > .card:last-child{
    margin-bottom: 0px;
}
.widget-blogs-list > .card > .timestamp{
    color: #383330;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}
.widget-blogs-list > .card > .timestamp > span{
    display: block;
    font-size: 15.69px;
}
.widget-blogs-list > .card > .timestamp > strong{
    display: block;
    font-size: 32px;
}
.widget-blogs-list > .card > figure{
    background: #383330;
    margin: 0;
    padding: 0;
}
.widget-blogs-list > .card > figure,
.widget-blogs-list > .card > figure > picture,
.widget-blogs-list > .card > figure > picture > img{
    display: block;
    object-fit: cover;
}
.widget-blogs-list > .card > figure{
    width: 25%;
}
.widget-blogs-list > .card > div{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 12px 12px 12px 20px;
    position: relative;
    width: calc(75% - 90px);
}
.widget-blogs-list > .card > div > .blog-title{
    font-size: 21px;
    margin: 0 0 12px 0;
}
.widget-blogs-list > .card > div > .btn{
    align-self: flex-end;
    margin-top: 10px;
}

.instagram-feeds{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.instagram-feeds a,
.instagram-feeds img{
    display: block;
    width: 100%;
}
.instagram-feeds > .card{
    padding: 0px 5px 10px 5px;
    width: 20%;
}
.instagram-feeds > .card > a{
    background: #FDFAF4;
    background: -moz-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: -webkit-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEAE5",endColorstr="#FDFAF4",GradientType=1);
    padding: 0;
    position: relative;
}

.section-cms-widget{
    background: #FDFAF4;
    min-height: 100vh;
    padding: 240px 0 0 0;
}
.section.section-cms-widget > .section-heading{
    top: 80px;
}
.widget-cms-card{
    background: #FDFAF4;
    background: -moz-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: -webkit-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEAE5",endColorstr="#FDFAF4",GradientType=1);
    padding: 0;
    position: relative;
}
.widget-cms-card > .cms-logo,
.widget-cms-card > .cms-logo > img{
    background: #4C4845;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.widget-cms-card > .cms-logo{
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.widget-cms-card > .cms-logo > img{
    max-height: 50%;
    object-fit: contain;
    max-width: 50%;
}
.widget-cms-card > .cms h1,
.widget-cms-card > .cms h2,
.widget-cms-card > .cms h3,
.widget-cms-card > .cms h4,
.widget-cms-card > .cms h5,
.widget-cms-card > .cms h6{
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
.widget-cms-card > .cms p{
    text-align: justify;
}
.widget-cms-card > .cms p,
.widget-cms-card > .cms ul,
.widget-cms-card > .cms ol,
.widget-cms-card > .cms table{
    margin-bottom: 30px;
}
.widget-cms-card > .cms p ul,
.widget-cms-card > .cms p ol,
.widget-cms-card > .cms table ul,
.widget-cms-card > .cms table ol,
.widget-cms-card > .cms ul > li ul,
.widget-cms-card > .cms ul > li ol,
.widget-cms-card > .cms ol > li ul,
.widget-cms-card > .cms ol > li ol{
    margin-bottom: 5px;
    margin-top: 5px;
}

.container-shop{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
}
.container-shop > .widget-product-sidebar{
    position: sticky;
    width: 250px;
}
.container-shop > .widget-product-content{
    width: calc(100% - 300px);
}
.container-shop > .widget-product-content > .p-banner{
    margin-bottom: 40px;
}
.container-shop > .widget-product-content > .p-banner,
.container-shop > .widget-product-content > .p-banner > picture,
.container-shop > .widget-product-content > .p-banner > picture > img{
    display: block;
}
.product-listing{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.product-listing:after{
    content: '';
    flex: auto;
}
.product-listing > .product-card{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
    width: calc(25% - 20px);
}
.product-listing.listview > .product-card{
    flex-direction: row;
    width: 100%;
}
.product-listing.gridview > .product-card{
    flex-direction: column;
    width: 100%;
}
/* .product-listing.gridview > .product-card{
    flex-direction: column;
    margin-right: 40px;
    width: calc(25% - 30px);
}
.product-listing.gridview-4 > .product-card{
    width: calc(25% - 30px);
}
.product-listing.gridview-3 > .product-card{
    width: calc(33.33% - 27px);
}
.product-listing.gridview-3 > .product-card:nth-child(3n){
    margin-right: 0;
}
.product-listing.gridview-4 > .product-card:nth-child(4n){
    margin-right: 0;
} */
.product-listing > .product-card > figure,
.product-listing > .product-card > figure > a,
.product-listing > .product-card > figure > a > picture,
.product-listing > .product-card > figure > a > picture > img{
    display: block;
    position: relative;
}
.product-listing > .product-card > figure{
    padding: 8px;
}
.product-listing.listview > .product-card > figure{
    padding: 15px;
    width: 25%;
}
.product-listing > .product-card > div{
    display: flex;
    font-family: 'Calibri';
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0px 15px 20px 15px;
    position: relative;
}
.product-listing.listview > .product-card > div{
    padding: 30px;
    width: 75%;
}
.product-listing > .product-card > div a,
.product-listing > .product-card > div button{
    display: block;
}
.product-listing > .product-card > div h4{
    font-family: 'Calibri';
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0;
    text-transform: none;
}
.product-listing.gridview > .product-card > div h4{
    height: 50px;
}
.product-listing.listview > .product-card > div h4{
    font-size: 24px;
    line-height: 1.4;
}
.product-listing > .product-card > div .price-group{
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 0 15px 0;
}
.product-listing > .product-card > div .price-group > .original-price,
.product-listing > .product-card > div .price-group > .final-price{
    font-family: 'Calibri';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.product-listing > .product-card > div .price-group > .original-price{
    color: #4C4845;
    font-size: 14px;
    margin-left: 10px;
    order: 2;
}
.product-listing > .product-card > div .price-group > .original-price > em{
    font-style: normal;
    text-decoration: line-through;
}
.product-listing > .product-card > div .price-group > .final-price{
    color: #D80344;
    font-size: 18px;
    font-weight: 600;
    order: 1;
}
.product-listing > .product-card > div .btn{
    align-self: stretch;
}
.product-listing.listview > .product-card > div .btn{
    align-self: flex-end;
}
.product-listing > .product-card > div .additional-info{
    display: none;
}
.product-listing.listview > .product-card > div .additional-info{
    display: block;
    align-self: flex-start;
}
.product-listing.listview > .product-card > div .additional-info .p-collection{
    color: #7D7D7D;
    font-family: 'Futura Bk BT';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: none;
}
.product-listing.listview > .product-card > div .additional-info .p-collection strong{
    color: #7D7D7D;
    display: inline;
}
.product-listing.listview > .product-card > div .additional-info .p-collection a{
    color: #4C4845;
    display: inline;
    text-decoration: underline;
}
.product-listing.listview > .product-card > div .additional-info .p-collection a:hover{
    color: #E09132;
    text-decoration: underline;
}
.product-listing.listview > .product-card > div .additional-info .p-table{
    text-align: left;
    vertical-align: middle;
}
.product-listing.listview > .product-card > div .additional-info .p-table tr > th,
.product-listing.listview > .product-card > div .additional-info .p-table tr > td{
    color: #4C4845;
    font-size: 16px;
    padding: 5px 20px 5px 0px;
    text-align: left;
    vertical-align: middle;
}
.product-listing-header{
    align-items: center;
    border-bottom: solid 1px rgba(56, 51, 48, 0.10);
    border-top: solid 1px rgba(56, 51, 48, 0.10);
    display: flex;
    font-family: 'Calibri';
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 0;
}
.product-listing-header > .btn-group{
    display: flex;
}
.product-listing-header > .btn-group > .btn{
    margin-left: 10px;
}

.section-product-single{
    padding: 30px 0;
    position: relative;
}
.section-product-single .container{
    margin-bottom: 50px;
}
/* .section-product-single .container.container-main{
    height: calc(100vh - 110px);
} */
.section-product-single .container > .p-image{
    display: flex;
    flex-direction: row;
    /* margin-right: 50px; */
    position: relative;
    /* width: calc(42% - 50px); */
    z-index: 2;
}
.section-product-single .container > .p-info{
    position: relative;
    /* width: 58%; */
    z-index: 1;
}
.section-product-single .container > .p-image > .p-thumbnails{
    margin-right: 15px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    width: 80px;
}
.section-product-single .container > .p-image > .p-thumbnails > .p-thumb{
    margin-bottom: 10px;
    position: relative;
}
.section-product-single .container > .p-image > .p-thumbnails > .p-thumb video,
.section-product-single .container > .p-image > .p-thumbnails > .p-thumb img{
    display: block;
}
.section-product-single .container > .p-image > .p-thumbnails > .p-thumb > button{
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
}
.section-product-single .container > .p-image > .p-fullimage{
    position: relative;
    width: calc(100% - 95px);
    z-index: 2;
}
.section-product-single .container > .p-image > .p-fullimage > .video-container,
.section-product-single .container > .p-image > .p-fullimage > .video-container video,
.section-product-single .container > .p-image > .p-fullimage > .image-container,
.section-product-single .container > .p-image > .p-fullimage > .image-container picture,
.section-product-single .container > .p-image > .p-fullimage > .image-container img{
    display: block;
    object-fit: cover;
    width: 100%;
}
.section-product-single .container > .p-image > .p-fullimage > .video-container,
.section-product-single .container > .p-image > .p-fullimage > .image-container{
    display: none;
}
.section-product-single .container > .p-image > .p-fullimage > .video-container.active,
.section-product-single .container > .p-image > .p-fullimage > .image-container.active{
    display: block;
}
.section-product-single .container > .p-info .p-name{
    font-family: 'Calibri';
    font-size: 40px;
    letter-spacing: 0;
    text-transform: none;
}
.section-product-single .container > .p-info .p-collection{
    color: #7D7D7D;
    font-family: 'Futura Bk BT';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: none;
}
.section-product-single .container > .p-info .p-collection a{
    color: #7D7D7D;
    text-decoration: none;
}
.section-product-single .container > .p-info .p-collection a:hover{
    color: #E09132;
    text-decoration: underline;
}
.section-product-single .container > .p-info .price-group{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}
.section-product-single .container > .p-info .price-group > .original-price,
.section-product-single .container > .p-info .price-group > .final-price{
    font-family: 'Calibri';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.section-product-single .container > .p-info .price-group > .original-price{
    color: #4C4845;
    font-size: 16px;
    margin-left: 20px;
    order: 2;
}
.section-product-single .container > .p-info .price-group > .original-price > em{
    font-style: normal;
    text-decoration: line-through;
}
.section-product-single .container > .p-info .price-group > .final-price{
    color: #D80344;
    font-size: 32px;
    font-weight: 600;
    order: 1;
}
.section-product-single .container > .p-info .price-group > .subtext{
    color: #7D7D7D;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    order: 3;
    width: 100%;
}
.section-product-single .label-heading{
    font-family: 'Calibri';
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 10px 0;
    text-transform: none;
}
.section-product-single .container > .p-info .btn-group{
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.section-product-single .container > .p-info .btn-group > .display-flex{
    margin-top: 15px;
}
.section-product-single .container > .p-info .btn-group .btn-action{
    margin-right: 15px;
}
.section-product-single .container > .p-info .btn-group .btn-buynow{
    background-color: #C62828;
    color: #FFFFFF;
}
.section-product-single .container > .p-info .btn-group .btn-buynow:hover{
    background-color: #aa1616;
    color: #FFFFFF;
}
.section-product-single .container > .p-info .btn-group .btn-request-customize{
    margin-right: 0;
}
.section-product-single .container > .p-info .btn-group > .qty-box{
    background: #FFFFFF;
    border: solid 1px #D7D7D7;
    color: #7D7D7D;
    display: flex;
    flex-direction: row;
    margin-right: 15px;
}
.section-product-single .container > .p-info .btn-group > .qty-box > .btn-qty{
    border: 0;
    font-family: 'Calibri';
    font-size: 25px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 35px;
}
.section-product-single .container > .p-info .btn-group > .qty-box > .btn-qty i{
    display: block;
    font-size: 16px;
    line-height: 35px;
}
.section-product-single .container > .p-info .btn-group > .qty-box > .input-qty{
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    background: #FFFFFF;
    border: 0;
    border-left: dotted 1px rgba(215, 215, 215, 1);
    border-right: dotted 1px rgba(215, 215, 215, 1);
    box-shadow: none;
    font-family: 'Calibri';
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    width: 50px;
}
.section-product-single .container > .p-info .btn-group > .qty-box > .input-qty::-webkit-inner-spin-button,
.section-product-single .container > .p-info .btn-group > .qty-box > .input-qty::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.section-product-single .container > .p-info .p-table{
    text-align: left;
    vertical-align: middle;
}
.section-product-single .container > .p-info .p-table tr > th,
.section-product-single .container > .p-info .p-table tr > td{
    color: #4C4845;
    font-size: 16px;
    padding: 5px 20px 5px 0px;
    text-align: left;
    vertical-align: middle;
}
.section-product-single .product-tabs{
    margin-bottom: 50px;
}
.section-product-single .product-tabs > .tab-nav{
    display: flex;
}
.section-product-single .product-tabs > .tab-nav > button{
    border-radius: 0;
}
.section-product-single .product-tabs > .tab-nav > button.active{
    border-radius: 0;
}
.section-product-single .product-tabs > .tab-content{
    background: #FDFAF4;
    background: -moz-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: -webkit-linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    background: linear-gradient(180deg, #EFEAE5 0%, #FDFAF4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFEAE5",endColorstr="#FDFAF4",GradientType=1);
    display: block;
    padding: 30px 40px 20px 40px;
}
.section-product-single .product-tabs > .tab-content > div{
    display: none;
}
.section-product-single .product-tabs > .tab-content > div.active{
    display: block;
}

.section-product-single .product-variations{
    margin-bottom: 20px;
    position: relative;
}
.section-product-single .product-variations > div{
    margin: 10px 0 0 0;
}
.section-product-single .product-variations > div > .label-heading{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.section-product-single .product-variations > div > .label-heading > *{
    margin-right: 15px;
}
.section-product-single .product-variations > div > .label-heading > .btn-link{
    text-decoration: underline !important;
}
.section-product-single .product-variations > div > .display-flex{
    flex-wrap: wrap;
    position: relative;
}
.section-product-single .product-variations > div > .display-flex > label{
    cursor: pointer;
    display: block;
    font-family: 'Calibri';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    height: 40px;
    margin: 0 15px 15px 0;
    min-width: 40px;
    padding: 0;
    position: relative;
    text-align: center;
}
.section-product-single .product-variations > div > .display-flex.field-color > label{
    /* min-width: 90px; */
}
.section-product-single .product-variations > div > .display-flex > label input[type="radio"]{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.section-product-single .product-variations > div > .display-flex > label input[type="radio"] ~ div{
    align-items: center;
    background: #FFFFFF;
    border: solid 2px transparent;
    box-shadow: 0 0 0px 1px #D7D7D7;
    color: #4C4845;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
}
.section-product-single .product-variations > div > .display-flex > label input[type="radio"]:checked ~ div{
    background-color: #FFFFFF;
    border-color: #E09132;
    box-shadow: 0 0 1px 0 #4C4845;
}
.section-product-single .product-variations > div > .display-flex > label strong{
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
}
.section-product-single .product-variations > div > .display-flex.field-color > label strong{
    display: none;
    padding-left: 40px;
}
.section-product-single .product-variations > div > .display-flex.field-color > label span.colordot{
    background: #FDFAF4;
    border: solid 1px #FDFAF4;
    border-radius: 50%;
    color: transparent;
    display: block;
    height: 20px;
    width: 20px;
}
.section-product-single .product-variations .error-message{
    color: #FF0000;
    font-size: 14px;
    line-height: 1.4;
    margin-top: -7px;
}

.card-filter{
    background: #FDFAF4;
    border: solid 1px #FDFAF4;
}
.card-filter h6{
    color: #E09132;
	font-size: 18px;
    line-height: 1.4;
	margin: 0 0 10px 0;
}
.list-filters{
    font-family: 'Calibri';
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 15px 15px 15px;
}
.list-filters li a{
    align-items: center;
    color: #4C4845;
    display: flex;
}
.list-filters li .lni{
    display: inline-block;
    font-size: 11px;
    margin-left: -4px;
    margin-right: 7px;
    opacity: 0.8;
}
.list-filters li.active > a.active,
.list-filters li a:hover{
    color: #E09132;
}
.list-filters li.active > a.active > .lni{
    background-color: #E09132;
}
.list-filters > li > a{
    font-weight: 600;
}
.list-filters ul{
    margin-left: 20px;
}
.list-filters ul ul{
    font-size: 14px;
}

.table-wishlist,
.table-cart{
    background: none;
    border: 0;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.table-wishlist tr > th,
.table-wishlist tr > td,
.table-cart tr > th,
.table-cart tr > td{
    background: none;
    border: 0;
    color: #4C4845;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.table-wishlist tr > th.aligncenter,
.table-wishlist tr > td.aligncenter,
.table-cart tr > th.aligncenter,
.table-cart tr > td.aligncenter{
    text-align: center;
}
.table-wishlist tr > th.alignright,
.table-wishlist tr > td.alignright,
.table-cart tr > th.alignright,
.table-cart tr > td.alignright{
    text-align: right;
}
.table-wishlist thead > tr > th,
.table-cart thead > tr > th{
    background: #D7D7D7;
    font-weight: 600;
}
.table-wishlist thead > tr > th:first-child,
.table-cart thead > tr > th:first-child{
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-left: 35px;
}
.table-wishlist thead > tr > th:last-child,
.table-cart thead > tr > th:last-child{
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-right: 35px;
}
.table-wishlist tbody > tr > th,
.table-wishlist tbody > tr > td,
.table-cart tbody > tr > th,
.table-cart tbody > tr > td{
    border-bottom: solid 1px #D7D7D7;
}
.table-wishlist tbody > tr > td:first-child,
.table-cart tbody > tr > td:first-child{
    padding-left: 35px;
    padding-right: 10px;
    width: 95px;
}
.table-wishlist tbody > tr > td:last-child,
.table-cart tbody > tr > td:last-child{
    padding-right: 35px;
}
.table-wishlist tbody > tr > td img,
.table-cart tbody > tr > td img{
    display: block;
    height: 50px;
    margin: 0;
    object-fit: cover;
    padding: 0;
    width: 50px;
}
.table-wishlist tbody > tr > td a,
.table-cart tbody > tr > td a{
    text-decoration: none !important;
}
.table-wishlist tbody > tr > td .original-price,
.table-cart tbody > tr > td .original-price{
    font-size: 0.85em;
    opacity: 0.8;
}
.table-wishlist tbody > tr > td .strikethrough,
.table-cart tbody > tr > td .strikethrough{
    font-size: 0.85em;
    opacity: 0.8;
    text-decoration: line-through;
}
.table-wishlist tbody > tr > td .new-price,
.table-cart tbody > tr > td .new-price{
    color: #D80344;
}
.table-cart tbody > tr > td .qty-box{
    background: #FFFFFF;
    border: solid 1px #D7D7D7;
    color: #7D7D7D;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 120px;
}
.table-cart tbody > tr > td .qty-box > .btn-qty{
    border: 0;
    font-family: 'Calibri';
    font-size: 25px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 35px;
}
.table-cart tbody > tr > td .qty-box > .btn-qty i{
    display: block;
    font-size: 16px;
    line-height: 35px;
}
.table-cart tbody > tr > td .qty-box > .input-qty{
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    background: #FFFFFF;
    border: 0;
    border-left: dotted 1px rgba(215, 215, 215, 1);
    border-right: dotted 1px rgba(215, 215, 215, 1);
    box-shadow: none;
    font-family: 'Calibri';
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    width: 50px;
}
.table-cart tbody > tr > td .qty-box > .input-qty::-webkit-inner-spin-button,
.table-cart tbody > tr > td .qty-box > .input-qty::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.form-wishlist,
.form-cart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form-wishlist > .card-table,
.form-cart > .card-table{
    order: 1;
    width: calc(70% - 50px);
}
.form-wishlist > .card-summary,
.form-cart > .card-summary{
    display: flex;
    flex-direction: column;
    order: 2;
    position: relative;
    width: 30%;
}
.form-wishlist > .card-summary .card,
.form-cart > .card-summary .card{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    border: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.form-wishlist > .card-summary h2,
.form-cart > .card-summary h2{
    font-size: 27px;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0;
}
.form-wishlist > .card-summary tr th,
.form-cart > .card-summary tr th,
.form-wishlist > .card-summary tr td,
.form-cart > .card-summary tr td{
    font-family: 'Calibri';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 0;
    vertical-align: top;
}
.form-wishlist > .card-summary tr th,
.form-cart > .card-summary tr th{
    text-align: left;
}
.form-wishlist > .card-summary tr td,
.form-cart > .card-summary tr td{
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
}
.form-wishlist > .card-summary .discount-amount,
.form-cart > .card-summary .discount-amount{
    color: #A30000;
    font-weight: 600;
    line-height: 1.5;
}
.form-wishlist > .card-summary .discount-rate,
.form-cart > .card-summary .discount-rate{
    color: #A30000;
    font-size: 0.8em;
    line-height: 1.5;
}
.form-wishlist > .card-summary .total-amount,
.form-cart > .card-summary .total-amount{
    color: #4C9A2A;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.form-wishlist > .card-summary .btn-proceed,
.form-cart > .card-summary .btn-proceed{
    align-self: flex-end;
    margin-top: auto;
}

.profile-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.profile-cards > .profile-card{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    border: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Futura Bk BT';
    font-size: 17px;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 20px 0;
    min-height: 240px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.profile-cards > .profile-card.w-75{
    width: calc(75% - 20px);
}
.profile-cards > .profile-card.w-50{
    width: calc(50% - 20px);
}
.profile-cards > .profile-card.w-25{
    width: calc(25% - 20px);
}
.profile-cards > .profile-card > h3{
    margin: 0 0 20px 0;
    padding: 0;
}
.profile-cards > .profile-card table{
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.profile-cards > .profile-card table tr th,
.profile-cards > .profile-card table tr td{
    border-bottom: solid 1px #D7D7D7;
    color: #4C4845;
    font-weight: 400;
    padding: 5px 0;
}
.profile-cards > .profile-card table tr th{
    color: #E09132;
    font-size: 14px;
}
.profile-cards > .profile-card > .btn-flex-end{
    align-self: flex-end;
}

.container-checkout{
    position: relative;
}
.container-checkout > .checkout-tabs{
    padding-right: 50px;
    position: relative;
    width: 70%;
}
.container-checkout > .checkout-summary{
    background: #FFFFFF;
    border-bottom: solid 1px #D7D7D7;
    padding: 30px;
    position: relative;
    width: 30%;
}
.checkout-tabs > h2{
    background: #18181A;
    border-radius: 35px 0 0 35px;
    color: #FDFAF4;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0 0 -30px;
    padding: 10px 30px;
    width: calc(100% + 30px);
}
.checkout-tabs > div:not(.show){
   display: none;
}
.checkout-tabs > div{
    display: flex;
    flex-direction: column;
}
.form-checkout form{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    padding: 30px;
    position: relative;
}
.form-checkout form .input-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.form-checkout form .input-field{
    width: calc(50% - 10px);
}
.form-checkout form .input-field.w-100{
    width: 100%;
}
.form-checkout form .input-field.w-50{
    width: 50%;
}
.form-checkout form .input-field.w-33{
    width: 33.33%;
}
.form-checkout form .input-field.w-20{
    width: 20%;
}
.form-checkout form .input-field > .form-label{
    color: #18181A;
    display: block;
    font-family: 'Futura Bk BT';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.25;
    margin: 0 0 10px 0;
}
.form-checkout form .input-field > select,
.form-checkout form .input-field > input,
.form-checkout form .input-field > textarea{
    background: none;
    background: #FFFFFF;
    border: solid 1px #18181A;
    border-radius: 3px;
    color: #18181A;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    margin: 0 0 20px 0;
    outline: none;
    padding: 0 15px;
    transition: all ease-in-out 200ms;
    width: 100%;
}
.form-checkout form .input-field > textarea{
    font-size: 14px;
    height: 120px;
    line-height: 1.2;
    overflow: auto;
    padding: 5px 15px;
    resize: none;
}
.form-checkout form .input-field > select:focus,
.form-checkout form .input-field > input:focus,
.form-checkout form .input-field > textarea:focus{
    border-color: #ff0000;
}
.form-checkout form .btn, .btn.btn-pay{
    align-self: flex-end;
    margin-top: 20px;
    width: auto;
}
.form-checkout form #address_billing.hide{
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.container-checkout > .checkout-summary{
    backdrop-filter: blur(10px);
    background: rgba(56, 51, 48, 0.10);
    border: 0;
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 20px;
    position: relative;
    width: 30%;
}
.container-checkout > .checkout-summary h2{
    font-size: 27px;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0;
}
.container-checkout > .checkout-summary tr th,
.container-checkout > .checkout-summary tr td{
    font-family: 'Calibri';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 0;
    vertical-align: top;
}
.container-checkout > .checkout-summary tr th{
    text-align: left;
}
.container-checkout > .checkout-summary tr td{
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
}
.container-checkout > .checkout-summary .discount-amount{
    color: #A30000;
    font-weight: 600;
    line-height: 1.5;
}
.container-checkout > .checkout-summary .discount-rate{
    color: #A30000;
    font-size: 0.8em;
    line-height: 1.5;
}
.container-checkout > .checkout-summary .total-amount{
    color: #4C9A2A;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.fancybox-content{
    background: #18181A;
    background: #FDFAF4;
    background: -moz-linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    background: -webkit-linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    background: linear-gradient(180deg, #FDFAF4 0%, #EFEAE5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDFAF4",endColorstr="#EFEAE5",GradientType=1);
}
.modal{
    display: none;
    max-width: 90%;
    max-width: 100%;
}
.modal.sm{
    width: 300px;
}
.modal.md{
    width: 600px;
}
.modal.lg{
    width: 800px;
}
.modal.xl{
    width: 1200px;
}
.modal .btn-close{
    background: none;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all ease-in-out 200ms;
    width: 60px;
}
.modal .btn-close:hover{
    color: #999;
}
.modal .modal-header{
    position: relative;
}
.modal .modal-header h1,
.modal .modal-header h2{
    margin: 0 0 40px 0;
}
.modal .modal-content{
    position: relative;
}
.modal .modal-footer{
    position: relative;
    position: relative;
}

.modal form fieldset{
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    outline: none;
    padding: 0;
}
.modal form .input-field{
    width: calc(50% - 10px);
}
.modal form .input-field.w-100{
    width: 100%;
}
.modal form .input-field > select,
.modal form .input-field > input,
.modal form .input-field > textarea{
    background: none;
    background: #FFFFFF;
    border: solid 1px #18181A;
    border-radius: 3px;
    color: #18181A;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    margin: 0 0 20px 0;
    outline: none;
    padding: 0 15px;
    transition: all ease-in-out 200ms;
    width: 100%;
}
.modal form .input-field > textarea{
    font-size: 14px;
    height: 120px;
    line-height: 1.2;
    overflow: auto;
    padding: 5px 15px;
    resize: none;
}
.modal form .input-field > select:focus,
.modal form .input-field > input:focus,
.modal form .input-field > textarea:focus{
    border-color: #ff0000;
}

.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav{
    position: static;
}
.owl-carousel .owl-nav > button.owl-prev,
.owl-carousel .owl-nav > button.owl-next{
    color: #A68E74;
    display: block;
    font-size: 40px;
    height: 100%;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 40px;
}
.owl-carousel .owl-nav > button.owl-prev{
    left: -20px;
    text-align: left;
}
.owl-carousel .owl-nav > button.owl-next{
    right: -20px;
    text-align: right;
}
.owl-carousel .owl-dots{
    bottom: 70px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.owl-carousel .owl-dots:not(.disabled){
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-dots > button.owl-dot{
    background: rgba(255,255,255,0.4);
    height: 3px;
    margin: 0 8px;
    width: 40px;
}
.owl-carousel .owl-dots > button.owl-dot.active{
    background: rgba(255,255,255,1);
}

/* TOAST CSS */
.toast-message-group{
    position: relative;
}
.toast{
    align-items: center;
    background: #b0bec5;
    border: 0;
    border-bottom: solid 2px #3a4e57;
    border-radius: 0;
    color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    text-align: left;
}
.toast.toast-success{
    background-color: #b6f8c4;
    border-color: #2e6e3d;
}
.toast.toast-info{
    background-color: #b2e7f5;
    border-color: #0469a3;
}
.toast.toast-warning{
    background-color: #fae7c7;
    border-color: #d1994a;
}
.toast.toast-error{
    background-color: #ffb7b7;
    border-color: #a72d29;
}
.toast .toast-icon,
.toast .toast-icon i{
    display: block;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.toast .toast-body{
    font-size: 15px;
    line-height: 1.5;
    width: calc(100% - 100px);
}
.toast .toast-action{
    width: 40px;
}
.toast .toast-action .btn-close{
    background: none;
    border: 0;
    border-radius: 0;
    color: #424242;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.toast .toast-action .btn-close i{
    display: block;
    line-height: 40px;
}

.form-signup{
    border: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 980px;
}
.form-signup > form{
    background: #504B48;
    color: #CCCCCC;
    padding: 30px 50px;
    width: calc(50% - 1px);
}
.form-signup > form:first-child{
    border-right: solid 2px #4C4845;
}
.form-signup > form h2{
    color: #E09030;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 35px 0;
    text-align: left;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.form-signup > form label{
    color: #CCCCCC;
    display: block;
    font-family: 'Calibri';
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-align: left;
}
.form-signup > form input,
.form-signup > form select,
.form-signup > form textarea{
    background: #797367;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 5px -3px #4C4845, 0px -5px 5px -3px #797367;
    -moz-box-shadow: 0px 5px 5px -3px #4C4845, 0px -5px 5px -3px #797367;
    box-shadow: 0px 5px 5px -3px #4C4845, 0px -5px 5px -3px #797367;
    color: #ddd;
    display: block;
    font-family: 'Calibri';
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px 0;
    outline: none;
    padding: 0 25px;
    text-align: left;
    width: 100%;
}
.form-signup > form textarea{
    height: 160px;
    line-height: 24px;
    overflow: auto;
    padding: 10px 20px;
    resize: none;
}
.form-signup > form input:disabled,
.form-signup > form select:disabled,
.form-signup > form textarea:disabled{
    opacity: 0.5;
}
.form-signup > form label.form-label-check{
    align-items: center;
    display: flex;
    margin: 0 0 30px 0;
    position: relative;
}
.form-signup > form label.form-label-check input{
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin: 0 8px 0 0;
    padding: 0;
    width: 16px;
}
.form-signup > form button{
    display: block;
    margin: 0 auto 20px auto;
}
.form-signup > form .btn-link{
    border-bottom: solid 1px rgba(221, 221, 221, 0.7);
    display: inline-block;
    text-decoration: none;
}
.form-modal-course-buy{
    position: relative;
    text-align: center;
}
.form-modal-course-buy > form{
    position: relative;
}
.form-modal-course-buy > form .h2{
    color: #fff;
    font-family: 'AlternateGothic2 BT';
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 35px 0;
    text-align: left;
    padding: 0 0 10px 0;
    position: relative;
    text-transform: uppercase;
}
.form-modal-course-buy > form .h2::before{
    background: #fff;
    bottom: 0;
    content: '';
    height: 4px;
    display: block;
    left: 0;
    max-width: 100%;
    position: absolute;
    width: 800px;
}
.form-modal-course-buy > form .h2::after{
    background: #E09132;
    bottom: 0;
    content: '';
    height: 4px;
    display: block;
    left: 0;
    max-width: 25%;
    position: absolute;
    width: 200px;
}
.form-modal-course-buy > form label{
    color: #ccc;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.25;
    margin: 0 0 10px 0;
    text-align: left;
}
.form-modal-course-buy > form input,
.form-modal-course-buy > form select,
.form-modal-course-buy > form textarea{
    background: none;
    border: solid 1px #fff;
    border-radius: 0;
    color: #ddd;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px 0;
    outline: none;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}
.form-modal-course-buy > form textarea{
    height: 160px;
    line-height: 24px;
    overflow: auto;
    padding: 10px 20px;
    resize: none;
}
.form-modal-course-buy > form input:disabled,
.form-modal-course-buy > form select:disabled,
.form-modal-course-buy > form textarea:disabled{
    opacity: 0.5;
}
.form-modal-course-buy > form button{
    display: block;
    margin: 0 auto 20px auto;
}
.form-modal-course-buy > form .btn-link{
    border-bottom: solid 1px rgba(221, 221, 221, 0.7);
    display: inline-block;
}

