
@font-face {
    font-family: 'intervalnextwidew03-boldRg';
    src: url('/fonts/interval_next_wide_w03_bold-webfont.eot');
    src: url('/fonts/interval_next_wide_w03_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/interval_next_wide_w03_bold-webfont.woff2') format('woff2'),
         url('/fonts/interval_next_wide_w03_bold-webfont.woff') format('woff'),
         url('/fonts/interval_next_wide_w03_bold-webfont.ttf') format('truetype'),
         url('/fonts/interval_next_wide_w03_bold-webfont.svg#intervalnextwidew03-boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


.flexi, .container {
    max-width: 1450px;
}

.btn-parent{
    background: #BB9845;
    color:white;
    transition:0.3s;
    border:2px solid transparent
}
.btn-parent:hover{
    background: white;
    color:black;
    border:2px solid #BB9845
}

._cmain{
    color: #BB9845;
}
._bgmain{
    background-color: #BB9845;
}
.between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.sbtn.main{
    background-color: #BB9845;
    border: 2px solid transparent;
    color: white;
}
.sbtn.main:hover{
    background-color: transparent;
    border: 2px solid #BB9845;
    color: black;
}
._brdr{
    border: 1px solid rgba(0,0,0,0.1);
}
._brdright{
    border-right: 1px solid rgba(0,0,0,0.1);
}
._brdrbottom{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
._brdrtop{
    border-top: 1px solid rgba(0,0,0,0.1);
}
._bgg{
    background-color: rgb(236, 236, 236);
}
.pst{
    position: static;
}
.radius{
    border-radius: 10px;
}
._cg{
    color: #848484;
}

.shadow{
    box-shadow: 0 1px 15px rgba(0,0,0,.1);;
}

/* start modals */
.modals pop-h, .modals pop-x {
    display: none;
}
.modals pop-t{
    font-weight: 600;
    font-size: 18px;
}
.modals pop-c {
    border-radius: 2px;
}
.modals pop-b {
    border-radius: 0 0 10px 10px;
}

/* end modals */
.border-bottom:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.card{
    border:1px solid transparent
}
/* .actionTwo{
    background:white;
    height:77px;
    bottom:-66px;
    position: absolute;
    left: -1px;
    right:-0.4px;
    padding: 0 14px 0;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0 0 10px 10px;
    z-index: 10000000 !important;
} */
.action{
    background:white;
    height:85px;
    bottom:0px;
    position: absolute;
    left: -1px;
    right:-0.4px;
    padding: 0 14px 0;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0 0 10px 10px;

}
.card:hover .action{
    border-left: 1px solid #BB9845;
    border-right: 1px solid #BB9845;
    border-bottom: 1px solid #BB9845;
    opacity: 1;
    bottom:-79px;
    box-shadow: 0 12px 15px rgba(101, 101, 101, 0.18);
    z-index: 6 !important;

}
/* .card:hover .actionTwo{
    border-left: 1px solid #BB9845;
    border-right: 1px solid #BB9845;
    border-bottom: 1px solid #BB9845;
    opacity: 1;
    box-shadow: 0 12px 15px rgba(101, 101, 101, 0.18);
} */
.card:hover{
    border: 1px solid #BB9845;
    /* border-bottom: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; */
    box-shadow: 0 12px 15px rgba(101, 101, 101, 0.18);
}
.card:hover .wish{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.card:hover .quick{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.flickity-button {
    position: absolute;
    background: rgb(0,0,0,0.5)!important;
    border: none;
    color: white !important;
}
.small-images {
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:10px
}
.is-nav-selected .small-images {
    border:1px solid #BB9845 !important
}
/* start input errors */
.error {
    display: none;
  }
  .is-invalid .error {
    display: block;
  }
/* end input errors */
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #BB9845;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }




  