@media only screen and (max-width: 768px) {
    .review-add-card{
        width: 100% !important;
    }
    .write-review{
        width: 100%;
        margin-top: 20px;
    }
    body{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .detail-container{
        width: 70% !important;
    }
}

.nav-item{
/*causes jumping
    margin-left: 10px;
    margin-right: 10px;

    */
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: #0D0F13;
    display: none;
  overflow-x: hidden;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content .active{
    color: #f1f1f1;
    text-decoration: underline;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.dropdown {
    position: relative;
    display: inline-block;
    text-align: right;
    min-width: 50px;
}

.dropdown-content {
    right:0;
    text-align: left;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.item-card{
    margin-bottom: 40px;
}
.detail-item-card {
    text-align: center;
    margin: auto;
    /*width: 70% !important;*/
    border-bottom: solid 2px #292B41;
   /* border-radius:24px;*/
}

.detail-card-img{
   border-radius:24px;

}

.review-add-card{
    margin: auto;
    width: 70% ;
    border-bottom: solid 2px #292B41;
}
.card-img{
    width:100%;
    padding-top: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 8px !important;
}
.review-card{
    width: 100%;
    border: none;
    border-radius:12px;
    background-color: #14161A;
    padding:30px;
    margin-top: 30px;
}
.header{
    border-bottom: solid 1px #292B41;
}
.footer{
    border-top: solid 1px #292B41;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
}
.dark-bg{
    background-color: #0D0F13;
}
.logo{
    color: #FED97E !important;
    font-weight: bold;
}
.logo,body,div,span,li,h1,h2,h3,h4,h5,h6{
    font-family: DM Sans;
    color:#ffffff;
}
h4{
    font-size: 20px;
}
#search-area{
    display: none;
}
/*
input#search-area{
    margin-top:4px;
}*/

#search-icon{
    display: block;
    margin-top:4px;
    margin-right:20px;
}
.item-title{
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.d-item-title{
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
}
.item-title a,.item-title a:hover,.item-title a:visited{
    color:#ffffff;
    text-decoration: none;
}
.item-subtitle{
    font-style: normal;
    font-size: 14px;
    color: rgba(255,255,255,0.800000011);
}
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: #D4D5D9;
    text-align: center;
    padding: 12px 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    border: solid 1px #D4D5D9;
    border-radius: 25px;
}
ul.menu a.selected {
    background-color: #FED97E;
    display: inline-block;
    color: #292B41;
    text-align: center;
    padding: 12px 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    border: solid 1px #292B41;
    border-radius: 25px;
}
.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.search-input{
    background-color: #14161A;
    color: #ffffff;
    border:none;
    border-radius:30px;
    padding: 4px 20px 4px 20px;
    width: 100%;
}
.search-input::-webkit-search-cancel-button {
      -webkit-appearance: none;
  height: 12px;
  width: 12px;
  margin-left:10px;
  background-image: url("close.png");
  background-size: 12px;
  cursor: pointer;
  background-repeat: no-repeat;
}
input#rev-search-input:focus-visible, .rev-search-input:focus-visible, input#rev-search-input:focus, .rev-search-input:focus{
    outline: none;
    border-bottom: solid 1px #ffffff;
}

#search-box{
    position: relative;
    width: inherit;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:4px;
}



.rev-search-input{
    background: none;
    color: #ffffff;
    padding: 4px 0px 4px 0px;
    width: 100%;
    border: none;
    border-bottom: solid 1px #ffffff;
    outline: none;
}
.review-success-alert{
    position: fixed;
    max-width: 350px;
    right: 50px;
    bottom: 50px;
    z-index: 10;
    border: none;
    border-radius:12px;
    background-color: #14161A;
    padding:30px;
    text-align: left;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
#livesearch{
    display: block;
    position: absolute;
    margin: 4px 0px;
    border: 1px solid rgb(165, 172, 178);
    background-color: #14161A;
    border:none;
    border-radius:10px;
    width: 100%;
}
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,0);
  }
  
#revlivesearch{
    display: block;/*
    position: absolute;*/
    text-align: left;
    margin: 5px 10px;
    border: 1px solid rgb(165, 172, 178);
    background-color: #14161A;
    border:none;
    border-radius:10px;
    width: 100%;
    z-index: 9999;
}
#rev-search-area{
    display: none;
    text-align: left;
    margin: 50px 10px;
    padding:4px 20px 4px 20px;
    border: 1px solid rgb(165, 172, 178);
    background-color: #14161A;
    border:none;
    border-radius:10px;
    width: 100%;
}
.ul-cat{
    list-style: none;
}
.ul-cat li{
    color: #D4D5D9;
    margin: 5px 5px 5px 0px;
    padding: 12px 10px;
    border: none;
    border-radius: 6px;
}
.ul-cat li:hover{
    background-color: #14161A!important;
    cursor: pointer;
}
.ul-cat .selected{
    background-color: #14161A;
}
.review-btn-yellow{
    padding-left: 30px;
    padding-right: 30px;
    height: 48px;
    background: rgba(254,217,126,1);
    border: none;
    border-radius: 70px;
}
.review-btn-grey{
    /*width: 167px;*/
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    background: rgba(41,43,65,1);
    color: #ffffff;
    margin-top: 15px;
    border: none;
    border-radius: 70px;
}
.review-btn-transp{
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    background: none;
    color: #D4D5D9;
    margin-top: 15px;
    border: 1px solid #D4D5D9;
    border-radius: 70px;
    cursor: default!important;
}
.review-btn-next{
    padding-left: 40px;
    padding-right: 40px;
    height: 48px;
    font-size: 18px;
    background: none;
    color: #ffffff;
    margin-top: 15px;
    border: 1px solid #ffffff;
    border-radius: 70px;
}
.login-btn{
    height: 40px;
    font-size: 15px;
    width: 280px;
    background: none;
    color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    border-radius: 70px;
}
.textinput[autoresize]{
    width: 100%;
    border: none;
    background: none;
    color:#ffffff;
    display: block;
    resize: none;
    overflow: hidden;
}
.text-input{
    width: 100%;
    border: none;
    background: none;
    color:#ffffff;
    display: block;
    border-bottom: solid 1px #ffffff;
}
input.chk-btn {
  display: none;
}
input.chk-btn + label {
    padding: 10px 20px;
    background: none;
    color: #D4D5D9;
    margin-top: 15px;
    border: 1px solid #D4D5D9;
    border-radius: 70px;
    cursor: pointer;
}

input.chk-btn + label:active,
input.chk-btn:checked + label {
    color: #292B41;
    background-color: #FED97E;
    border: 1px solid #FED97E;
}
input.chk-btn-clear + label:active,
input.chk-btn-clear:checked + label {
    color: #292B41 !important;
    background-color: #FED97E;
    border: 1px solid #FED97E !important;
}
input:focus{
    border: none;
      border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none;
  background:#20212E;
}
.account-field{
    display: inline-block;
    background-color: #14161A;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* The Modal (background) */
.mymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mymodal-content {
  background-color: #0D0F13;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* select/unselect category */
.cat-selected{
    color: #ffffff;
    background-color: #14161A;
}
.cat-unselected{
    color: #D4D5D9;
    background-color: transparent;
}
.menu-wrapper {
  position: relative;

  overflow-x: hidden;
  overflow-y: hidden;
}

.menu {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
    padding-left: 0px;
    padding-right: 0px;/*
    margin-left: 32px;
    margin-right: 32px;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
  -webkit-overflow-scrolling: touch;
}
.menu .item {
    
    display: inline-block;
    color: #D4D5D9;
    text-align: center;
    padding: 12px 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    border: solid 1px #D4D5D9;
    border-radius: 25px;
    cursor: pointer;
}

.paddle {
  position: absolute;
  top: 5px;
  width: 40px;
    height: 40px;
}

.left-paddle {
  left: 0;
}

.right-paddle {
  right: 0;
}
.menubar-wrapper {
  position: relative;

  overflow-x: hidden;
  overflow-y: hidden;
}
.menubar-menu {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  -webkit-overflow-scrolling: touch;
}
.menubar-menu .menubar-item {
    
    display: inline-block;
    color: #D4D5D9;
    text-align: center;
    padding: 12px 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    border: solid 1px #D4D5D9;
    border-radius: 25px;
    cursor: pointer;
}

.menubar-paddle {
  position: absolute;
  top: 5px;
  width: 40px;
    height: 40px;
}

.menubar-left-paddle {
  left: 0;
}

.menubar-right-paddle {
  right: 0;
}
.menubar-left-paddle,.menubar-right-paddle{
    color: #ffffff;
    background-color: #0D0F13;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hidden {
  display: none;
}

.print {
  margin: auto;
  max-width: 500px;
}
.print span {
  display: inline-block;
  width: 100px;
}
.left-paddle,.right-paddle{
    color: #ffffff;
    background-color: #0D0F13;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
/*    CSS preloader   */
.lds-dual-ring {
  display: inline-block;
  width: 80px!important;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*    /CSS preloader   */
.footer a{
    color: #ffffff;
}
.footer a:hover{
    color: #D4D5D9;
}
.footer a:visited{
    color: #ffffff;
}