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

#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: 30px 0 25px;
}

#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-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; */
}

#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: 20px;
  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;
}

#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;
}

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

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

.home-whiskey-grid-wrp .home-search-whiskey-wrap.saver-whiskey-wrap a span {
    font-size: 24px;
    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; */
}

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

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

#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 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#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: 10px;
    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: 200px;
    padding: 17px;
    border-radius: 33px;
    margin-bottom: 20px;
}

#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: 320px;
}

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

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

#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: 100px;
    display: inline-block;
}

#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;
}

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

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

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

#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;
}

/* 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);
}

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

#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: var(--light-color);
    font-weight: var(--font-semibold);
}

/* 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; */
}

#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);
}

.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%;
  top: 50%;
}

.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: 5px 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: 48%;
}

/* 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%;
    }
}

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

}

@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: 33%;
    }

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

    .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: 200px;
    }

     #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%;
    }

}

@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;
    }

    



}
