/*
font: TIMES NEW ROMAN
frontpage: #becdcb;
font color; #545458
light grey font: #959598
green button: #8cb39e
grey button: #c7c9cb
border color: #e7e7e7
*/
@import url("../fonts/CanelaText-Regular-Web.woff");
@import url("../fonts/CanelaText-Regular-Web.woff2");
@import url("../fonts/KHTeka-Medium.woff");
@import url("../fonts/KHTeka-Medium.woff2");
@import url("../fonts/KHTeka-Regular.woff");
@import url("../fonts/KHTeka-Regular.woff2");
@import url("../fonts/KHTeka-RegularItalic.woff");
@import url("../fonts/KHTeka-RegularItalic.woff2");
/*-- Common Style --*/
@font-face {
    font-family: 'KHTeka';
    src: url("../fonts/KHTeka-Medium.woff2") format("woff2"),
         url("../fonts/KHTeka-Medium.woff") format("woff");
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'KHTeka';
    src: url("../fonts/KHTeka-Regular.woff2") format("woff2"),
         url("../fonts/KHTeka-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KHTeka';
    src: url("../fonts/KHTeka-RegularItalic.woff2") format("woff2"),
         url("../fonts/KHTeka-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CanelaText';
    src: url("../fonts/CanelaText-Regular-Web.woff2") format("woff2"),
         url("../fonts/CanelaText-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    font-weight: 400;
}


body{
    font-family: 'KHTeka', sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #FFFEFA;
    color: #383838;
}
.topBar{
    background: #B7A990;
    font-family: 'KHTeka', sans-serif;
    font-size: 14px;
}
.colorWhite,
.colorWhite:hover{
    color: #fff;
}
.mainMenu .navbar-nav  a.nav-link{
    color: #383838 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-right: 22px;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.mainMenu .navbar-nav  a.nav-link:hover, .mainMenu .navbar-nav  a.nav-link.active {
    border-bottom: 1px solid #383838;
    opacity: 1;
}
.navbar-logo{
    max-width: 100%;
    width: 70px;
}
.alert-blocked{
    font-size: 0.875rem;
    z-index:7;
    border-radius:0 !important; 
    border-left:none; 
    border-right:none; 
    color:#FFFEFA !important;
}
.mainMenu #side-menu .closeArea{
    top:10px!important;
    right: 25px!important;
}
/**
Language switcher
 */
.language-container{
    display: inline-block;
    width: 100px;
}

.select{
  position: relative;
}
.select select{
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.61px;
    color: #383838;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}
.select .arrow{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cartUserArea .linkIcon{
    width: 24px;
    display: inline-block;
    padding: 0 3px;
}
.cartUserArea .right-link{
    padding: 0 10px;
    color: #383838 !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.cartUserArea .linkIcon.cart{
    position: relative;
}
.cartUserArea .linkIcon .counter{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #383838;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
}

.hrLine{
    border-top: 1px solid #F7F5EF;
}

.border-1 {
    border: 1px solid #383838;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #383838 !important;

}
.form-control:focus {
    border-color: #383838 !important;
    box-shadow: none;
    background-color: #FFFEFA;
}

.mainContent .table th {

    font-size: 14px;
    font-weight: 500;
    color: #383838;
    opacity:0.7;
    
    
}

.table th {
    color:#383838;
    opacity: 0.7;
}

.table-bordered tr, .table-bordered tr td, .table-bordered tr th, .table-bordered thead th, .table-bordered thead tr th, .table-bordered, .bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border: none !important;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border:none;
}
.ais-SearchBox-input {
    font-family: 'KHTeka', sans-serif;
    
}
input:-internal-autofill-selected {
    background-color: #FFFEFA !important;
}

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

hr.hr-dark {
    border-top: 1px solid #383838;
}

.bootstrap-table .fixed-table-toolbar .search {
    margin-bottom: 24px !important;
}

.table {
    color: #383838 !important;
}

.btn-link {
    text-decoration:  underline;
}

.page-item.active .page-link {
    background-color: #383838;
    border-color: #383838;
}

.page-link {
    color: #383838;
    background-color: #FFFEFA;
}

.dropdown-menu {
    color: #383838;
    background-color: #FFFEFA;
}
.page-list .dropdown-item.active, .btn-secondary, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #383838;
    color: #FFFEFA;
    border-radius:0;
    border:none;
    outline:none;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: none !important;
}
.pagination, .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0 !important;
}

.page-link {
    border:1px solid #383838;
}
.page-link:focus {
    box-shadow: none;

    background-color: #383838;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    text-transform: none;
    font-size: 16px;
}
.login-register-wrapper .login-form-container .login-register-form form input {
    font-size: 16px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a, .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    color: #383838;
}

.login-error {
    position:absolute;
    top:0;
}
.min-100vh {
    height: fit-content;
    min-height: calc(100vh - 13rem);
}
.relative {
    position: relative;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.nav-tabs .nav-link.active {
    background-color: #FFFEFA;
    border: none;
    text-decoration: underline;
    text-underline-offset: 6px;
    
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: rgba(250,250,250,0);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.alert-light {
    width: 100%;
    background-color: #FFFEFA;
    border-radius: 0;
    border: 1px solid #383838;
    font-size: 13px;
    color:#383838;
    
}

.mainContent .nav-item a.active {
    color: #383838;
    border-bottom: 1px solid #383838;
}

.ht-product-inner {
    border:none !important;
    background-color: #FFFEFA !important;
    padding:8px !important;
}

.ht-product-image {
    border:none !important;
    background-color: #F7F5EF !important;
}

input[type="text"] {
    font-size:14px !important;
}
/*-- Remove background color for autofill input --*/
input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }
  
/* .invalid-tooltip {
    top:0 !important;
}
.invalid-feedback {
    margin-top:0;
} */

.display-6, .pdf-shopping h1 {
    font-family: 'CanelaText', serif;
}

/*-- Itemgroup page --*/

h1.collection-title {
    font-family: 'CanelaText', serif;
    font-size: 46px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 30px;
}


/*-- Splashes --*/

.splash--wrapper {
    z-index: 2;
    padding:8px;
}

.splash {
    color: #383838;
    background-color: #FFFEFA;
    padding: 0.4rem 0.6rem;
    text-transform: uppercase;
    Font-family: "KHTeka", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    

}

.splash-light {
    background-color: #FFFEFA;
    color: #383838;
    padding: 30px 0;
}

.cart-page-title {
    font-family: 'CanelaText', serif;
    font-size: 46px;
    line-height: 56px;
    margin-top: 24px;
    margin-bottom: 24px;
}



/**
Footer css
 */
.footer-widget ul li a{
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 20px;
    color: #666666;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.footer-widget ul li a:hover {
    color: #383838;
}

footer h5 {
    font-size: 15px;
    font-weight: bold;
}

.ferm-container{
    padding: 0 24px;
}

.footer-links, .footer-address {
    font-family: 'KHTeka', sans-serif;
    font-size: 13px;
    color: #383838;
    text-decoration: none;
}


@media (max-width: 1024px){
    .ferm-container{
        padding: 0 30px;
    }
}
@media (max-width: 768px){
    .ferm-container{
        padding: 0 15px;
    }
}
.mx-2px-inverse{
    margin-right: -2px;
    margin-left: -2px;
}
.px-2px{
    padding-right: 2px;
    padding-left: 2px;
}
.mb-4px{
    margin-bottom: 4px;
}
.pb-4px{padding-bottom: 4px}
.bottomPaymentSection{
    background: #383838;
    color: #fff;
    align-items: center;
    font-size: 17px;
    line-height: 22px;
}
.bottomPaymentSection .paymentIcon{
    width: 300px;
}
.btn {
    border-radius: 0 !important;
}
.add-to-cart-btn,
.checkoutBtn{
    background-color: #4e4b4d;
    color: #FFFEFA;
    text-align: left;
    padding: 15px 20px 15px 17px;
    border-radius: 0 !important;
    width: 100%;
    display: block;
}
.checkoutBtn{
    display: inline-block;
    width: auto;
}
.add-to-cart-btn:hover,
.checkoutBtn:hover{
    background-color: #383838;
    border-color: #383838;
    color: #FFFEFA;
}
.rightAlign{
    right: 0;
    z-index: 9999;
}
.noty_theme__nest.noty_type__info, .noty_theme__nest.noty_type__information {
    background-color: #FFFEFA !important;
    color: #383838 !important;
    border: 1px solid #383838 !important;
    border-radius: 0 !important;
}
.collection-title {
    text-align: center;
    font-family: linotype-didot, serif;
    font-size: 46px;
    line-height: 56px;
}
.userProfile{
    min-height: 500px;
}
body #noty_layout__topRight{top: 20px}
#noty_layout__topRight .noty_progressbar{display: none}

.fancybox-is-open .fancybox-bg{
    background-color : #FFFEFA !important;
}
.noty_layout .noty_theme__nest.noty_bar, .noty_theme__mint.noty_type__error{
    /*top: -60px!important;*/
    top: 0px!important;
}
