/* home */
#rev-page .top-adjuster {
    margin-top: -20px;
}

#rev-page .home-main-drpdwn-group {
    display: flex;
    gap: 20px;
}

#rev-page .home-main-drpdwn-group .home-main-drpdwn-item {
    width: 50%;
}

#rev-page .home-main-drpdwn-group .home-main-drpdwn-item .dropdown,
#rev-page .home-main-drpdwn-group .home-main-drpdwn-item .dropdown button {
    width: 100%;
}

#rev-page .home-main-drpdwn-group .home-main-drpdwn-item .dropdown button {
    width: 100%;
    background-color: var(--white-color);
    border: none;
    font-family: var(--theme-font);
    color: var(--text-color);
    font-size: 14px;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 9px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    button:after {
    display: none;
}

#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    .dropdown-menu {
    width: 100%;
    top: 10px !important;
    border: none;
    border-radius: 0;
    padding: 0;
}

#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    .dropdown-menu
    li {
    box-shadow: 0px 4px 4px -4px #00000040;
}

#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    .dropdown-menu
    li:last-child {
    box-shadow: none;
}

#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    .dropdown-menu
    li:last {
    box-shadow: none;
}
#rev-page
    .home-main-drpdwn-group
    .home-main-drpdwn-item
    .dropdown
    .dropdown-menu
    li
    a {
    padding: 12px 20px;
    font-family: var(--theme-font);
    color: var(--text-color);
    font-size: 13px;
    font-weight: var(--font-normal);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#rev-page .home-country-wrap {
    position: relative;
    padding: 0px 0 25px;
}

#rev-page .home-country-wrap.home-country {
    padding: 30px 0 25px;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
}

#rev-page .home-country-wrap ul {
    list-style-type: none;
    display: flex;
    gap: 12px;
    padding: 0;
    justify-content: center;
}

#rev-page .home-country-wrap ul li {
    width: 67px;
    height: 67px;
}

#rev-page .home-search-whiskey-wrap {
    width: 100%;
    height: 163px;
    border-radius: 20px;
    position: relative;
    background-color: var(--color-sub-first);
    margin-bottom: 22px;
    padding: 8px;
}

#rev-page .home-search-whiskey-wrap > img {
    opacity: 45%;
    object-position: center center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#rev-page .home-search-whiskey-wrap.not-search-wrap a {
    /* position: absolute;
    height: 92%;
    width: 97%;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: solid 5px #ffffffbf;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center; */
    font-family: var(--theme-font);
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--font-bold);
}

#rev-page .home-search-whiskey-wrap.not-search-wrap a span {
    font-size: 24px;
}

#rev-page .home-search-whiskey-wrap .not-link {
    position: absolute;
    height: 92%;
    width: 97%;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: solid 5px #ffffffbf;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--theme-font);
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--font-bold);
}

#rev-page .home-search-whiskey-wrap .not-link.not-link-sub {
    height: 102%;
    width: 102%;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    border: solid 9px #ffffffbf;
}

#rev-page .home-search-whiskey-wrap .title-whis-search-wrap {
    display: flex;
    width: 100%;
    /* gap: 30px; */
    align-items: center;
}

#rev-page
    .home-search-whiskey-wrap.home-search-your-whiskey
    .title-whis-search-wrap
    .left-whis-item {
    /* width: 50%; */
    justify-content: center;
    font-family: var(--theme-font);
    color: var(--white-color);
    font-size: 24px;
    font-weight: var(--font-bold);
}

#rev-page .home-search-whiskey-wrap .title-whis-search-wrap input::placeholder {
    font-weight: var(--font-normal);
    font-style: italic;
    font-size: 11px;
    letter-spacing: 2px;
}

#rev-page .home-whiskey-grid-wrp {
    display: flex;
    gap: 20px;
}

#rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap {
    height: 245px;
    display: flex;
    align-items: center;
}

#rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap > img {
    height: 100%;
    object-fit: cover;
}

#rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap .border-white {
    /* height: 106%;
    width: 106%;
    border-radius: 28px;
    border: solid 13px #ffffffbf;
    padding: 10px; */
    position: relative;
    z-index: 99;
    text-align: center;
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap
    span.add-whiskey-wraper {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap
    span.add-whiskey-wraper
    img {
    height: 170px;
    width: 76%;
    object-fit: contain;
    height: 100px;
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap.saver-whiskey-wrap
    a {
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap.saver-whiskey-wrap
    a
    span {
    font-size: 28px;
    padding: 20px 0;
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap.saver-whiskey-wrap
    a
    p {
    margin: 0;
    margin-top: 0px;
    background: #aa801569;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    font-family: var(--theme-font);
    color: var(--white-color);
    font-weight: var(--font-normal);
    font-style: italic;
    position: relative;
    bottom: 8px;
}

#rev-page .brnd-cntry-list-wrap {
    /* display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 15px;
    flex-wrap: wrap; */

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 20px;
    row-gap: 0;
}

#rev-page .brnd-cntry-list-wrap .whisky-list-item {
    /* width: 40%; */
    text-align: center;
    margin-bottom: 25px;
}

#rev-page .brnd-cntry-list-wrap nav,
#rev-page .tray-cocktails-list-wrap nav {
    grid-column-start: 1;
    grid-column-end: 4;
}

#rev-page .brnd-cntry-list-wrap .whisky-list-item .card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
}

/* no bg */
#rev-page .rev-product-no-bg-new .brnd-cntry-list-wrap .whisky-list-item .card, #rev-page .rev-product-no-bg-new .brnd-cntry-list-wrap .whisky-list-item .card{
background-color: transparent;
  backdrop-filter: blur(2px);
}

#rev-page .brnd-cntry-list-wrap .whisky-list-item .card img {
    height: 150px;
    width: auto;
    max-height: unset !important;
    margin: 10px auto 0 !important;
}

#rev-page .rev-brand-filter {
    margin: 25px 0 !important;
}

#rev-page .brnd-cntry-list-wrap .whisky-list-item .card .card-body h4 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: var(--font-bold);
    margin-bottom: 0;
}

#rev-page .brnd-cntry-list-wrap .whisky-list-item .card .card-body h5 {
    color: var(--color-sub-first);
    font-size: 12px;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

#rev-page .rev-brand-filter ul {
    /* isplay: flex;
    flex-wrap: wrap;
    gap: 5px; */

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    gap: 20px;
    row-gap: 20px;
    row-gap: 20px;
    row-gap: 6px;
}

#rev-page .rev-brand-filter ul li.rev-brand-filter-item {
    /* width: 32%; */
    font-size: 10px;
}

#rev-page .rev-brand-filter ul li.rev-brand-filter-item button.btn {
    font-size: 14px;
    font-weight: var(--font-medium);
    font-family: "Jost", sans-serif;
    color: var(--color-sub-first);
    background-color: var(--white-color);
}

#rev-page .rev-brand-filter ul li.rev-brand-filter-item button.price-range-btn {
    margin-top: 0 !important;
    background-color: var(--dark-color);
    color: var(--white-color);
    border: solid 1px var(--dark-color);
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

#rev-page .search-wrp {
    position: relative;
}

#rev-page .search-wrp input {
    height: 50px;
    border-radius: 13px;
}

#rev-page .search-wrp input::placeholder {
    font-weight: var(--font-normal);
    font-style: italic;
    font-size: 11px;
    letter-spacing: 2px;
}

#rev-page .search-wrp .serch-icon-wrap {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 38px;
    height: 38px;
    background: var(--light-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: translateY(-50%);
}

#rev-page
    .home-whiskey-grid-wrp
    .home-search-whiskey-wrap.home-search-wrap-bg-1 {
    background-color: #2b2010;
    height: 165px;
}

.home-search-wrap-bg-1 > img {
    opacity: 39%;
}

#rev-page .home-search-whiskey-wrap .not-link.not-link-sub .search-wrp {
    width: 95%;
}

#rev-page .home-brand-border {
    border: solid 5px rgba(170, 128, 21, 0.41);
}

#rev-page .home-brand-border a,
#rev-page .home-brand-border .not-link-sub,
#rev-page .home-brand-border-2 a,
#rev-page .home-brand-border-2 .not-link-sub {
    border: none !important;
    border-radius: unset !important;
}

#rev-page .bg-size-cover {
    background-size: cover;
}

/* Product detail page styling */
#rev-page .brand-product-img-wrap {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 300px;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#rev-page .whiskey-product-detail-new .brand-product-img-wrap {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #603C0640;
  border-top: 2px solid transparent;
  box-shadow: none;
}


#rev-page .brand-product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

#rev-page .product-img-dec-wrap {
    display: flex;
}

#rev-page .product-img-dec-wrap .product-detail-container {
    width: 285px;
}

#rev-page .product-img-dec-wrap .whisky-details {
    padding-left: 35px;
    padding-top: 25px;
}

#rev-page .product-img-dec-wrap .whisky-details .detail-title{
    border-bottom: solid 1px #D8CCB9;
  padding-bottom: 20px;
}

#rev-page .product-img-dec-wrap .whisky-details .whisky_price {
    color: var(--light-color);
    font-weight: var(--font-bold);
    margin-bottom: 25px;
}

#rev-page .product-img-dec-wrap .whisky-details ul {
    list-style: none;
    padding-left: 0;
}

#rev-page .product-img-dec-wrap .whisky-details ul li {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    padding: 5px 0;
}

#rev-page .product-img-dec-wrap .whisky-details ul li strong {
    font-size: 14px;
    font-family: "Libre Baskerville", serif;
    width: 145px;
    display: inline-block;
}

#rev-page .product-img-dec-wrap .whisky-details ul li strong img{
    width: 18px;
    margin-right: 10px !important;
} 

#rev-page .brand-whisky_disc-wrap {
    margin-top: 45px;
    margin-bottom: 32px;
}

#rev-page .whisky-review-section .whisky-review-section-inner {
    /* display: flex;
    flex-wrap: wrap; 
    gap: 15px;*/
    gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#rev-page .whisky-review-section .whiskey-review-item {
    /* width: 23.3333333%; */
    background: #ffffff;
    border: solid 1px #ebebeb;;
    padding: 16px;
    text-align: center;
}

#rev-page .whisky-review-section .whiskey-review-item .rating i {
    font-size: 14px;
}

#rev-page .whisky-review-section .whiskey-review-item .rating {
font-size: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 70%;
  margin: 0 auto;
  gap: 5px;
}

#rev-page .whisky-review-section .whiskey-review-item .rating span {
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
}

#rev-page .whisky-review-section .whiskey-review-item .rating .select-star-item{
    grid-column: 1 / -1;
}

/* Tab Style */

#rev-page .brand-whiskey-tab-wrap {
    margin-bottom: 35px;
}
#rev-page .brand-whiskey-tab-wrap ul.nav-tabs,
#rev-page .brand-whiskey-tab-wrap ul.nav-tabs .nav-item .nav-link {
    border: none;
}

#rev-page .brand-whiskey-tab-wrap ul.nav-tabs .nav-item .nav-link {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    color: var(--color-sub-first);
    padding: 10px 43px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

#rev-page .brand-whiskey-tab-wrap .tab-content {
    padding: 25px;
    /* background-color: var(--white-color); */
    border: 1px solid #c59d5f;
}

#rev-page .brand-whiskey-tab-wrap .tab-content #description p strong {
    margin-top: 15px;
    display: block;
}

#rev-page .brand-whiskey-tab-wrap ul.nav-tabs .nav-item .nav-link.active {
    background-color: #603C06;
    font-weight: var(--font-semibold);
    color: #E5C28C;
}

/* Tray Cocktail styling */
#rev-page .cocktail-tray-link-wrap {
    display: flex;
    gap: 25px;
}

#rev-page .cocktail-tray-link-wrap .cocktail-tray-item {
    width: 50%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

#rev-page .cocktail-tray-link-wrap .cocktail-tray-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 5px #ffffff;
    border-radius: 25px;
    opacity: 0.6;
}

#rev-page .cocktail-tray-link-wrap .cocktail-tray-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #503409;
    opacity: 0.4;
    top: 0;
    left: 0;
}

#rev-page .cocktail-tray-link-wrap .cocktail-tray-item img {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    object-fit: cover;
}

#rev-page
    .cocktail-tray-link-wrap
    .cocktail-tray-item
    .cocktail-tray-link-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#rev-page
    .cocktail-tray-link-wrap
    .cocktail-tray-item
    .cocktail-tray-link-inner
    span {
    background: #c59d5fbf;
    border: 4px solid #ffffff82;
    font-family: "Libre Baskerville", serif;
    color: var(--white-color);
    padding: 10px 0;
    width: 85%;
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--font-bold);
    border-radius: 12px;
}

#rev-page .tray-cocktails-list-wrap {
    /* display: flex;
    flex-wrap: wrap;
    gap: 25px; */

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 20px;
    row-gap: 20px;
    row-gap: 0;
}

#rev-page .tray-cocktails-list-wrap .card {
    /* width: 30.88888%; */
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
    border-radius: 27px;
    text-align: center;
    height: 100%;
}

#rev-page .tray-cocktails-list-wrap .col-item {
    margin-bottom: 25px;
}

#rev-page .tray-cocktails-list-wrap .card {
    /* width: 28.889%; */
}

#rev-page .tray-cocktails-list-wrap .card img {
    height: 185px;
    border-radius: 20px;
    object-fit: cover;
}

#rev-page
    .revolution-common-header.revolution-home-header.home-sticky
    .navbar::before {
    background-color: var(--dark-color);
}

#rev-page .tray-cocktails-list-wrap .card h5 {
    color: var(--text-color);
    font-size: 12px;
    font-weight: var(--font-bold);
    text-transform: uppercase;
}

#rev-page .tray-cocktails-list-wrap .card a.tray-list-a h4 {
    color: #603c06;
    font-size: 20px;
    font-weight: var(--font-bold);
}

#rev-page .tray-cocktails-list-wrap .card a.tray-list-a h5 {
    color: var(--text-color);
    font-size: 12px;
    font-weight: var(--font-bold);
}

#rev-page .tray-cocktails-list-wrap .card a.tray-list-a img {
    height: 125px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#rev-page .event-date {
    color: var(--light-color);
    font-family: "Jost", sans-serif;
    font-size: 11px;
    text-align: center;
}

/* user */
.rev-user-drop {
    position: absolute;
    left: 0;
}

.rev-user-drop button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #c59d5f8f;
    color: var(--white-color);
    font-size: 16px;
    border: none;
    padding-top: 6px;
}

.rev-user-drop.rev-user-drop-inner button {
    background-color: #241c11;
}

.rev-user-drop button:focus,
.rev-user-drop button:active,
.rev-user-drop button:hover,
.rev-user-drop .btn:first-child:active {
    background-color: #c59d5f8f;
    box-shadow: none;
}

.rev-user-drop .dropdown-menu {
    top: 55px !important;
    background: var(--white-color);
    border-radius: 18px;
    padding: 15px 0;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rev-user-drop .dropdown-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--white-color);
    top: -11px;
    left: 13px;
}

.rev-user-drop button::after {
    display: none;
}

#rev-page .country-list-wrap .card {
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0px;
    border-radius: 27px;
    text-align: center;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

#rev-page .country-list-wrap .card img.card-img-top {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    top: 0;
    bottom: 0;
    max-height: 100% !important;
    left: 0;
    right: 0;
    z-index: 1;
}

#rev-page .country-list-wrap .card img.card-img-logo {
    position: absolute;
    margin: 0 !important;
    top: 50%;
    max-height: 100% !important;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    height: 100px;
}

/* pagination */
#rev-page .pagination .page-item .page-link {
    padding: 0;
    width: 25px;
    border-radius: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 5px;
}

#rev-page .pagination {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

#search-list-whiskey-home {
    z-index: 999999;
}

#search-list-brand-home {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

#search-list-brand-home a {
    position: relative !important;
}

#search-list-whiskey-home {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

#search-list-whiskey-home a {
    position: relative;
}

.title-whis-search-new-wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    padding: 25px;
    color: #fff;
    left: 0;
    border: solid 5px #ffffff91;
    border-radius: 20px;
}

.title-whis-search-new-wrap .flex-new-wrap-whis {
    position: relative;
    display: flex;
    align-items: center;
}

.title-whis-search-new-wrap.home-search-brand .flex-new-wrap-whis {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: var(--theme-font);
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--font-bold);
}

#rev-page
    .title-whis-search-new-wrap.home-search-brand
    .flex-new-wrap-whis
    span {
    font-size: 28px;
    line-height: 36px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.title-whis-search-new-wrap .flex-new-wrap-whis.input-whis .search-wrp {
    width: 100%;
}

.flex-new-wrap-whis-brand {
    width: 90%;
    margin: 5px auto;
}

.home-upcoming-event-wrap {
    border: solid 5px #ffffff91;
}
.home-upcoming-event-wrap a {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    height: 230px;
    bottom: 3px;
    margin: 0 auto;
    display: flex;
}

.searching-dropdown-toggle {
    left: 0;
    border-radius: 20px !important;
    border: solid 2px #fff !important;
    top: 60px;
}

.whiskey-of-month a {
    font-family: var(--theme-font);
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--font-bold);
    z-index: 999;
}

.whiskey-of-month a img {
    opacity: 1;
    position: relative;
}

#rev-page .whiskey-of-month {
    display: flex;
    align-items: center;
    height: 245px;
    border: solid 5px #ffffff91;
    overflow: hidden;
}

#rev-page .whiskey-of-month img {
    border-radius: 0;
}

.home-banner-sec h1 {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#rev-page .home-banner-sec h1 a {
    border: solid 2px var(--white-color);
}

.home-banner-sec h1 a {
    color: var(--white-color);
}

#rev-page .bootstrap-select .dropdown-menu .inner {
    max-height: 200px;
}

#rev-page .bootstrap-select .dropdown-menu .inner ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#rev-page .bootstrap-select .dropdown-menu .inner ul.dropdown-menu li {
    width: 100%;
    border-bottom: dashed 1px #c59d5f5e;
    display: flex;
    align-items: center;
}

#rev-page .bootstrap-select .dropdown-menu .inner ul.dropdown-menu li a {
    line-height: 20px;
}
#rev-page .bootstrap-select .dropdown-menu .inner ul.dropdown-menu li a span {
    font-size: 12px;
}

#rev-page .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: uppercase;
}

#rev-page .rev-brand-filter .btn-rev-commen {
    width: 100%;
    padding: 8px 32px;
}

#rev-page .bootstrap-select .dropdown-menu.show {
    max-height: 200px;
}

#rev-page
    .rev-brand-filter
    ul
    li.rev-brand-filter-item.abv-item-list
    .bootstrap-select
    .dropdown-menu
    .inner
    ul.dropdown-menu,
#rev-page
    .rev-brand-filter
    ul
    li.rev-brand-filter-item.price-item-list
    .bootstrap-select
    .dropdown-menu
    .inner
    ul.dropdown-menu {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: unset;
}

#rev-page
    .rev-brand-filter
    ul
    li.rev-brand-filter-item.abv-item-list
    .bootstrap-select
    .dropdown-menu
    .inner
    ul.dropdown-menu
    li,
#rev-page
    .rev-brand-filter
    ul
    li.rev-brand-filter-item.price-item-list
    .bootstrap-select
    .dropdown-menu
    .inner
    ul.dropdown-menu
    li {
    width: 100%;
}

/* contact */
#create-contact-form {
    background: var(--white-color);
    padding: 25px;
    border-radius: 25px;
    border: solid 2px #50340933;
}

#rev-page #create-contact-form label {
    font-family: "Jost", sans-serif;
    margin-bottom: 10px !important;
}

/* #rev-page  #create-contact-form span{
    margin-top: 0 !important;
} */

#rev-page #create-contact-form textarea {
    height: 115px;
}

/* Event gallery */
#event-gallery .event-gallerry-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    gap: 10px;
}

#event-gallery .event-gallerry-wrap li a {
    display: flex;
    height: 100%;
    border: solid 1px #f0f0f0;
    padding: 5px;
}

#event-gallery .event-gallerry-wrap li {
    height: 100px;
}

#event-gallery .event-gallerry-wrap li a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Modal styling */
#rev-page .modal {
    background-color: rgba(0, 0, 0, 0.8);
}

#rev-page .modal .modal-content .modal-header {
    background-color: var(--dark-color);
    color: var(--white-color);
}

#rev-page .modal .modal-content .modal-header button.close {
    width: 30px;
    height: 30px;
    background-color: var(--light-color);
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
}

#rev-page .modal .modal-content .modal-header button.close span {
    position: absolute;
    height: auto;
    top: -5px;
    font-size: 24px;
    color: var(--white-color);
    padding: 0;
}

#rev-page .modal .modal-content .modal-body {
    min-height: 150px;
}

/* User page styling ****************************************************************************************/

#rev-page .rev-profile-wrap {
    background: var(--white-color);
    padding: 25px;
    border-radius: 25px;
    border: solid 2px #50340933;
}

#rev-page .rev-profile-wrap .edit-btn-wrap {
    width: 100%;
    margin-bottom: 25px;
}

.home-search-brand-latest {
    display: flex;
    padding: 30px !important;
}

#rev-page .home-search-brand-latest .flex-new-wrap-whis-brand.left {
    width: 40%;
    text-align: center;
}

#rev-page .home-search-brand-latest .flex-new-wrap-whis-brand.right {
    width: 60%;
}

#rev-page .home-search-brand-latest-top .flex-new-wrap-whis.left {
    width: 40%;
    text-align: center;
}

#rev-page .home-search-brand-latest-top .flex-new-wrap-whis.right {
    width: 60%;
}

#userPasswordUpdate .input-box {
    position: relative;
    margin-bottom: 15px;
}

#userPasswordUpdate .input-box i {
    position: absolute;
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--light-color);
}

#userPasswordUpdate .input-box input {
    padding-left: 45px;
}

/* New Home styling  *******************************************************************************************/

/* #rev-page .revolution-stahe-content-home .home-new-all-whiskey-wrap, #rev-page .revolution-stahe-content-home .home-whiskey-grid-wrp .home-new-tastin-tray, #rev-page .revolution-stahe-content-home .home-whiskey-grid-wrp .home-new-whiskey-cocktail{
    height: 100px;
} */

#rev-page
    .revolution-stahe-content-home
    .home-new-all-whiskey-wrap
    .title-whis-search-wrap
    h1 {
    margin: 0;
}

.no-result-found-wrap {
    display: block !important;
}

#rev-page .home-banner-sec-stage .home-country-wrap.home-country {
    top: 95px;
}

/* New btn style */

#rev-page .home-search-whiskey-wrap{
    margin-bottom: 40px;
}

/* ------------------ */


#rev-page .latest-all-whis-btn-wrap a {
background-color: #c59d5f;
  display: flex;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 50px;
  background-image: url("../../../../public/assets/images/all-whis-btn-bg-new.png");
  height: 120px;
  border: solid 6px #c59d5f;
  background-position: 15% center;
}

#rev-page .latest-all-whis-btn-wrap a span.over-wrap {
display: flex;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  width: 100%;
  /* border: dashed 4px #ddb87f; */
  font-size: 22px;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-weight: var(--font-bold);
  letter-spacing: 1px;
  height: 100%;
  position: relative;
}

#rev-page .latest-all-whis-btn-wrap a span img {
height: 200px;
  position: absolute;
  right: -38px;
  z-index: 2;
  top: -44px;
}

#rev-page .latest-all-whis-btn-wrap a span.over-wrap span.inner-wrap  {
margin: auto;
  font-size: 22px;
  width: 100%;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  padding-left: 90px;
}

/* ------------------ */


#rev-page .tasting-tray-home-list-wrap a {
background-color: #c59d5f;
  display: flex;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 55px;
  background-image: url("../../../../public/assets/images/bg-whiskey5.png");
  height: 120px;
  border: solid 6px #aaa7a4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


#rev-page .tasting-tray-home-list-wrap a span.over-wrap {
display: flex;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  width: 100%;
  font-size: 22px;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-weight: var(--font-bold);
  letter-spacing: 1px;
  height: 100%;
  position: relative;
}

#rev-page .tasting-tray-home-list-wrap a span img {
height: 167px;
  position: absolute;
  left: -31px;
  z-index: 2;
  top: -14px;
}

#rev-page .tasting-tray-home-list-wrap a span.over-wrap span.inner-wrap  {
margin: auto;
  font-size: 22px;
  width: 100%;
  text-align: right;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  padding-right: 70px;
}

/* ------------------ */

#rev-page .cocktail-whiskey-home-list-wrap a {
background-color: #c59d5f;
  display: flex;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 50px;
  background-image: url("../../../../public/assets/images/bg-whiskey6.png");
  height: 120px;
  border: solid 6px #aaa7a4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#rev-page .cocktail-whiskey-home-list-wrap a span.over-wrap {
display: flex;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  width: 100%;
  font-size: 22px;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-weight: var(--font-bold);
  letter-spacing: 1px;
  height: 100%;
  position: relative;
}

#rev-page .cocktail-whiskey-home-list-wrap a span img {
height: 170px;
  position: absolute;
  right: -39px;
  z-index: 2;
  top: -25px;
}

#rev-page .cocktail-whiskey-home-list-wrap a span.over-wrap span.inner-wrap  {
margin: auto;
  font-size: 22px;
  width: 100%;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  padding-left: 90px;
}

#rev-page .dropdown-item.active, #rev-page .dropdown-item:active{
    background-color: #503409;
}



/* New Home styling End  *******************************************************************************************/



/* New Filter styling *******************************************************************************************/

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button {
 width: 165px;
  height: 46px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #603C06;
  font-size: 12px;
  position: relative;
  border-width: 2px;
  border-color: #603C06;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button:hover {
    background-color: transparent  !important;
}
#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button:focus {
    box-shadow:  none;
    background-color: transparent  !important;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button img{
position: absolute;
  left: 0;
  top: 50%;
  object-fit: contain;
  transform: translateY(-50%);
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.brand img{
width: 15px;
  height: 30px;
  left: 15px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.type img{
width: 23px;
  height: 30px;
  left: 15px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.cask{
    padding-left: 33px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.cask img{
width: 18px;
  height: 30px;
  left: 15px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.country img{
width: 18px;
  height: 30px;
  left: 15px;
}
#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.distillery{
    padding-left: 33px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.distillery img{
width: 22px;
  height: 30px;
  left: 15px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .filter-buttons-wrapper-new-25 button.age img{
width: 22px;
  height: 30px;
  left: 15px;
}

#rev-page .new-filter-skin-wrap .rev-brand-filter .btn-clear{
    background-color: #603C06;
    font-family: "Libre Baskerville", serif;
    border: none;
}

#rev-page .new-filter-skin-wrap button.keyword-search{
    font-family: "Libre Baskerville", serif;
    border: none;
    display: flex;  
  border: solid 2px #603C06;
  padding: 10px 15px;
}

#rev-page .new-filter-skin-wrap button.keyword-search img{
    width: 20px;
    margin-right: 15px !important;
}

#rev-page span.whisky_abv{
width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 43%;
  right: 10px;
  background: #E5C28C;
  border-radius: 50px;
  line-height: 14px;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #603C06;
  text-align: center;
}

#rev-page .filter-modal-wrap-new-25 .modal-header{
    background-color: transparent !important;
}

#rev-page .filter-modal-wrap-new-25 .modal-header h5{
color: #603C06;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: self-end;
}

#rev-page .filter-modal-wrap-new-25 .modal-header h5 img{
margin-right: 15px !important;
}

#rev-page .filter-modal-wrap-new-25{
    /* top: 80px; */
}

#rev-page .filter-modal-wrap-new-25 .modal-body .list-group-item{
   border: none !important;
  background: transparent;
  border-bottom: solid 1px #603C06 !important;
  border-radius: 0;
  color: #603C06;
    font-family: "Libre Baskerville", serif;
}

#rev-page .filter-modal-wrap-new-25 .modal-body .list-group-item:last-child{
   border: none !important;
}

#rev-page .filter-modal-wrap-new-25 .modal-dialog{
    padding: 13px;
    background: #FFFBF5;
    height: 600px;
    border-radius: 15px;
    top: 106px;
    width: 95%;
    margin: auto;
}

#rev-page .filter-modal-wrap-new-25 .modal-dialog .modal-content{
border: solid 1px #C59D5F !important;
  border-radius: 15px;
  padding: 10px;
  height: 100%;
}

#rev-page .filter-modal-wrap-new-25 .modal-body .list-group-item span{
    font-size: 12px !important;
}

#rev-page .filter-modal-wrap-new-25 .modal-footer{
padding-top: 0;
  padding-bottom: 0;
  background-color: #fffaf2 !important;
}

#rev-page .filter-modal-wrap-new-25 .modal-footer button{
background-color: transparent;
  padding: 0;
  color: #603c06;
  font-family: "Libre Baskerville", serif;
  border: none;
  margin-left: 15px;
}


#rev-page .search-key-modal .modal-header {
    background-color: transparent !important;
}

#rev-page .search-key-modal .modal-header .title-wrap, #rev-page .search-key-modal .modal-header .button-wrap{
    width: 50%;
}

#rev-page .search-key-modal .modal-header .title-wrap h5{
color: #603C06;
  font-family: "Libre Baskerville", serif;
}

#rev-page .search-key-modal .modal-header .title-wrap h6{
color: #C59D5F;
  font-family: "Libre Baskerville", serif;
  margin-top: 15px;
}

#rev-page .search-key-modal .modal-header .button-wrap{
    width: 50%;
    display: flex;
    justify-content: center;
}

#rev-page .search-key-modal .modal-header .button-wrap button{
background-color: #603C06;
  font-family: "Libre Baskerville", serif;
  padding: 6px 20px;
  border: none;
}

#rev-page .filter-keyword-input-wrap-25{
    flex-direction: column;
}

#rev-page .filter-keyword-input-wrap-25 input{
   border-color: #603C06 !important;
   padding-right: 40px;
}

#rev-page .filter-keyword-input-wrap-25 .input-wrap-input{
  position: relative;
  width: 100%;
}

#rev-page .filter-keyword-input-wrap-25 .input-wrap-input:after{
content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #C59D5F;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}

#rev-page .filter-keyword-input-wrap-25 .btn-clear-wrap{
    margin-top: 20px;
    justify-content: flex-start;
  display: flex;
  width: 100%;
  display: none;
}

#rev-page .filter-keyword-input-wrap-25 .btn-clear-wrap button{
margin-left: 0 !important;
margin-right: 15px;
background-color: #603C06;
  font-family: "Libre Baskerville", serif;
  background-color: transparent;
  border: none;
  color: #603C06;
  font-size: 16px;
}

#rev-page .filter-keyword-input-wrap-25 .btn-clear-wrap button:last-child{
    color: #4B4B4B;
}

#rev-page .search-key-modal .modal-content .modal-body{
        min-height: auto;
}

/* Product style */

#rev-page .rev-product-no-bg-new.rev-product-no-bg-new-stage .brnd-cntry-list-wrap .whisky-list-item .card, #rev-page .rev-product-no-bg-new.rev-product-no-bg-new-stage .brnd-cntry-list-wrap .whisky-list-item .card{
border-bottom: 2px solid #603C0640;
  border-top: 2px solid transparent;
  box-shadow: none;
  border-left: none;
  border-right: none;
}




  #rev-page .bg-orange-p{
background-color: #F7EBD5BF;
  padding: 20px;
  display: flex;
  margin: 15px 0;
  flex-direction: column;
  border-radius: 10px;
  }

    #rev-page .bg-orange-p strong{
        margin-top: 0 !important;
    }

  #rev-page .appent-user-review-whisky .item{
    border-bottom: solid 1px #ddd;
    padding: 25px 0;
}

  #rev-page  .appent-user-review-whisky .item .item-appent-title-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

  #rev-page  .appent-user-review-whisky .item .item-appent-title-wrap h5{
    margin-bottom: 0;
}

  #rev-page  .append-star-wrap i{
    font-size: 10px;
}

 #rev-page  .append-star-wrap{
    margin-bottom: 10px;
 }
    

  #rev-page  .appent-user-review-whisky .item .item-appent-title-wrap .avatar-circle{
    height: 35px;
  width: 35px;
  background-color: #00000040;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  }



/* New Filter styling End  *******************************************************************************************/

/* out of stock */
#rev-page .brnd-cntry-list-wrap .out-of-stock-product .card img.card-img-top {
    filter: blur(6px);
}

#rev-page .brnd-cntry-list-wrap .out-of-stock-product .card img.out-of-stock-image {
position: absolute;
  z-index: 2;
  width: 56%;
  height: auto;
  left: 0;
  right: 0;
  top: 25px;
}


/* Sticky nav style */
#rev-page .revolution-common-header.inner-header-new .navbar.fixed-top{
transform: translateY(0);
    transition: transform 0.3s ease;
}

#rev-page .revolution-common-header.inner-header-new.scrolled-sticky .navbar.fixed-top{
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}


#rev-page .revolution-common-header.inner-header-new .sticky-back{
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    position: fixed;
    background: #503409;
}

#rev-page .revolution-common-header.inner-header-new.scrolled-sticky .sticky-back{
    transform: translateY(20px);
    transition: transform 0.3s ease;
    position: fixed;
    background: #503409;
}



/* Responsive styling */

@media (max-width: 1024px) {
    #rev-page .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    #rev-page .brand-cover-wrap .produt-height-wrap {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    #rev-page .brand-cover-wrap .produt-height-wrap {
        /* max-width: 50%; */
        /* width: 50%; */
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    #rev-page .revolution-content.revolution-content-home {
        padding-top: 50px;
    }

    #rev-page .home-banner-sec img {
        height: 100%;
        width: 100%;
    }

    #rev-page .home-country-wrap ul li {
        width: 57px;
        height: 57px;
    }

    .home-banner-sec h1 {
        bottom: 10px;
    }

    .filter-slider-range{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .filter-slider-range .price-range-wrapper-price {
        order: 2;
        width: 50%;
    }

    .filter-slider-range .abv-range-wrapper-abv {
        order: 3;
        width: 50%;
    }

    .filter-slider-range .keyword-search  {
        order: 1;
        width: 100%;
    }

    .filter-slider-range .keyword-search  button{
        width: auto;
        margin-bottom: 25px;
    }

    #rev-page .custom-range-wrapper{
        width: 100% !important;
    }

      .filter-slider-range{
        flex-direction: row;
    }

    .filter-slider-range .price-range-wrapper-price {
        width: 50%;
        padding: 10px;
    }

    .filter-slider-range .abv-range-wrapper-abv {
        width:50%;
        padding: 10px;
    }

    #rev-page .new-filter-skin-wrap button.keyword-search{
        margin: auto;
    }


}

@media (max-width: 664px) {
    #rev-page .cocktail-whiskey-home-list-wrap a span.over-wrap span.inner-wrap{
        padding-left: 30px;
        font-size: 18px;
    }

    #rev-page .tasting-tray-home-list-wrap a span.over-wrap span.inner-wrap{
        padding-right: 30px;
        font-size: 18px;
    }

    #rev-page .latest-all-whis-btn-wrap a span.over-wrap span.inner-wrap {
        font-size: 18px;
    }

    #rev-page .title-whis-search-new-wrap.home-search-brand .flex-new-wrap-whis span{
        font-size: 22px;
    }

    #rev-page .product-img-dec-wrap{
        display: flex;
  flex-direction: column;
    }

    #rev-page .product-img-dec-wrap .product-detail-container{
        width: 100%;
    }

    #rev-page .product-img-dec-wrap .whisky-details{
        padding: 0;
    }
}

@media (max-width: 614px) {
    /* #rev-page .brnd-cntry-list-wrap .whisky-list-item {
        width: 50%;
    } */

    #rev-page .brnd-cntry-list-wrap,
    #rev-page .tray-cocktails-list-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    #rev-page .rev-brand-filter ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #rev-page .brnd-cntry-list-wrap nav,
    #rev-page .tray-cocktails-list-wrap nav {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap span.add-whiskey-wraper{
        font-size: 18px;
    }

    #rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap.saver-whiskey-wrap a span{
        font-size: 22px;
    }

    /* New Home styling  *******************************************************************************************/

    #rev-page .revolution-stahe-content-home .home-new-all-whiskey-wrap,
    #rev-page
        .revolution-stahe-content-home
        .home-whiskey-grid-wrp
        .home-new-tastin-tray,
    #rev-page
        .revolution-stahe-content-home
        .home-whiskey-grid-wrp
        .home-new-whiskey-cocktail,
    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.home-upcoming-event-wrap {
        height: 100px !important;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.home-search-brand-latest {
        height: 130px;
        padding-top: 10px !important;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.whiskey-of-month {
        height: 195px;
        padding-top: 0;
        justify-content: center;
    }

    #rev-page .home-banner-sec.home-banner-sec-stage {
        height: 200px;
        z-index: 8;
    }

    #rev-page .home-banner-sec-stage .home-country-wrap.home-country {
        top: 70px;
    }

    #rev-page .home-whiskey-grid-wrp {
        flex-direction: column;
        gap: 0;
    }


    /* -------------- */

    #rev-page .cocktail-whiskey-home-list-wrap a span img{
        height: 140px;
        right: -39px;
        top: -5px;
    }

    #rev-page .tasting-tray-home-list-wrap a span img{
left: -31px;
    height: 125px;
    top: 10px;
    }

      #rev-page .tasting-tray-home-list-wrap a span.over-wrap span.inner-wrap {
    padding-right: 0;
  }

  #rev-page .latest-all-whis-btn-wrap a span img{
    height: 147px;
  right: -38px;
  top: -4px;
  }

  #rev-page .latest-all-whis-btn-wrap a span.over-wrap span.inner-wrap{
    padding-left: 45px;
  }







    /* New Home styling End  *******************************************************************************************/
}

@media (max-width: 575px) {
    #rev-page .search-key-modal .modal-content {
        height: auto;
    width: 95%;
    margin: 0 auto;
    }

    #rev-page .new-filter-skin-wrap button.keyword-search{
        width: 100%;
        justify-content: center;
    }

    #rev-page .filter-modal-wrap-new-25 .modal-dialog{
        height: 450px;
        top: 30px;
    }

  
}
@media (max-width: 500px) {
    #rev-page .revolution-common-header .navbar::before {
        background-color: var(--dark-color);
        width: 111%;
        border-bottom-left-radius: 56px;
        border-bottom-right-radius: 56px;
    }

    #rev-page .brand-cover-wrap .produt-height-wrap {
        max-width: 50%;
        width: 50%;
        flex: 0 0 auto;
        width: 100%;
    }

    /* #rev-page .brnd-cntry-list-wrap .whisky-list-item {
        width: 48%;
    } */

    #rev-page
        .home-search-whiskey-wrap.home-search-your-whiskey
        .title-whis-search-wrap
        .left-whis-item:first-child {
        width: 100%;
    }

    #rev-page
        .home-search-whiskey-wrap.home-search-your-whiskey
        .title-whis-search-wrap
        .left-whis-item:last-child {
        width: 100%;
    }

    .revolution-signup .login-container {
        margin: 10px auto 15px;
    }

    #rev-page .tray-cocktails-list-wrap .col-4 {
        width: 50%;
    }

    #rev-page .rev-menu-canvas {
        padding: 145px 24px 25px;
    }

    #rev-page .revolution-footer .rev-foot-ul-wrap li:not(.social-icon) a svg {
        width: 25px;
    }

    #rev-page .revolution-footer .rev-foot-ul-wrap li.social-icon svg {
        width: 28px;
    }

    #rev-page .revolution-footer .rev-foot-ul-wrap li:not(.social-icon) a {
        font-size: 12px;
    }

    #rev-page .revolution-footer img {
        height: 80px;
    }

    #rev-page .revolution-footer .rev-foot-ul-wrap {
        margin-bottom: 5px;
    }

    #rev-page .rev-brand-filter ul li.rev-brand-filter-item {
        /* width: 49%; */
    }

    #rev-page .whisky-review-section .whiskey-review-item {
        width: 47%;
        padding: 10px 8px;
        margin-bottom: 0px !important;
    }

    #rev-page .whisky-review-section .whiskey-review-item:last-child {
        margin-bottom: 15px !important;
    }

    #rev-page .home-country-wrap ul li {
        width: 57px;
        height: 57px;
    }

    #rev-page .home-banner-sec {
        height: 260px;
        z-index: 8;
    }

    #rev-page .home-banner-sec img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #rev-page .home-main-drpdwn-group {
        flex-direction: column;
        gap: 8px;
    }

    #rev-page .home-main-drpdwn-group .home-main-drpdwn-item {
        width: 100%;
    }

    /* Event gallery */
    #event-gallery .event-gallerry-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #rev-page .home-search-whiskey-wrap .title-whis-search-wrap,
    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.home-search-wrap-bg-1 {
        flex-direction: column;
    }

    #rev-page .home-search-brand-latest .flex-new-wrap-whis-brand.left,
    #rev-page .home-search-brand-latest .flex-new-wrap-whis-brand.right {
        width: 100%;
        margin: 0;
    }

    #rev-page .home-search-whiskey-wrap.not-search-wrap a span {
        font-size: 20px;
    }

    #rev-page
        .home-search-whiskey-wrap.home-search-your-whiskey
        .title-whis-search-wrap
        .left-whis-item,
    #rev-page
        .title-whis-search-new-wrap.home-search-brand
        .flex-new-wrap-whis
        span {
        font-size: 22px;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap
        span.add-whiskey-wraper {
        flex-direction: column;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap
        span.add-whiskey-wraper {
        padding: 0 25px;
        font-size: 18px;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap
        span.add-whiskey-wraper
        img {
        height: auto;
        width: 100px;
        border-radius: 11px;
        height: 100px;
    }

    /* --------------- */

    #rev-page .cocktail-whiskey-home-list-wrap a span.over-wrap span.inner-wrap{
        padding-left: 0;
            width: 180px;
            margin-left: 0;
            text-align: center;
    }

      #rev-page .tasting-tray-home-list-wrap a span.over-wrap span.inner-wrap {
    padding-right: 0;
    width: 166px;
    margin-right: 0;
    text-align: center;
  }

   #rev-page .tasting-tray-home-list-wrap a span img {
    left: -31px;
    height: 123px;
    top: 10px;
  }

  #rev-page .latest-all-whis-btn-wrap a{
    margin-bottom: 25px;
  }

  #rev-page .tasting-tray-home-list-wrap a{
    margin-bottom: 25px;
  }

  #rev-page .home-search-whiskey-wrap {
  margin-bottom: 30px;
    }

    #rev-page .cocktail-whiskey-home-list-wrap a{
        margin-bottom: 32px;
    }
}

@media (max-width: 430px) {
    #rev-page .home-whiskey-grid-wrp {
        flex-direction: column;
    }

    #rev-page .home-search-whiskey-wrap .title-whis-search-wrap {
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #rev-page
        .home-search-whiskey-wrap.home-search-your-whiskey
        .title-whis-search-wrap
        .left-whis-item {
        width: 100% !important;
    }

    /* #rev-page .home-whiskey-grid-wrp .home-search-whiskey-wrap a {
        height: 100%;
        width: 100%;
        border-radius: 18px;
        border: solid 8px #ffffffbf;
    } */

    #rev-page .mar-mob-bot-ziro {
        margin-bottom: 0;
    }

    #rev-page .brnd-cntry-list-wrap .whisky-list-item {
        width: 100%;
    }

    #rev-page .product-img-dec-wrap {
        flex-direction: column;
    }

    #rev-page .product-img-dec-wrap .product-detail-container {
        width: 100%;
    }

    #rev-page .product-img-dec-wrap .whisky-details {
        width: 100%;
        padding-left: 0;
    }

    #rev-page .brand-cover-wrap .produt-height-wrap {
        max-width: 100%;
        flex: 0 0 auto;
        width: 100%;
    }

    #rev-page .brand-cover-wrap .produt-height-wrap .card img {
        object-fit: cover;
    }

    #rev-page .cocktail-tray-link-wrap .cocktail-tray-item {
        width: 100%;
        height: 250px;
    }

    #rev-page .cocktail-tray-link-wrap {
        flex-direction: column;
        margin-bottom: 50px;
    }

    #rev-page .cocktail-tray-link-wrap .cocktail-tray-item img {
        object-position: center center;
    }

    #rev-page .tray-cocktails-list-wrap .col-4 {
        width: 100%;
    }

    #rev-page .country-list-wrap .card .col-md-4 {
        width: 50% !important;
        max-width: 50% !important;
    }

    #rev-page .whisky-review-section .whiskey-review-item {
        width: 100%;
    }

    #rev-page .home-country-wrap ul li {
        width: 48px;
        height: 48px;
    }

    #rev-page .brand-product-img-wrap.home-upcoming-event-wrap {
        height: 350px;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.home-search-wrap-bg-1 {
        margin-bottom: 22px;
    }

    #rev-page
        .home-whiskey-grid-wrp
        .home-search-whiskey-wrap.home-upcoming-event-wrap {
        height: 145px;
        margin-bottom: 0;
    }

    #rev-page .whiskey-of-month {
        margin-bottom: 0;
    }

    #rev-page .home-whiskey-grid-wrp {
        gap: 20px;
    }

/* ---------- */
    #rev-page .latest-all-whis-btn-wrap a span.over-wrap span.inner-wrap {
        padding-left: 7px;
        width: 100px;
        margin-left: 23px;
        text-align: center;
    }

    #rev-page .latest-all-whis-btn-wrap a span img{
        height: 139px;
    right: -38px;
    top: 0px;
    }

      #rev-page .tasting-tray-home-list-wrap a span img {
    left: -31px;
    height: 110px;
    top: 18px;
  }

    #rev-page .cocktail-whiskey-home-list-wrap a span img {
    height: 120px;
    right: -33px;
    top: 5px;
  }


}

@media (max-width: 364px) {
    #rev-page .tasting-tray-home-list-wrap a span.over-wrap span.inner-wrap{
        text-align: right;
    }

    #rev-page .latest-all-whis-btn-wrap a span.over-wrap span.inner-wrap, #rev-page .cocktail-whiskey-home-list-wrap a span.over-wrap span.inner-wrap{
        text-align: left;
    }
    
}
