html {
    min-height: 100%;
    font-size: 16px;
    position: relative;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    color: #12100a;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
h6 {
    text-transform: none;
}
h4 {
    margin-bottom: 10px;
}
.h5,
h5 {
    margin-bottom: 1rem;
}
p {
    line-height: 20px;
    font-size: 1rem;
    color: #373737;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.form-control:focus,
a:focus,
button:focus,
input {
    outline: 0 !important;
}
.form-control {
    border: 1px solid #959595;
    border-radius: 0;
    height: 2.875rem;
    font-size: 11px;
    color: #292929;
    padding: 0 0.75rem 0;
}
.form-control:focus {
    box-shadow: 0 0 4px 0 #186ea0;
    border: 1px solid #186ea0;
    color: inherit;
    background: #fff !important;
}
select.form-control {
    padding-left: 3px;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 0.75rem;
    padding-bottom: 0.375rem;
}
.datepicker {
    padding: 0.375rem 0.75rem;
    position: relative;
}
span.calander-icon {
    position: absolute;
    content: "";
    right: 10px;
    top: 11px;
    width: 25px;
    height: 25px;
    background: url(../images/sprit.png) no-repeat -59px 0;
}
select:required:invalid {
    color: #efefef;
}
option[value=""][disabled] {
    display: none;
}
.invalid-feedback {
    font-size: 88%;
    position: absolute;
    left: 0;
    bottom: -11px;
}
.form-group {
    position: relative;
}
.mt-80 {
    margin-top: 80px;
}
ul,
ul li {
    list-style: none;
}
sup {
    top: -0.4em;
    font-size: 1.5rem;
}
.btn.focus,
.btn:focus,
button:focus {
    box-shadow: none !important;
}
.btn-outline-secondary {
    min-width: 135px;
    font-size: 1.25rem;
    padding: 0.5rem 1rem !important;
    min-height: 42px;
    line-height: 42px;
    border-radius: 0;
}
section {
    padding: 1.25rem 0;
}
.bg-blue {
    background: #456cb8;
}
.bg-red {
    background: #9f0926;
}
.text-white {
    color: #fff;
}
.text-blue {
    color: #186ea0;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #eac539;
    border-color: #eac539;
    color: #000;
}
.col {
    padding: 0 10px;
}
.bold-text {
    font-weight: 700;
}
hr.border-brown {
    margin: 1.2rem 0;
    border-top: 1px solid rgba(245, 218, 77, 0.5);
}
.container {
    max-width: 1200px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 0;
    -webkit-appearance: none;
    margin: 0;
}
.ll-menu {
    margin: 10px;
    border: 1px solid #186ea0;
}
.letters {
    background: #f5eb00;
}

.whats-new {
    background: #236EA0;
}
.single-post .site-header-remote,
.page-id-10 .site-header-remote {
	height: 300px;
	background: #fff;
}
@media screen and (max-width: 768px) {
    .single-post .site-header-remote,
	.page-id-10 .site-header-remote {
		height: 277px;
	}
}
header {
    background: #f9f9f9;
    padding: 1rem 0 0;
}
header .navbar-brand {
    margin-right: 0;
}
header .navbar {
    padding: 0;
}
#searchFormMobile {
    width: 100%;
}
.search-form button.search-input-btn {
    border: 1px solid #186ea0;
    border-radius: 0;
    background: #186ea0;
    padding: 0.375rem 0.875rem;
    line-height: 1;
}
.search-form input {
    height: calc(2.25rem + 10px);
    font-size: 0.8rem;
    text-transform: capitalize;
    color: #111;
    border-color: #186ea0;
    padding: 0.3rem 1rem !important;
}
.new-catalouge-btn .btn {
    font-size: 0.8rem;
    line-height: 0.85rem;
    border-radius: 0;
}
.new-catalouge-btn .btn > .fa {
    font-size: 1.5rem;
    margin-top: 0;
    position: absolute;
    margin-left: -20px;
}
.category-menu {
    background: #186ea0;
}
.new-catalouge-btn .btn {
    padding: 0.6875rem 25px 0.6875rem 25px;
}
.mobileNav-subTitle {
    font-size: 0.625rem;
    font-weight: 700;
}
.navbar.manu-wrap .navbar-nav .nav-link {
    color: #186ea0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
}
.navbar.manu-wrap .navbar-nav .active .nav-link {
    font-weight: 700;
}
.navbar.manu-wrap .category-menu .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 15px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: -3px;
    transition: .4s all ease-in-out;
}
.category-navbar .nav-item {
    transition: .4s all ease-in-out;   
}
.category-navbar .nav-item:hover {
    background: #fcdc5a;
}
a#gift-packs:after {
    display: none;
}
.navbar.manu-wrap .category-menu.fixed-header .navbar-nav .nav-link {
    padding: 8px;
}
.category-navbar ul li {
    display: flex;
}
.navbar.manu-wrap .category-menu .navbar-nav .nav-link:after {
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #fcdc5a;
    position: relative;
    left: 7px;
    border: none;
    margin: 0;
}

@media screen and (width > 1400px){
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link:after {
        left: 13px;
    }
}
 
@media screen and (1400px > width > 1200px){
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link:after {
        left: 8px;
    }
}
 
@media screen and (width < 993px){
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link:after {
        left: 5px;
    }
}

span.cart-item {
    position: absolute;
    background: #ffffff;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    color: #186ea0;
    margin-top: -4px;
    font-size: 0.7rem;
    margin-left: -7px;
}
.category-menu > .container {
    max-width: 1200px;
}
.search-result {
    position: absolute;
    width: 97%;
    background: #fff;
    top: 46px;
    z-index: 9999;
    padding: 10px;
    display: none;
}
.search-result h6 {
    font-size: 0.65rem;
    text-transform: uppercase;
}
.search-result ul li a {
    font-size: 12px;
    color: #000;
    padding: 5px 25px;
    text-transform: capitalize;
}
.search-result .product-wrap {
    padding: 15px 15px 10px;
}
.search-result .product-wrap img {
    max-height: 142px;
}
.search-result .product-wrap .price-wrap {
    position: relative;
    display: inline;
    top: 13px;
}
.search-result .product-wrap .old-price {
    display: none;
}
.search-result .product-wrap .new-price {
    float: right;
    margin-right: 68px;
    font-size: 38px;
    font-weight: 700;
}
.search-result .col-sm-6 {
    margin-bottom: 12px;
}
.search-result .product-cart h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 10px;
}
.search-result .product-cart h3 {
    text-transform: capitalize;
    font-size: 18px;
}
.search-result .small-text,
.search-result .time {
    display: none;
}
.search-input-btn {
    color: #fff;
}
.search-result .cart-group.text-right {
    max-width: 220px;
    clear: both;
    margin-top: 8px;
}
.banner {
    background: url(../images/EasterBanner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 22px !important;
    padding-bottom: 53px !important;
    min-height: 141px; /* optimize: added height */
}
.banner .carousel-caption {
    padding: 50px 40px 20px;
    color: #000;
    text-align: left;
    background: #fff;
    width: 499px;
    right: 0;
    top: 0;
    height: 100%;
    left: inherit;
    display: flex;
}
.banner h1 {
    font-size: 30px;
    color: #000;
}
.banner .banner-btn {
    display: block;
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 52px;
}
.banner .carousel-indicators li {
    width: 10px;
    margin-left: 10px;
    border: 1px solid #acacac;
    margin-right: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #acacac;
}
.banner .carousel-indicators .active {
    background-color: #ffdc5a;
    border: 1px solid #ffdc5a;
}
.seeAll-btn {
    float: right;
}
.seeAll-btn .btn {
    padding: 0;
    font-weight: 700;
}
.flash-product {
    border: 8px solid #ffdc5a;
    padding: 1rem 1rem 0 1rem;
    position: relative;
    min-height: 254px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.product-cart h2 {
    margin-bottom: 0;
}
.product-cart h3 {
    color: #000;
    text-transform: CAPITALIZE;
    font-weight: 400;
    min-height: 66px;
}
.price-wrap {
    position: relative;
    margin-bottom: 0.75rem;
}
.old-price {
    display: block;
    position: relative;
    min-width: 100px;
    padding-bottom: 5px;
}
.old-price span {
    font-size: 0.75rem;
    color: #212121;
    position: relative;
    font-weight: 500;
}
.old-price span:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 3px;
    width: 2.75rem;
    background: #212121;
    height: 1px;
    transform: rotate(-14deg);
}
.new-price {
    font-size: 2.5rem;
    color: #000;
    line-height: 2.1875rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.new-price sup {
    position: absolute;
    top: 12px;
    right: -37px;
    
}
.small-text {
    font-size: 0.75rem;
    display: block;
    font-weight: 700;
}
.cart-group .small-text {
    margin-right: 0;
    text-align: center;
}
.cart-group .time {
    margin-right: 0;
    text-align: center;
    font-weight: 700;
}
.time {
    font-size: 2rem;
    color: #000;
    letter-spacing: 0.1rem;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
}
.cart-btn-box {
    border: 1px solid #ffdc5a;
    background: #fff;
    display: inline-block;
    min-height: 3rem;
}
.cart-btn-box input {
    background: 0 0;
    border: none;
    color: #000;
    font-size: 1rem;
    height: 3rem;
    padding: 0 5px;
    text-align: center;
    width: 7.5rem;
}
.cart-btn-box .btn-cart {
    height: 3rem;
    background: #ffdc5a;
    vertical-align: top;
    border-radius: 0;
    width: 4rem;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 700;
}
.cart-btn-box .btn-cart span {
    display: block;
    line-height: 12px;
    font-weight: 400;
    font-size: 10px;
}
.product-cart {
    position: relative;
}
.cart-btn {
    vertical-align: top;
    display: contents;
}
.top_bb {
    position: relative;
}
.heder_ttoffer {
    width: 100px;
    height: 80px;
    position: absolute;
    right: -20px;
    top: -70px;
}
.product-wrap {
    position: relative;
    box-shadow: 0 1px 12px #e5e1e1;
    background: #fff;
}
.product-action {
    padding: 0.2rem 1rem 0.875rem;
}
.product-wrap .product-img {
    overflow: hidden;
    text-align: center;
    min-height: 285px;
    padding: 2.2rem 1.5rem 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrap h6 {
    font-size: 1.125rem;
    margin-top: 1rem;
    display: inline-flex;
    word-break: break-all;
    justify-content: center;
    align-items: center;
}
.product-wrap .cart-group {
    margin-top: 1.5625rem;
}
.product-wrap .sub-heading {
    font-weight: 300;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 12px;
    min-height: 40px;
}
.product-wrap .tegs {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 36px;
    color: #fff;
    font-size: 0.625rem;
    line-height: 12px;
    padding: 5px;
}
.product-wrap .award-winning-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #f3b623;
    border: 2px solid #000;
    color: #373737;
    font-size: 8px;
    line-height: 9px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    font-weight: 600;
    letter-spacing: 0.4px;
}
.pro-quantity {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 15px;
    right: -68px;
    font-weight: 600;
    color: #afafaf;
}
.tips-wrapper .card {
    border: none;
    border-radius: 0;
    width: 100%;
}
.tips-wrapper .card-body {
    padding: 0;
}
.tips-wrapper .card-title {
    font-size: 1.375rem;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.btn-primary {
    background: #ffdc5a;
    color: #000;
    min-width: 180px;
    font-weight: 500;
    min-height: 42px;
    line-height: 42px;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.btn-lg {
    font-size: 1.25rem;
    padding: 0.9rem 1rem;
}
.btn-read {
    position: absolute;
    bottom: 0;
    margin: 1.25rem;
    right: 0;
    line-height: 35px;
}
.tips-wrapper .card-tips {
    font-weight: 400;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.45rem;
    text-transform: capitalize;
}
.caption-membersOnly {
    position: absolute;
    text-align: center;
    bottom: 0;
    letter-spacing: 3px;
    min-height: 8.625rem;
    background: rgba(36, 117, 165, 0.8);
    color: #fff;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.25rem;
}
.cart-nav {
    position: relative;
}
.checkout-cart {
    position: absolute;
    min-width: 350px;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 0.7rem;
    box-shadow: 0 1px 16px #aaa;
    top: 50px;
    display: none;
    z-index: 9999;
}
.checkout-cart.active {
    display: block;
}
.checkout-cart:before {
    position: absolute;
    content: "";
    right: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.user-nav .checkout-cart:before {
    right: 30px;
}
.checkout-cart p {
    display: inline-block;
    background: #a3a3a3;
    color: #fff;
    font-size: 0.775rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 9px 5px 9px;
}
.checkout-cart h2 {
    text-transform: capitalize;
    font-size: 1rem;
}
.checkout-cart ul li:first-child {
    display: inline-block;
}
.checkout-cart ul .cart-image {
    padding: 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
    border: 1px solid #186ea0;
    margin-right: 8px;
}
.checkout-cart ul li img {
    max-height: 60px;
}
.checkout-cart ul li {
    vertical-align: middle;
    display: inline-block;
}
.checkout-cart ul {
    margin-bottom: 8px;
    margin-top: 0.5rem;
}
.cart-total ul {
    align-items: center;
}
.cart-total ul li {
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}
.cart-total ul .cart-image {
    padding: 0px;
    display: inline-block;
    width: 50px;
    text-align: center;
    border: 1px solid #186ea0;
    margin-right: 5px;
}
ul li.cart-image a {
    padding: 5px;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-total ul li img {
    max-height: 50px;
}
.cart-total .cart-btn-box {
    min-width: 178px;
    display: flex;
}
.cart-total .cart-btn-box .btn-cart {
    width: 3rem;
}
.cart-total .cart-btn-box input {
    width: 5rem;
}
#cart_table .cart-total .cart-btn-box {
    display: flex;
}
input#qSearch:-moz-placeholder,
input#qSearch:-ms-input-placeholder,
input#qSearch::-moz-placeholder,
input#qSearch::-webkit-input-placeholder {
    font-weight: 600;
}
input#qSearch {
    font-weight: 600;
}
.cart-total .cart-close {
    color: #dc143c;
    /*opacity: 0.4;*/
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.cart-total .cart-btn-box .btn-cart {
    font-size: 15px;
}
.total-cart {
    margin: 0;
/*    border-top: 1px solid rgba(245, 218, 77, 0.5);*/
    padding: 10px;
    padding-top: 0px;
}
.total-cart h4 {
    margin: 8px 0;
    font-weight: 700;
}
.cart-total h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 6px 0;
    font-weight: 700;
    color: gray;
}
.cart-total .sub-heading {
    display: block;
    font-weight: 400;
}
.cart-btn-group .btn {
    width: 49%;
    margin-right: 10px;
    float: left;
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 11px;
}
.cart-btn-group .btn:last-child {
    margin-right: 0;
}
.aria-label {
    font-size: 0.875rem;
    margin-right: 15px;
}
.cart-total {
    min-width: 615px;
}
.popup-class {
    overflow-y: unset;
    max-height: 9999px;
}
.cart-total ul {
    width: 100%;
    display: block;
}
.cart-total h2 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}
.cart-total h2 span {
    font-weight: 400;
}
.cart-total li.c-close {
    width: 1rem;
    margin: 0;
    text-align: center;
}
.cart-total .cart-image {
    width: 4.4rem;
}
.cart-total .title {
    width: 50%;
    min-width: 150px;
    margin: 0 3px;
}
.cart-total .subTotal {
    width: 4.5rem;
}
.cart-total .cartButtons {
    width: 11rem;
}
.cart-total .cart-empty li {
    margin: 0;
}
.cart-total .cart-empty h3 {
    text-transform: none;
    margin-bottom: 15px;
}
.cart-total .cart-empty {
    min-height: 180px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-bottom: 35px;
    padding: 0 10px 0 30px;
}
.cart-clear {
    margin-bottom: 25px;
    margin-top: 20px;
}

.cart-clear a{
    background-color: #dc143c;
    color: white;
    padding: .5em 1em;
    text-decoration: none;
    text-transform: uppercase;
}
.cart-total .cart-empty .btn {
    width: 290px;
}
.checkout-cart.cart-empty-wrap ul:nth-child(2) {
    margin-bottom: 0;
}
li.nav-item.cart-nav div#cart-list {
    max-height: 450px;
    overflow-y: auto;
    padding-bottom: 30px;
}
li.nav-item.cart-nav div#cart-list::-webkit-scrollbar, .list-inline__wrap::-webkit-scrollbar {
  width: 8px;
  -webkit-overflow-scrolling: auto;
}
 
li.nav-item.cart-nav div#cart-list::-webkit-scrollbar-track, .list-inline__wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(28 110 160);
}
 
li.nav-item.cart-nav div#cart-list::-webkit-scrollbar-thumb, .list-inline__wrap::-webkit-scrollbar-thumb {
    background-color: #1c6ea0;
}
li.nav-item.cart-nav .cart-btn-group {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.joinPlatinum {
    display: inline-block;
    width: 64%;
}
.joinRegular {
    display: inline-block;
    vertical-align: top;
}
.members-wrapper .old-price {
    left: -85px;
    position: absolute;
    bottom: 0;
}
.members-wrapper .product-wrap .product-img {
    min-height: 180px;
    height: 200px;
}
.old-price span.new-price {
    font-size: 2.5rem;
    color: #000;
    line-height: 2.1875rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.old-price span.new-price:after {
    width: 0;
}
.joinus-container {
    border: 8px solid #ffdc5a;
}
.joinus-container .joinus-text {
    padding: 1.562rem;
}
.joinus-container .image-thumb {
    position: relative;
    background: url(../images/joinus-img.jpg) no-repeat center;
    background-size: cover;
}
h1.joinUs-heading {
    font-size: 2.375rem;
    font-weight: 700;
    color: #996e22;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}
.joinus-content ul {
    margin-left: 14px;
}
.joinus-content p {
    font-size: 1.125rem;
    color: #996e22;
    line-height: 1.375rem;
    margin-bottom: 0;
}
.joinus-content li {
    color: #996e22;
    font-size: 1.125rem;
    line-height: 1.375rem;
    position: relative;
}
.joinus-content li:after {
    content: "\2022";
    position: absolute;
    left: -14px;
    top: 0;
}
.joinus-pltinumMambers .joinus-container {
    border: 1px solid #ffdc5a;
}
.joinus-pltinumMambers .joinus-container .joinus-text {
    padding: 1rem 1.562rem;
    position: relative;
}
/*.joinus-pltinumMambers .joinus-container .joinus-text:after {
    content: "";
    background: url(../images/platinummembercard.png) no-repeat;
    height: 90px;
    width: 130px;
    position: absolute;
    right: -25px;
    bottom: 88%;
    background-size: 130px;
    margin-bottom: -45px;
    transform: rotate(10deg);
    z-index: 99;
    filter: drop-shadow(1px 4px 0.25rem #aaa);
}*/
.joinus-pltinumMambers .joinus-container .image-thumb {
    position: relative;
    /*background: url(../images/joinus-img2.jpg) no-repeat center;*/
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/LibertyLiquors-banner-background.webp) no-repeat center;
    /*background: url(../images/bannerbackground-2022.jpg) no-repeat center;*/
    background-size: cover;
}
.joinus-pltinumMambers .joinus-container .image-thumb .btn.btn-primary {
    bottom: 20px;
    position: absolute;
    right: 20px;
    min-width: 210px;
    min-height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
}
h1.joinUs-heading {
    font-size: 2.375rem;
    font-weight: 700;
    color: #996e22;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}
.joinus-pltinumMambers .joinus-content ul {
    margin-left: 14px;
    margin-bottom: 0;
}
.joinus-pltinumMambers .joinus-content p {
    font-size: 0.875rem;
    color: #996e22;
    line-height: 1.15rem;
    font-weight: 500;
}
.joinus-pltinumMambers .joinus-content li {
    color: #996e22;
    font-size: 0.875rem;
    line-height: 1.15rem;
    position: relative;
    font-weight: 500;
}
.joinus-pltinumMambers .joinus-content li:after {
    content: "\2022";
    position: absolute;
    left: -14px;
    top: 0;
}
.joinus-pltinumMambers .joinus-container .image-thumb .positioned-block {
    width: 100%;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    padding: 0px 5px;
}
.joinus-pltinumMambers .joinus-container .image-thumb .positioned-block img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.joinus-pltinumMambers .joinus-container .image-thumb .positioned-block p {
    font-size: 26px;
    color: yellow;
    text-align: center;
    -webkit-text-stroke: 2px red;
    text-stroke: 2px red;
    font-weight: 900;
    font-weight: bold;
    font-style: italic;
}
.joinus-pltinumMambers .joinus-container .image-thumb .positioned-block .btn.btn-primary {
    display: block;
    width: 210px;
    min-width: 210px;
    margin: auto;
    bottom: 0px;
    position: relative;
    right: 0px;
}
@media screen and (max-width: 500px) {
    .joinus-pltinumMambers .joinus-container .image-thumb .positioned-block {
        padding: 0px 15px;
    }
    .joinus-pltinumMambers .joinus-container .image-thumb .positioned-block p {
        line-height: 1.1;
    }
}
.width-adjust h3 {
    font-size: 22px;
    text-transform: none;
    color: #050505;
}
#map-wrapper {
    position: relative;
}
.map-wrap {
    background-position: center;
    background-size: cover;
}
#over_map {
    position: absolute;
    top: 6px;
    left: 18px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 4px #d0d0d0;
    width: 254px;
}
.over-map-cont {
    padding: 6px 22px 18px;
}
.over-map-cont ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}
.over-map-cont ul li {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    font-weight: 500;
}
.over-map-cont ul li span {
    font-size: 0.725rem;
    display: block;
}
.over-map-cont ul li.large-text span {
    font-size: 0.875rem;
}
#map_canvas {
    height: 587px;
}
.col-instagram {
    background: #f0f0f0;
    padding: 12px 45px 34px;
    height: 100%;
}
.col-instagram .title {
    margin: 0 0 5px 0;
    font-size: 1rem;
    color: #3171db;
    text-transform: uppercase;
}
.col-instagram .image-thumb {
    position: relative;
}
.col-instagram .image-thumb .btn {
    margin: -15px auto;
    width: auto;
    display: table;
    text-align: center;
    position: relative;
    z-index: 22;
    min-width: 250px;
}
footer {
    border-top: 18px solid #186ea0;
}
footer h6 {
    text-transform: uppercase;
}
.footer-top {
    padding: 30px 0;
}
.footer-top p {
    font-size: 12px;
    color: #373737;
    margin-bottom: 0;
    line-height: 14px;
}
.footer-top .follow-us a:last-child {
    margin-right: 0;
}
.footer-top .follow-us img {
    width: 30px;
    margin-right: 10px;
}
.footer-menu {
    float: right;
}
.footer-menu a {
    font-size: 12px;
    color: #818181;
    text-transform: uppercase;
}
.footer-menu .title {
    font-size: 12px;
    color: #818181;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.footer-menu ul {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    margin-bottom: 10px;
}
.footer-menu ul:last-child {
    margin-right: 0;
}
.footer-menu ul li {
    margin-top: 10px;
}
.footer-copyright {
    background: #186ea0;
    min-height: 38px;
    padding: 10px 0;
}
.footer-copyright p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.inner-page.page-not-found {
    padding-top: 6rem;
}
.page-not-found p {
    font-size: 1.125rem;
}
.inner-page {
    padding-top: 1rem;
    min-height: 550px;
}
.banner_area {
    position: relative;
    margin-bottom: 2rem;
    z-index: 1;
    padding: 0;
    background-size: cover;
}
.banner_area .banner_inner {
    position: relative;
    z-index: 1;
    min-height: 330px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.banner_area .banner_inner .banner_content h1,
.banner_area .banner_inner .banner_content h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 700;
}
.banner_area nav {
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    margin: 0;
}
.breadcrumb-item,
.breadcrumb-item a {
    color: #12100a;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #12100a;
}
.product-sorting label {
    color: #12100a;
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 8px;
}
.product-sorting select {
    border: 1px solid #acacac;
    height: 34px;
    font-size: 0.875rem;
    min-width: 180px;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 0;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 3px;
}
.product-sorting select:focus > option:hover {
    color: #12100a;
    font-weight: 700;
}
.pagination-wrap .page-link {
    border: none;
    font-size: 18px;
    color: #186ea0;
}
.pagination-wrap .page-link:focus,
.pagination-wrap .page-link:hover {
    box-shadow: none;
    background: 0 0;
}
.pagination-wrap .page-item.active .page-link {
    background: 0 0;
    border: none;
    font-weight: 700;
    color: #186ea0;
}
.accordion.accordion-menu .card-header a:after {
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}
.accordion.accordion-menu .card-header:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    margin-top: 4px;
    color: #186ea0;
    font-size: 12px;
}
.accordion.accordion-menu .card-header.collapsed:after {
    content: "\f067";
}
.accordion-menu .card {
    border: none;
}
.accordion-menu .card-body {
    padding: 0.62rem 1rem;
    position: relative;
}
.accordion-menu .card-header {
    background-color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0.5rem 1rem;
}
.accordion-menu .card-title {
    font-size: 18px;
    font-weight: 700;
}
.accordion-menu ul li a {
    font-size: 18px;
    color: #186ea0;
    display: block;
    margin: 8px 0;
    padding: 0 1rem;
    text-transform: capitalize;
}
.ui-mobile .ui-page-active {
    min-height: 200px !important;
}
input[type="range"] {
    width: 100%;
    height: 8px;
    cursor: pointer;
    outline: 0;
    border-radius: 10px;
}
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #e1e1e1;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 200px;
    height: 1px;
    background: #003d7c;
}
input[type="range"]:nth-child(2)::-webkit-slider-runnable-track {
    background: 0 0;
}
input[type="range"]::-webkit-slider-thumb {
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 25px;
    z-index: 1;
    box-shadow: 0 0 10px #aaa;
}
input[type="range"]:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}
.rangeslider {
    position: relative;
    width: 100%;
    display: inline-block;
}
.rangeslider input {
    position: absolute;
}
.rangeslider {
    background: url(../images/price-range-bg.png) no-repeat top center;
    padding-top: 54px;
}
.rangeslider span {
    display: inline-block;
    height: 50px;
    width: 33%;
    border: 1px solid #aaa;
    color: #456cb8;
    margin-top: 2.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 3rem;
    font-size: 1.05rem;
}
.light {
    text-indent: 5px;
}
span.light > input {
    left: -3px;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 70%;
    color: #456cb8;
    font-weight: 700;
}
.rangeslider span:nth-of-type(2) {
    border: none;
}
.rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}
.totalCart-detail .btn-success:focus {
    background: #ffdc5a !important;
}
.manu-wrap .navbar-toggler:active,
.manu-wrap .navbar-toggler:focus {
    outline: 0;
}
.col-sm-12.col-12.col.no-padd-allign {
    padding: 0;
}
.pointer {
    background: #ffdc5a;
    padding: 6px 5px;
}
.manu-wrap .navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    left: 0;
    opacity: 1;
}
.manu-wrap .navbar-toggler p {
    height: 3px;
    width: 25px;
    color: #fff;
    text-align: center;
    font-size: xx-small;
    display: block;
}
.carousel-inner.only-for-home-banner .carousel-item {
    height: 439px;
    background: #fff;
}
.offers-wrapper .carousel-inner {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
img.d-block.hom-ban-height {
    min-height: 438px;
}
.manu-wrap .navbar-toggler span:nth-child(1),
.manu-wrap .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}
.manu-wrap .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 17px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.manu-wrap .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.manu-wrap .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.price-col .new-price {
    margin-right: 48px;
}
.product-detail-heading {
    position: relative;
}
.product-large-thumb {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 6px #cecece;
    text-align: center;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    overflow: hidden
}
.product-large-thumb img {
    max-height: 500px;
}
.product-detail-title h1 {
    font-size: 2rem;
    text-transform: capitalize;
}
.product-detail-title h1 span,
.product-detail-title h2 span {
    font-weight: 500;
}
.product-detail-wrap h2 {
    text-transform: capitalize;
}
.social-icons-small {
    min-width: 80px;
    text-align: right;
}
.social-icons-small a {
    background: #000;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
}
.product-price .new-price {
    font-size: 3.75rem;
    font-weight: 700;
    margin-right: 58px;
}
.product-price .new-price sup {
    top: 8px;
    right: -3.5rem;
    font-size: 2.18rem;
}
.product-price .old-price {
    top: -32px;
    display: inline-block;
}
.product-price .old-price span {
    font-size: 20px;
    opacity: 0.7;
}
.product-price .old-price span:after {
    width: 4.18rem;
    top: 50%;
}
.product-offers ul li {
    opacity: 0.65;
    margin-bottom: 5px;
    font-size: 1.1rem;
}
.product-offers ul li b {
    font-weight: 700;
}
.product-available h5 {
    text-transform: capitalize;
    margin-bottom: 13px;
}
.product-available ul {
    min-width: 240px;
    display: inline-block;
}
.product-available ul li {
    display: block;
    position: relative;
}
.product-available ul li:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 24px;
    height: 25px;
    background: url(../images/sprit.png) no-repeat -28px 0;
}
.product-available p {
    font-size: 1.125rem;
    color: #186ea0;
    margin-bottom: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.membership-card {
    min-height: 515px;
}
.membership-card h5 {
    margin-bottom: 50px;
}
.membership-card li {
    margin-bottom: 18px;
    font-size: 20px;
    color: #186ea0;
    font-weight: 500;
    text-align: left;
    margin-left: 45px;
}
.membership-card li:before {
    content: "";
    top: 2px;
    left: -29px;
    width: 24px;
    height: 25px;
    background: url(../images/sprit.png) no-repeat -28px 0;
    position: absolute;
}
.membership-card-check {
    content: "";
    position: absolute;
    top: -3px;
    right: 5px;
    width: 24px;
    height: 25px;
    background: url(../images/sprit.png) no-repeat -28px 0;
}
.available-toolTip {
    display: inline-block;
    position: relative;
}
.available-toolTip i {
    margin-top: -3px;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url(../images/sprit.png) no-repeat;
}
.available-note {
    display: none;
    background: #fff;
    content: "";
    position: absolute;
    top: -10px;
    left: 45px;
    width: 200px;
    height: auto;
    padding: 10px 15px;
    color: #000;
    box-shadow: -3px 0 15px #999;
    z-index: 9;
}
.available-note h5 {
    margin-bottom: 8px;
    background: #a3a3a3;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.775rem;
    display: inline-block;
    padding: 5px 9px 5px 9px;
}
.available-note p {
    color: #373737;
    font-size: 0.9rem;
    padding: 0;
    line-height: 0.9rem;
}
.available-note p b {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
}

.product-available ul li.info-ticks:after {
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background: url(../images/sprit1.png);
    background-size: contain;
    background-position: center;
    border-radius: 50%;
}
.available-note p:after {
    display: none;
}
.available-note.active {
    display: block;
}
.available-note:before {
    width: 0;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}
.small-icon-image {
    border: 1px solid #b7b7b7;
    width: 120px;
    text-align: center;
    height: auto;
    padding: 25px 20px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 50px;
}
.small-icon-image .text {
    font-size: 14px;
    color: #000;
    line-height: 16px;
    margin-bottom: 15px;
    opacity: 0.7;
}
.product-specs ul li {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    float: left;
}
.product-specs ul span {
    font-size: 1.125rem;
    color: #373737;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.05em;
    width: 38%;
    float: left;
}
.product-specs ul p {
    color: #373737;
    margin: 0;
}
.awards ul li {
    font-size: 1.75rem;
    color: #373737;
    margin-bottom: 12px;
    position: relative;
    vertical-align: middle;
    display: flex;
    width: 100%;
    align-items: center;
}
.awards ul li .award-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 7px;
}
.awards ul,
.awards ul li:last-child {
    margin-bottom: 0;
}
.awards ul li:nth-child(1) .award-icon {
    background: url(../images/sprit.png) no-repeat 0 -33px;
}
.awards ul li:nth-child(2) .award-icon {
    background: url(../images/sprit.png) no-repeat -35px -33px;
}
.awards ul li:nth-child(3) .award-icon {
    background: url(../images/sprit.png) no-repeat -69px -33px;
}
.review-slider-wrap {
    background: #fff;
    box-shadow: 0 1px 12px #e5e1e1;
    padding: 1.5rem;
    position: relative;
}
.review-slider div {
    font-size: 1rem;
    color: #000;
}
.review-slider .title {
    display: block;
    margin-right: 34px;
    font-size: 18px;
}
.review-stars .fa {
    color: #f1d124;
    font-size: 19px;
    margin-right: 2px;
}
.review-stars .review-stars-text {
    font-size: 18px;
    color: #000;
    margin-left: 6px;
}
.review-slider-wrap .bx-controls {
    position: absolute;
    right: 20px;
    top: 38%;
}
.review-slider-wrap .bx-prev {
    display: none;
}
.review-slider-wrap .bx-next {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f1d124;
    text-indent: -999999;
    font-size: 0;
}
.card-articles .card-title {
    position: absolute;
    bottom: 5px;
    left: 24px;
    font-size: 24px;
}
.card-articles .card-title span {
    font-weight: 300;
}
.card {
    border: none;
    border-radius: 0;
}
.card-img-top {
    border-radius: 0;
}
.col-lg-6.col-md-6.col-sm-12.width-adjust .image-for-left {
    max-width: 30%;
    float: left;
}
.text-for-image-left-right {
    max-width: 70%;
    float: left;
    margin: 32px 0;
    margin-left: 15px;
}
.col-lg-6.col-md-6.col-sm-12.width-adjust {
    margin: 14px 0;
}
.col-cart h3 {
    text-transform: none;
    font-size: 2rem;
}
.checkOut-col {
    background: #fff;
    box-shadow: 0 1px 12px #e5e1e1;
    z-index: 9;
}
.checkOut-col {
    max-height: 600px;
    overflow-y: auto;
}
.checkOut-col .cart-header {
    padding: 10px 20px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    background: #5f5f5f;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.checkOut-col .cart-header * {
    text-align: center;
}
.checkOut-col .cart-header span {
    display: block;
    text-transform: none;
    margin-top: 20px;
}
.checkOut-col .cart-body {
    margin-top: 10px;
    padding: 10px;
}
.checkOut-col .cart-body .title {
    font-size: 14px;
    padding: 0 5px;
}
.totalCart-detail {
    margin: 20px 0;
}
.totalCart-detail li {
    display: block;
    margin-bottom: 14px;
    width: 100%;
    padding: 0 8px 0 7px;
}
.totalCart-detail li span {
    font-size: 0.875rem;
    color: #373737;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    width: 70%;
    float: left;
}
.totalCart-detail li p {
    text-align: right;
    font-size: 0.875rem;
    margin-bottom: 0;
}
.totalCart-detail li p.total-amount {
    font-size: 1.125rem;
    font-weight: 700;
}
.col-cart .text-bold {
    font-weight: 700;
}
.col-cart .text-bold input {
    width: 100%;
    height: 45px;
}
.col-cart .item-col {
    color: #373737;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.col-cart .wd-10 {
    width: 8%;
}
.col-cart .wd-26 {
    width: 18%;
}
.col-cart .wd-16 {
    width: 16%;
}
.col-cart .wd-18 {
    width: 21%;
}
.order-summery td,
.order-summery th {
    color: #000;
    font-size: 0.875rem;
    border-top: 0;
    text-align: center;
    padding: 0.5rem;
    vertical-align: middle;
}
.order-summery.table thead th {
    border-bottom: 1px solid #186ea0;
    font-weight: 700;
}
.order-summery.table thead th:last-child {
    text-align: right;
}
.order-summery td:last-child {
    text-align: right;
}
.table h6 {
    font-size: 0.875rem;
    text-align: left;
}
.login-form .btn-primary {
    min-width: 150px;
}
.login-form .btn-primary:first-child {
    background-color: transparent;
    border: 2px solid #ffdc5a;
    color: #ffdc5a;
}
.login-form .btn-primary {
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
}
.login-form .btn-primary:first-child:hover {
    background-color: #eac539;
    color: #000;
    border-color: #eac539;
}
.login-form .heading {
    margin-bottom: 35px;
}
.form .forgot-psw {
    font-size: 13px;
    color: #186ea0;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.heading {
    margin-bottom: 15px;
    margin-top: 10px;
}
.signup-form {
    border: 1px solid #186ea0;
    padding: 1.5rem 2.4rem;
    margin-bottom: 12px;
    background: #efefefef;
}
.signup-form h5 {
    text-transform: uppercase;
    font-size: 20px;
    color: #186ea0;
    position: relative;
}
.signup-form .collect-tab .add-btn,
.signup-form .collect-tab .col-note {
    margin-left: 24px;
}
.tag {
    background: #19334a;
    color: #fff;
    font-size: 20px;
    display: flex;
    width: 50px;
    line-height: 50px;
    border-radius: 60%;
    position: absolute;
    left: -65px;
    justify-content: center;
    align-items: center;
    top: -14px;
}
.form-tabs .btn {
    border-radius: 0;
    padding: 0.7rem 1rem;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 0 1px #bbb;
    margin-right: 8px;
    min-width: 185px;
    text-transform: uppercase;
    color: rgba(41, 41, 41, 0.6) !important;
    border: 3px inset transparent;
}
.form-tabs .btn-outline-primary:not(:disabled):not(.disabled).active,
.form-tabs .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.form-tabs .btn.active,
.form-tabs .btn:focus,
.form-tabs .btn:hover,
.form-tabs .card-btn {
    background-color: #fff;
    border: 3px inset #012c38;
    box-shadow: 0 0 0 1px #012c38;
    color: #19334a !important;
    font-size: 13px;
}
.form .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #959595;
}
.button-group .btn {
    display: inline-block;
}
.btn-confirm {
    min-width: 300px;
}
.delivery-tab {
    display: none;
}
.add-btn {
    width: 180px !important;
}
.cart-btn-box.add-btn .btn-cart,
.cartButtons .cart-btn-box .btn-cart,
.fieldParent .cart-btn-box.add-btn .btn-cart {
    width: 3rem;
}
.cart-nav .cartButtons .cart-btn-box .btn-cart {
    width: 2rem;
    height: 2rem;
}
.cart-nav .cart-btn-box input {
    height: 2rem;
}
.cart-nav .cart-btn-box {
    min-height: 2rem;
    min-width: unset;
    /*display: flex;*/
    margin-bottom: 0;
}
.cart-nav ul li.title a {
    padding: 0px;
}
.cart-nav .cart-total ul {
    display: flex;
}
.cart-nav .order-md-last {
    -ms-flex-order: unset;
    order: unset;
}
.cart-nav .cart-total .cart-close {
    font-size: 14px;
}
.cart-nav .btn-primary {
    min-height: 30px;
    line-height: 20px;
}
.cart-total h2 { margin-bottom: 0; }
.cart-btn-box.add-btn input,
.cartButtons .cart-btn-box input,
.fieldParent .cart-btn-box.add-btn input {
    width: 5rem;
}
.note {
    font-size: 12px;
    color: #292929;
    opacity: 0.5;
    margin: 0;
    line-height: 14px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 70px;
    height: 70px;
}
.color-white .breadcrumb-item,
.color-white .breadcrumb-item a {
    color: #fff;
}
.color-white .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.banner_wrap {
    border-top: 0;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}

section.events.banner_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.about-banner {
    background: url(../images/about-banner.jpg) no-repeat center center;
}
.banner-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 330px;
}
.banner_inner {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    content: "";
    z-index: 22;
}
.banner-caption {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 25;
}
.home.page-template .banner-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    text-align: center !important;
    transform: translate(-50%, -50%);
}
.home.page-template .banner-caption h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 700;
}

.banner-caption h2 {
    color: #fff;
    text-transform: none;
}
.banner-caption p {
    font-size: 18px;
    color: #fff;
}
.banner-caption .btn {
    min-width: 330px;
}
.banner-caption .mebers-whiteBox {
    background: #fff;
    color: #186ea0;
    font-weight: 700;
    margin-right: 15px;
    width: 100px;
    padding: 5px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.banner-subheading {
    font-weight: 400;
}
.banner-caption .banner-contentBlue {
    max-width: 600px;
    color: #186ea0;
}
.inner-content h4 {
    text-transform: none;
    font-family: inherit;
    margin: 25px 0 15px;
}
.inner-content h4:first-child {
    margin-top: 0;
}
.about-banner .banner-caption {
    top: auto;
    bottom: -30px;
}
.input-wrap {
    position: relative;
}
.input-wrap .inputText:invalid {
    box-shadow: none !important;
}
.input-wrap .inputText:focus {
    border-color: #186ea0;
    border-width: medium medium 2px;
}
.input-wrap .floating-label {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 13px;
    transition: 0.2s ease all;
    opacity: 0.6;
    font-size: 0.75rem;
    color: #292929;
    text-transform: uppercase;
}
.input-wrap input:focus ~ .floating-label,
.input-wrap textarea:focus ~ .floating-label,
.input-wrap textarea:not(:focus):valid ~ .floating-label,
span.floating-label.freeze {
    top: 3px;
    left: 0.825rem;
    font-size: 0.58rem;
    opacity: 1;
}
.inner-content p {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.675rem;
}
input:focus ~ .floating-label,
textarea:focus ~ .floating-label {
    top: 6px;
    bottom: 12px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 18px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    color: #b2b2b2;
}
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #292929;
    opacity: 0.6;
}
.custom-control-label::before {
    width: 19px;
    height: 19px;
    top: 0.1rem;
}
.custom-control-label::after {
    top: 0.3rem;
    left: -21px;
    width: 13px;
    height: 13px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #186ea0;
    border-radius: 30px;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid #186ea0;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    background-image: none;
}
.custom-checkbox .custom-control-label::after {
    top: 3px;
    left: -18px;
    width: 13px;
    height: 13px;
}
.favesPopup .modal-content {
    border-radius: 0;
    border: none;
}
.favesPopup .modal-header {
    flex-wrap: wrap;
    border: none;
    padding-bottom: 0.5rem;
    text-align: center;
}
.favesPopup h2 {
    text-transform: none;
    color: #186ea0;
    line-height: 35px;
}
.brand-name {
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 8px transparent;
}
.brand-name a {
    font-size: 2.5rem;
    color: #fff;
    padding: 0.5rem 1.2rem;
    font-weight: 700;
    height: 80px;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.brand-name.active,
.brand-name:hover {
    box-shadow: inset 0 0 0 8px #186ea0;
}
.brand-name a:hover {
    text-decoration: none;
}
.drink-verity .red {
    background: url(../images/red.jpg) no-repeat center/cover;
}
.drink-verity .white {
    background: url(../images/white.jpg) no-repeat center/cover;
}
.drink-verity .spirits {
    background: url(../images/spirits.jpg) no-repeat center/cover;
}
.drink-verity .whisky {
    background: url(../images/whisky.jpg) no-repeat center/cover;
}
.drink-verity .beer {
    background: url(../images/beer.jpg) no-repeat center/cover;
}
.favesPopup .modal-body {
    width: 620px;
    margin: auto;
}
.favesPopup .brand-name a:hover {
    text-decoration: none;
}
.favesPopup .modal-footer {
    border: none;
    flex-wrap: wrap;
}
.favesPopup .footer-button a.btn {
    font-size: 1.25rem;
    margin-top: 10px;
}
.tips-wrapper.events-wrapper .card-title {
    margin: 0;
}
.button-black {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    background: #0a0907;
    border-radius: 0;
    border: none;
}
.button-white {
    color: #000;
    background: #fff;
}
.inner-content.member-wrap p {
    color: #050505;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.custom-control-label {
    color: #292929;
    font-weight: 500;
}
.events-wrapper {
    margin-top: 30px;
}
.col-eventDetail h5,
.col-eventDetail p,
.col-eventDetail span {
    color: #373737;
}

.col-eventDetail div:first-child p {
    margin-bottom: 1rem;
}

.col-eventDetail div:first-child p:empty {
    margin: 0 !important;
}

.col-eventDetail ul:not(.event-detail),
.col-eventDetail ul:not(.event-detail) li {
    list-style: inherit;
}

.col-eventDetail ul:not(.event-detail) {
    list-style: inherit;
    margin: inherit;
    padding: inherit;
    margin-left: 10px;
}
.event-detail li {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}
.event-detail li span {
    width: 100px;
    font-weight: 700;
    display: table-cell;
    text-align: right;
}
.event-detail li p {
    display: table-cell;
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
}
.hire_wrap h4 {
    font-weight: 700;
}
.hire_wrap .your-req h5 {
    margin-bottom: 0;
}
.hire_wrap .your-req p {
    font-size: 18px;
    color: #000;
}
.hire_wrap .drink-verity {
    margin-top: 40px;
}
.hire-banner {
    background-image: url(../images/member-signup-bg.jpg);
    min-height: 240px;
}
.hireAccordian-wrap .hire-accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 16px;
    width: 100%;
    text-align: left;
    border: 1px solid #acacac;
    outline: 0;
    transition: 0.4s;
    margin-top: 0;
    color: #050505;
    font-size: 20px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    position: relative;
}
.hireAccordian-wrap p {
    color: #050505;
    font-size: 18px;
}
.hireAccordian-wrap .panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.hireAccordian-wrap .hire-accordion:after {
    content: "\02795";
    font-size: 10px;
    color: #050505;
    float: right;
    margin-left: 5px;
    right: 14px;
    position: absolute;
    font-weight: 700;
}
.hireAccordian-wrap .hire-accordion.active:after {
    content: "\2796";
}
#hireForm .form-check.mb-3 {
    margin-bottom: 0 !important;
    margin-top: 0.65rem;
}
.contactus-banner {
    background-image: url(../images/contactus-banner.jpg);
    min-height: 240px;
}
.contactus-banner-wrap .banner-caption {
    bottom: 30px;
    top: auto;
}
.contactus-map .map {
    background-image: url(../images/contactus-map-img.jpg);
    min-height: 242px;
    background-position: center;
    background-size: cover;
}
.address-wrap {
    background: #fff;
    box-shadow: 0 1px 12px #e5e1e1;
}
.address-wrap .address {
    margin: 15px 0;
}
.address-wrap .address li {
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
    line-height: 18px;
}
.address-wrap .address li:last-child {
    margin-bottom: 0;
}
.contact-form {
    border: 1px solid #186ea0;
    padding: 28px 35px 20px;
}
.contact-form h5 {
    margin-bottom: 25px;
}
.map-desktop-hide {
    display: none !important;
}
.border-blue {
    border-color: #186ea0;
}
.blog_wrap .banner-caption h2 {
    color: #323232;
}
.blog-banner {
    background-image: url(../images/blog-banner.jpg);
}
.blog-portfolio .column {
    padding: 0 10px;
    transition: 0.5s ease;
}
.blog-portfolio .content {
    background-color: #fff;
}
.blog-portfolio .show {
    display: block;
}
.blog-portfolio h4 {
    font-size: 17px;
    margin-bottom: 0;
}
.blog-portfolio p {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}
.blog-portfolio .text-box {
    padding-top: 35px;
}
.blog-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}
.blog-tabs .btn {
    color: #5f5f5f;
    font-size: 18px;
    margin: 0 25px;
}
.blog-tabs .btn:hover {
    text-decoration: none;
}
.blog-tabs .current {
    text-shadow: 0 1px 0.1px #000;
    text-decoration: none;
}
.tabs-mobile {
    padding: 0 15px;
    margin: 0 0 2px;
}
.tabs-mobile select {
    border-top: 0;
    height: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 700;
}
.desktop-hide {
    display: none;
}
.caption-blogDetail {
    top: 150px;
}
.date-small {
    font-size: 0.875rem;
}
.blogSocial-icons {
    min-width: 90px;
    text-align: left;
}
.blogSocial-icons a {
    font-size: 18px;
    line-height: 28px;
    margin-left: 5px;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.blogSocial-icons a:first-child {
    margin-left: 0;
}
.blog-detail-wrap h4 {
    text-transform: none;
}
.blog-detail-wrap p {
    color: #000;
}
#checkoutForm .help-block,
#contactForm .help-block {
    color: red;
    font-size: 12px;
    line-height: normal;
}
.checkout-cart p.help-block {
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
}
.user-login-form .form-group {
    margin-bottom: 10px;
}
.user-login-form .form-group input:placeholder-shown + label,
.user-login-form .form-group textarea:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 0.95rem) scale(1);
    -moz-transform: translate(0, 0.95rem) scale(1);
    transform: translate(0, 0.95rem) scale(1);
    -o-transform: translate(0, 0.95rem) scale(1);
    left: 13px;
    top: 3px;
}
.form-group input,
.form-group textarea,
.user-login-form .form-group label {
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -o-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -webkit-touch-action: manipulation;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.user-login-form .form-group label {
    position: absolute;
}
.user-login-form .form-group input::-webkit-placeholder,
.user-login-form .form-group input::placeholder,
.user-login-form .form-group textarea::-webkit-placeholder,
.user-login-form .form-group textarea::placeholder {
    opacity: 0;
    transition: inherit;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    -ms-transition: inherit;
}
.user-login-form .form-group input:focus::-webkit-input-placeholder,
.user-login-form .form-group input:focus::placeholder,
.user-login-form .form-group textarea:focus::-webkit-input-placeholder,
.user-login-form .form-group textarea:focus::placeholder {
    opacity: 0;
    transition: inherit;
}
.user-login-form .form-group input:focus + label,
.user-login-form .form-group input:not(:placeholder-shown) + label,
.user-login-form .form-group input:placeholder-shown + label,
.user-login-form .form-group textarea:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 0.95rem) scale(1);
    left: 13px;
    top: -1px;
}
.form-group input,
.form-group textarea,
.user-login-form .form-group label {
    transition: all 0.2s;
    touch-action: manipulation;
}
.user-login-form .form-group label {
    position: absolute;
    font-size: 13px;
    color: #292929;
    opacity: 0.5;
}
.user-login-form .form-group input::-webkit-input-placeholder,
.user-login-form .form-group input:placeholder,
.user-login-form .form-group textarea::-webkit-input-placeholder,
.user-login-form .form-group textarea:placeholder {
    opacity: 0;
    transition: inherit;
}
.user-login-form .form-group input:focus::-webkit-input-placeholder,
.user-login-form .form-group input:focus:placeholder,
.user-login-form .form-group textarea:focus::-webkit-input-placeholder,
.user-login-form .form-group textarea:focus:placeholder {
    opacity: 0;
    transition: inherit;
}
.user-login-form .form-group input:focus + label,
.user-login-form .form-group input:not(:placeholder-shown) + label,
.user-login-form .form-group textarea:focus + label,
.user-login-form .form-group textarea:not(:placeholder-shown) + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    top: 2px;
    left: 13px;
}
.user-login-form .btn-primary {
    min-height: 52px;
    line-height: 52px;
    font-weight: 500;
}
#addCartMsg {
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    color: #186ea0;
}
.create-new-account a,
.forgot a,
.user-login-form h5 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #186ea0;
    font-weight: 700;
}
.user-login-form {
    border: 1px solid #186ea0;
    padding: 25px 60px;
}
.user-login-form .login-btn {
    font-size: 1.25rem;
    columns: #333;
}
.user-nav {
    position: relative;
}
.user-nav .cart-total {
    min-width: 350px;
    padding: 1.5rem;
}
.user-nav .create-new-account {
    border-top: 1px solid #ffdc5a;
    padding-top: 5px;
}
.user-nav .user-login-form {
    padding: 0;
    border: none;
}
.user-login-form .main-div .btn-primary,
.user-nav .user-login-form .btn-primary {
    line-height: 36px;
}
img.logo {
    height: 75px;
    max-width: 640px;
}
.pb-2,
.py-2 {
    padding-bottom: 0.3rem !important;
}
.cart-group.text-right {
    max-width: 185px;
    float: right;
    display: block;
    position: relative;
    top: 8px;
}
.flash-product:hover {
    box-shadow: 0 1px 12px #adadad;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.product-detail-right .cart-btn-box {
    border: 1px solid #ffdc5a;
    background: #fff;
    display: inline-block;
    min-height: 3rem;
    margin-right: 15px;
    width: calc(40% - 15px);
    float: left;
}
.product-detail-right .threeCartBtn .cart-btn-box {
    width: calc(33% - 15px);
}
.product-detail-right .threeCartBtn .cart-btn-box .btn-cart {
    padding-right: 0;
    padding-left: 0;
}
.product-detail-right .cart-btn-box .btn-cart {
    width: 4.5rem;
}
form#loginForm {
    padding-bottom: 40px;
}
.review-slider-wrap .review-stars .review-stars-text {
    display: none;
}
.title-logout-btn .btn-outline-info {
    color: #008bb8;
    border-color: #008bb8;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 40px;
    vertical-align: middle;
}
.title-logout-btn .btn-outline-info:hover {
    color: #fff;
    border-color: #008bb8;
    background: #008bb8;
}
.title-logout-btn h2 {
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 0;
    line-height: 18px;
}
.name-blk {
    font-weight: 600;
    font-size: 17px;
    padding: 10px 0;
}
.recent-orders {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.recent-orders a.view-all-btn {
    color: #186ea0;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
    line-height: 30px;
}
.dashboard p {
    font-size: 14px;
}
.divTable table {
    border-collapse: collapse;
    width: 100%;
}
.divTable table thead th {
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #c2d5e3;
}
.divTable table tbody tr {
    font-weight: 400;
    line-height: 40px;
    border-top: 1px solid #c2d5e3;
    font-size: 13px;
    text-transform: none;
}
.divTable td:nth-of-type(6) {
    text-align: center;
}
.divTable td:nth-of-type(7) {
    text-align: right;
}
a.view-order {
    text-decoration: underline;
    font-size: 13px;
    color: #186ea0;
}
.account-information {
    margin-top: 20px;
    clear: both;
}
.account-information h6 {
    text-transform: uppercase;
    border-bottom: 1px solid #c2d5e3;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
a.manage-address {
    float: right;
    text-decoration: underline;
    color: #186ea0;
    text-transform: none;
    font-weight: 600;
    font-size: 1rem;
}
.contact-information {
    background: #f4f4f4;
    padding: 40px 40px 30px;
    border-radius: 20px;
    width: calc(50% - 40px);
    max-width: 450px;
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
}
.contact-information .title-name {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
}
a.manage-address.change-password {
    float: none;
    text-decoration: underline;
    color: #186ea0;
    text-transform: none;
    font-weight: 600;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}
.contact-information p {
    color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    margin-bottom: 10px;
    line-height: 22px;
}
#editBillingAddressModal .btn-secondary,
#editDeliveryAddressModal .btn-secondary {
    background: #ffdc5a;
    color: #000;
    min-width: 180px;
    min-height: 42px;
    line-height: 42px;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}
#editBillingAddressModal .modal-footer,
#editDeliveryAddressModal .modal-footer {
    justify-content: center;
}
#editBillingAddressModal .btn-secondary:hover,
#editDeliveryAddressModal .btn-secondary:hover {
    background-color: #eac539;
    border-color: #eac539;
    color: #000;
}
.cart-body .totalCart-detail .cart-promocode-field {
    max-width: 138px;
}
.cart-body .totalCart-detail .btn {
    width: 100px;
}
#checkoutForm .collect-tab a#tab {
    padding-top: 25px;
    line-height: normal;
    padding-bottom: 14px;
}
.tag {
    background: #19334a;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 50px;
    line-height: 50px;
    border-radius: 60%;
    position: absolute;
    left: -65px;
    justify-content: center;
    text-align: center;
    top: -14px;
    height: 50px;
    font-weight: 700;
}
#checkoutForm .cartButtons .cart-btn-box .btn-cart,
#checkoutForm.cart-btn-box.add-btn .btn-cart,
.fieldParent .cart-btn-box.add-btn .btn-cart {
    width: 3rem;
    height: 48px;
    line-height: 57px !important;
    padding-top: 0 !important;
    font-size: 18px;
}
.cart-total .cart-empty li:last-child {
    clear: left;
    display: block;
    width: 100%;
}
.help-block {
    font-size: 12px;
    color: red;
}
#checkout-detail-list input#promocode_field {
    width: 250px !important;
}
.swal-title {
    font-size: 28px;
    text-align: center;
}
.swal-text {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
}
.swal-button {
    background-color: #ffdc5a;
    border-radius: 0;
    color: #000;
}
.swal-button:hover,
.swal-button:not([disabled]):hover {
    background-color: #eac539;
    border-color: #eac539;
}
.swal-modal {
    border-radius: 0;
}
.member-wrap {
    padding-top: 0;
}
#toast-container > div {
    width: auto !important;
}
.toast-success {
    background-color: #186ea0 !important;
}
#accordion.accordion-menu .card-header + div {
    max-height: 355px;
    overflow: auto;
    padding: 0.62rem 1rem 0.62rem 1.65rem;
}
.loading:not(:required):after {
    -webkit-box-shadow: #ffdc5a 1.5em 0 0 0, #ffdc5a 1.1em 1.1em 0 0, #ffdc5a 0 1.5em 0 0, #ffdc5a -1.1em 1.1em 0 0, #ffdc5a -1.5em 0 0 0, #ffdc5a -1.1em -1.1em 0 0, #ffdc5a 0 -1.5em 0 0, #ffdc5a 1.1em -1.1em 0 0 !important;
    box-shadow: #ffdc5a 1.5em 0 0 0, #ffdc5a 1.1em 1.1em 0 0, #ffdc5a 0 1.5em 0 0, #ffdc5a -1.1em 1.1em 0 0, #ffdc5a -1.5em 0 0 0, #ffdc5a -1.1em -1.1em 0 0, #ffdc5a 0 -1.5em 0 0, #ffdc5a 1.1em -1.1em 0 0 !important;
}
#filter-list .fa-spinner {
    color: #186ea0;
}
.loader--text {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
}
.loader--text:after {
    color: #ffdc5a;
    content: "Loading";
    font-weight: 500;
    font-size: 1.25rem;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.card.bg-light {
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 100%;
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}
.mac .custom-control-label::before {
    top: 1px;
    width: 19px;
    height: 19px;
}
.mac .custom-control-label::after {
    top: 4px;
}
.mac select {
    border: 1px solid #acacac;
    height: 2.875rem;
    font-size: 0.875rem;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 0;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
}
#recent_orders_length select {
    height: 30px;
    background-position-y: center;
}
.mac select:focus {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 10px !important;
}
#recent_orders_length select:focus {
    background-position-y: center !important; 
}
.product-sorting .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 0.875rem;
}
.product-sorting .breadcrumb-item {
    text-transform: CAPITALIZE;
    font-weight: 400;
    font-size: 1rem;
    margin-left: 0;
}
.product-sorting .breadcrumb-item:first-child {
    margin-left: 16px;
}
.user-login-form.already-member {
    background: #186ea0;
    padding: 15px 25px 5px;
}
.user-login-form.already-member h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.675rem;
}
.user-login-form.already-member .Fpass {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    display: block;
    width: 100%;
    text-align: right;
}
.user-login-form.already-member .login-btn {
    min-width: 122px;
    line-height: 16px !important;
    font-size: 16px;
    color: #323232;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
}
.user-login-form.already-member .form-control {
    background-color: #fff !important;
}
.user-login-form.member-login-card {
    padding: 8px 0;
    position: relative;
    height: 100%;
}
.platinum-card {
    content: "";
    position: absolute;
    left: -15px;
    top: -17px;
    width: 150px;
    height: 100px;
    background: url(../images/platinummembercard.png) no-repeat;
    background-size: 100%;
    transform: rotate(-8deg);
}
.user-login-form.member-login-card .fa-ul {
    margin-bottom: 60px;
}
.user-login-form.member-login-card h5 {
    margin-bottom: 4rem;
}
.user-login-form.member-login-card ul.regular-member {
    margin: 5.3rem 0;
}
.user-login-form.member-login-card .btn-block {
    font-size: 1.25rem;
}
.platinumMemberOffer .btn-primary {
    margin-top: 25px;
    font-weight: 700;
    color: #fff !important;
    font-size: 19px;
    letter-spacing: 2px;
    background: #939292;
    background: -moz-linear-gradient(-45deg, #939292 32%, #b4b3b3 53%, #b4b3b3 0, #939292 75%);
    background: -webkit-linear-gradient(-45deg, #939292 32%, #b4b3b3 53%, #b4b3b3 0, #939292 75%);
    background: linear-gradient(135deg, #939292 32%, #b4b3b3 53%, #b4b3b3 0, #939292 75%);
    position: relative;
    top: -5px;
}
.platinumMemberOffer .btn-primary:hover {
    background: linear-gradient(135deg, #939292 35%, #939292 50%, #939292 50%, #939292 67%);
}
.platinum-btn-wrap {
    position: relative;
    margin: 0 15px;
}
.platinum-btn-wrap:after {
    content: "";
    position: absolute;
    left: -16px;
    top: -16px;
    filter: drop-shadow(2px 2px 2px #676767);
    width: 60px;
    height: 42px;
    background: url(../images/platinummembercard.png) no-repeat;
    background-size: 100%;
    transform: rotate(-15deg);
}
.inner-page h4 {
    margin-bottom: 15px;
}
.member-wrap .width-adjust h3 {
    color: #186ea0;
}
.saving-offer-col {
    background-color: #19334a;
    margin-bottom: 5rem;
}
.saving-offer h2 {
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
}
.platinum-member-wrap .image-for-left {
    width: 120px;
    margin-right: 15px;
}
.platinum-member-wrap .col-lg-6.col-md-6.col-sm-12.width-adjust {
    margin: 5px 0;
}
.platinum-member-wrap .text-for-image-left-right {
    margin: 32px 0 0;
}
.dashboard .title-logout-btn .btn-outline-info {
    padding: 10px 15px;
    margin: 0 3px 6px;
    font-size: 12px !important;
}
.dashboard .bbtn-group {
    margin-bottom: 20px;
    position: absolute;
    top: -34px;
    right: 10px;
    width: 60%;
}
.platinum-offers-row .platinumMemberOffer:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 72px;
    height: 48px;
    background: url(../images/platinummembercard.png) no-repeat;
    background-size: 100%;
}
.platineumMemberOffers-banner .banner-caption .btn-primary {
    padding: 0.675rem 1rem;
    margin-top: 25px;
}
.platineumMemberOffers-banner {
    position: relative;
}
.platineumMemberOffers-banner .banner-bg {
    background-position: center right;
}
.platineumMemberOffers-banner .platinumCard {
    background: url(../images/platinummembercard.png) no-repeat;
    background-size: 100%;
    width: 190px;
    height: 130px;
    position: absolute;
    top: 2rem;
    right: 5%;
    transform: rotate(10deg);
    filter: drop-shadow(15px 20px 2.25rem #fff);
}
.banner .product-wrap {
    box-shadow: 0 -7px 12px #e5e1e1;
}
.captcha_text {
    line-height: 45px;
}
ul.follow-us-icon li {
    display: inline-block;
    margin-right: 5px;
}
ul.follow-us-icon img {
    width: 65px;
}
.liberty-left-click {
    position: absolute;
    left: 62px;
    z-index: 99;
}
.liberty-right-click {
    position: absolute;
    right: 62px;
    z-index: 99;
}
.collection-logo img {
    width: 130px;
    position: relative;
    top: -25px;
}
@media screen and (max-width: 1440px) {
    .liberty-left-click,
    .liberty-right-click {
        top: 40px;
    }
    .collection-logo img {
        width: 110px;
        top: 0px !important;
    }
}
.blog-portfolio img.image-responsive {
    height: 100%;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.blog-portfolio .text-box {
    padding-top: 35px;
    min-height: 175px;
    background: #f7f7f7;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.blog-portfolio p {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: 8px;
}
@media (min-width: 766px) {
    .dropdown-toggle::after {
        display: none;
    }
    .category-menu .dropdown-menu {
        min-width: 12rem;
        border-radius: 0;
        background: #186ea0;
        border-top: 2px solid #0e4667;
        color: #fff;
        margin: 0;
    }
    .category-menu .navbar-nav {
        justify-content: space-between !important;
    }
    .category-menu .navbar-nav .nav-item.active > a,
    .category-menu .navbar-nav li:hover > a {
        border-bottom: 4px solid #0e4667;
    }
    .category-menu > .container {
        padding: 0;
    }
    ul.navbar-nav li:last-child .dropdown-menu {
        right: 0;
        left: auto;
    }
    .category-menu .navbar-nav li > a {
        border-bottom: 4px solid transparent;
    }
    .category-menu .dropdown-item {
        font-size: 0.81rem;
        color: #f4f4f4;
        padding: 0.5rem 1.5rem;
    }
    .category-menu .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        background: #fff;
    }
    .navbar-nav li:first-child {
        display: none;
    }
    .new-price {
        font-size: 2.5rem;
    }
    .new-price sup {
        right: -40px;
        top: 12px;
        font-size: 1.5rem;
    }
    .old-price span:after {
        width: 2.5rem;
    }
    .cart-btn-box input {
        width: 5rem;
    }
    .product-detail-right .cart-btn-box input {
        width: 6.18rem;
    }
    .product-detail-right .threeCartBtn .cart-btn-box input {
        width: 4.05rem;
    }
    .inner-page .product-action .cart-btn-box input,
    .offers-wrapper .cart-btn-box input,
    .search-result .cart-btn-box input {
        width: 7rem;
    }
    .offers-wrapper .cart-btn-box .btn-cart {
        width: 6rem;
    }
    .inner-page .product-action .cart-btn-box .btn-cart,
    .search-result .cart-btn-box .btn-cart {
        width: 5rem;
    }
    .flash-product .cart-btn-box input {
        width: 6rem;
    }
    .flash-product .cart-btn-box .btn-cart {
        width: 5rem;
    }
}
@media (max-width: 1300px) {
    .collection-logo img {
        width: 100px;
        position: relative;
        top: -25px;
    }
}
@media (max-width: 1240px) and (min-width: 991px) {
    .product-detail-right {
        margin-left: 5%;
        max-width: 44.9%;
        flex: 0 0 44.9%;
    }
    .product-detail-wrap h2 {
        font-size: 1.85rem;
    }
    .product-detail-wrap h2,
    .product-detail-wrap h2 .italic-text {
        font-size: 1.57rem;
    }
    .social-icons-small {
        display: block;
        white-space: nowrap;
        margin-right: 5px;
    }
    .small-icon-image {
        width: 80px;
        padding: 5px 5px;
    }
    .small-icon-image .text {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 12px;
    }
    .small-icon-image img {
        max-height: 70px;
    }
    .price-wrap {
        margin-top: 1rem !important;
    }
    .product-detail-wrap .cart-btn-box:first-child {
        margin-right: 15px;
    }
    .new-catalouge-btn .btn {
        font-size: 0.7rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .checkout-cart {
        right: -13px;
    }
    .product-detail-wrap .product-detail-right .cart-btn-box input {
        width: 3.6rem;
    }
    .inner-page .product-action .cart-btn-box input,
    .offers-wrapper .cart-btn-box input,
    .search-result .cart-btn-box input {
        width: 5rem;
    }
    .carousel-inner.only-for-home-banner .carousel-item {
        height: 438px;
    }
    .heder_ttoffer {
        width: 80px;
        right: 12px;
    }
    .collection-logo img {
        width: 120px;
    }
}
@media (min-width: 991px) {
    .carousel-inner .row.row-eq-height.no-spac-banner .col-lg-3.col-md-6.col-sm-12.col-xs-12 {
        max-width: 22% !important;
        flex: 0 0 22% !important;
        padding: 0 !important;
    }
}
@media (max-width: 992px) and (min-width: 766px) {
    .social-icons-small {
        display: block;
        white-space: nowrap;
        margin-right: 5px;
    }
    .small-icon-image {
        width: 80px;
        padding: 5px 5px;
        top: 33px;
    }
    .small-icon-image .text {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .small-icon-image img {
        max-height: 70px;
    }
    .product-detail-wrap h2 {
        font-size: 1.85rem;
    }
    .product-detail-wrap h2,
    .product-detail-wrap h2 .italic-text {
        font-size: 1.57rem;
    }
    .product-price .new-price {
        font-size: 3rem;
    }
    .product-price .old-price span {
        font-size: 15px;
    }
    .product-price .old-price span:after {
        width: 3.18rem;
    }
    .product-detail-right .cart-btn-box input {
        width: 4.5rem;
    }
    .product-detail-wrap .cart-btn-box:first-child {
        margin-right: 5px;
    }
    .checkout-cart {
        right: 0px;
    }
    .product-detail-wrap .product-detail-right .cart-btn-box input {
        width: 3.2rem;
    }
    .user-login-form.member-login-card {
        padding: 35px 0 0;
    }
    .heder_ttoffer {
        width: 70px;
        right: 15px;
    }
}
@media (max-width: 1199.98px) {
    /*.navbar.manu-wrap .navbar-nav .nav-link {
        padding: 1.25rem 1.5rem;
    }*/
    .banner h1 {
        font-size: 2.81rem;
    }
    .banner .carousel-caption {
        width: 350px;
    }
    .members-wrapper .cart-btn-box input {
        width: 6rem;
    }
    .col-cart .wd-18 {
        width: 24%;
    }
    .col-cart .wd-16 {
        width: 10.5%;
    }
    .carousel-inner.only-for-home-banner .carousel-item {
        height: 447px;
    }
    .platinum-card {
        width: 105px;
        height: 74px;
        left: 0;
    }
    .user-login-form.member-login-card h5 {
        margin-bottom: 3rem;
    }
    .totalCart-detail .form-inline {
        clear: both;
    }
    .cart-body .totalCart-detail .btn {
        width: auto;
    }
    .cart-body .totalCart-detail .cart-promocode-field {
        max-width: 105px;
    }
}
@media (max-width: 991.98px) {
    .navbar.manu-wrap .navbar-nav .nav-link {
        padding: 0.75rem 0.625rem;
        font-size: 0.75rem;
    }
    .footer-menu ul {
        margin-right: 10px;
    }
    .tips-wrapper .card:first-child {
        margin-bottom: 20px;
    }
    .search-result .cart-btn-box input {
        width: 4rem;
    }
    .search-result .cart-btn-box .btn-cart {
        width: 3.5rem;
    }
    .product-cart h2 {
        font-size: 1.125rem;
    }
    .product-cart h3 {
        font-size: 1rem;
    }
    .small-text {
        font-size: 0.75rem;
        line-height: 15px;
    }
    .time {
        font-size: 1.25rem;
    }
    .banner h1 {
        font-size: 2rem;
    }
    .search-result .product-wrap .new-price {
        font-size: 28px;
    }
    .search-result .product-wrap .new-price sup {
        font-size: 1.2rem;
    }
    .favesPopup .modal-body {
        width: 420px;
    }
    .tips-wrapper.events-wrapper .card:first-child {
        margin-bottom: 0;
    }
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link {
        font-size: 0.65rem;
        padding: 0.75rem 0.3rem;
    }
    .blog-tabs .btn {
        margin: 0 18px;
    }
    .platinum-member-wrap .image-for-left {
        width: 100px;
        margin-right: 10px;
    }
    .platinum-member-wrap .text-for-image-left-right {
        margin: 10px 0;
    }
    .platinum-member-wrap .width-adjust h3 {
        font-size: 18px;
    }
    .saving-offer h2 {
        font-size: 24px;
    }
    .checkOut-col {
        position: static !important;
        width: auto !important;
        max-height: initial;
        margin-top: 25px;
    }
    .col-md-7.ml-sm-5 {
        padding: 0 35px !important;
        margin-left: 0 !important;
    }
    .col-md-5.offset-md-1 {
        margin-left: 0 !important;
    }
    .liberty-right-click {
        right: 10px;
    }
    .liberty-left-click {
        left: 10px;
    }
    .collection-logo img {
        width: 120px;
    }
}
@media (max-width: 768px) {
    .col-lg-3.col-md-6.col-sm-12.col-xs-12.hide-on-mob-banner {
        display: none;
    }
    .saving-offer-col {
        margin-bottom: 3rem;
    }
    .letters {
        background: 0 0;
        color: #f5eb00 !important;
    }
    .collection-logo img {
        width: 100px;
        position: unset;

    }
    .liberty-left-click, .liberty-right-click {
        top: 60px;
    }
    .ll-menu {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 769px) {
    .col-lg-3.col-md-6.col-sm-12.col-xs-12.hide-on-mob-banner {
        display: none;
    }
    img.d-block.hom-ban-height {
        height: 447px;
    }
    .carousel-caption.d-md-block.new-bottel-view {
        width: 400px;
        height: 422px;
    }
    .product-img a img.default-img {
        height: 257px;
    }
    .cart-body .totalCart-detail .cart-promocode-field {
        max-width: 138px;
    }
}
@media (max-width: 767.98px) {
    .inner-page .cart-total ul li a {
        padding: 3px;
    }
    .manu-wrap {
        background: #186ea0 !important;
    }
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link,
    .navbar.manu-wrap .navbar-nav .nav-link {
        font-size: 0.775rem;
        padding: 0.5rem 0.3rem;
        font-weight: 400;
    }
    .navbar.manu-wrap .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar.manu-wrap .navbar-nav .nav-link.btn {
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .mobile-hide {
        display: none !important;
    }
    .desktop-hide {
        display: block !important;
    }
    .new-catalouge {
        width: calc(100% - 50px);
    }
    .cart-nav,
    .user-nav {
        position: absolute;
        padding-left: 0 !important;
        top: 1rem;
        width: 50%;
        display: inline-block;
        text-align: center;
    }
    .cart-nav {
        left: 50%;
    }
    ul.mobile-nav {
        position: relative;
        padding-top: 4.25rem;
    }
    .navbar-nav .dropdown-menu {
        background: 0 0;
        border: none;
        border-radius: 0;
        color: #fff;
        border-top: 1px solid #2e688a;
        border-bottom: 1px solid #2e688a;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 12px;
        color: #fff;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 11px;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #182029;
    }
    .navbar-nav li:first-child {
        padding-left: 0;
        display: block;
        color: #fff;
        text-transform: uppercase;
    }
    .navbar-nav li {
        padding-left: 1rem;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 45px;
        background: #186ea0;
    }
    .new-catalouge-btn > a.btn {
        font-size: 1rem !important;
        margin-bottom: 0.5rem;
        width: 84%;
    }
    .new-catalouge-btn a.mobileCart {
        background: #186ea0;
        padding: 8px;
        width: 14%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }
    .new-catalouge-btn a.mobileCart + .checkout-cart {
        z-index: 999;
    }
    .new-catalouge-btn .btn > .fa {
        font-size: 1rem;
        position: relative;
        margin-left: 0;
    }
    .search-form > .input-group {
        width: 100%;
        position: static;
    }
    .col-instagram {
        margin: 20px 0;
    }
    .f-col {
        margin-bottom: 2rem !important;
    }
    .follow-us,
    .footer-menu {
        text-align: left !important;
        float: left;
        width: 100%;
    }
    .footer-top .footer-top__last {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-top .footer-top__last .footer-menu a {
        padding: 0px;
    }
    .follow-us {
        margin-top: 20px;
    }
    .joinus-container {
        border: none;
    }
    .joinus-container .image-thumb {
        min-height: 15.62rem;
        border: 1px solid #ffdc5a;
    }
    .joinus-container .joinus-text {
        padding: 1rem;
    }
    .joinus-content p {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .joinus-content li {
        font-size: 1rem;
    }
    h1.joinUs-heading {
        font-size: 1.375rem;
        padding: 0 1rem;
    }
    .cart-btn-box input {
        width: 5.625rem;
    }
    .navbar-toggler {
        border: none;
        box-shadow: none;
    }
    .new-catalouge {
        margin: 0 !important;
    }
    .search-result {
        width: 100%;
        left: 0;
    }
    .search-result .product-wrap img {
        max-height: 95px;
    }
    .search-result .product-wrap .price-wrap {
        width: 100%;
        top: 0;
        display: inline-block;
    }
    .product-wrap .cart-group {
        margin-top: 0.5rem;
    }
    .search-result .product-wrap .old-price {
        display: block;
    }
    .search-result .product-wrap .old-price span {
        position: relative;
    }
    .search-result .product-wrap .new-price {
        float: left;
    }
    .search-result .product-wrap {
        padding: 5px;
    }
    .cart-btn-box {
        width: 100%;
    }
    .banner .carousel-caption {
        width: 275px;
    }
    .banner h1 {
        font-size: 2rem;
    }
    .banner .carousel-caption {
        padding: 18px;
    }
    .banner .carousel-control-next,
    .banner .carousel-control-prev {
        display: none;
    }
    .product-cart h2 {
        font-size: 1.125rem;
    }
    .product-cart h3 {
        font-size: 1rem;
    }
    .small-text {
        font-size: 0.75rem;
        line-height: 15px;
    }
    .time {
        font-size: 1.25rem;
    }
    .product-action {
        padding: 0.2rem 1px 0.875rem;
        text-align: center;
    }
    .product-wrap .product-img {
        padding: 1rem 1rem 0;
        min-height: 215px;
        height: 215px;
    }
    .new-price {
        font-size: 1.875rem;
    }
    .new-price sup {
        right: -30px;
        top: 12px;
        font-size: 1.2rem;
    }
    .old-price span {
        font-size: 0.665rem;
        position: absolute;
        right: 48%;
        margin-top: -10px;
    }
    .old-price span:after {
        width: 2rem;
    }
    .cart-group.text-right {
        text-align: left !important;
        max-width: 100%;
        width: 100%;
    }
    .product-wrap .sub-heading {
        padding-right: 6px;
    }
    .product-wrap .award-winning-tag {
        left: 5px;
        top: 5px;
    }
    .cart-btn-box .btn-cart {
        width: 50%;
    }
    .cart-btn-box input {
        width: 49%;
    }
    .tips-wrapper .card {
        margin-bottom: 20px;
    }
    .flash-product {
        border-width: 4px;
    }
    .flash-sale .old-price {
        max-width: 110px;
        margin-left: 11px;
    }
    .accordion-menu {
        margin-bottom: 20px;
    }
    .banner {
        background: 0 0;
        padding: 0 !important;
    }
    .banner .carousel-caption {
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
    }
    .banner .carousel-caption h1 {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .banner .carousel-caption .btn {
        width: 100%;
        margin-top: 1rem;
    }
    .banner .carousel-indicators {
        top: auto;
        bottom: 0;
    }
    header {
        padding: 1rem 0 0;
    }
    header .navbar-brand .navbar-logo img {
        width: 100%; /* Optimize: Added this width for mobile  */
        max-width: 320px;
        height: 75px; /* Optimize: Added this height for mobile  */
        margin-top: 10px;
    }
    header .navbar-brand {
        padding-bottom: 30px;
    }
    .banner_area .banner_inner {
        min-height: 150px;
    }
    .banner_area {
        margin-bottom: 1px;
    }
    .review-slider-wrap {
        margin-bottom: 20px;
    }
    .small-icon-image {
        display: none;
    }
    .product-detail-wrap .cart-btn-box:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .product-detail-wrap .cart-btn-box {
        max-width: 290px;
    }
    .product-large-thumb {
        margin-bottom: 25px;
    }
    .social-icons-small a {
        font-size: 20px;
        line-height: 28px;
        margin-left: 5px;
        width: 28px;
        height: 28px;
    }
    .product-price .new-price {
        font-size: 3.2rem;
    }
    .price-wrap {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
    .product-price .old-price span {
        right: 32px;
        top: -10px;
    }
    .product-description {
        padding-top: 20px;
        border-top: 1px solid rgba(245, 218, 77, 0.5);
        margin-top: 20px;
    }
    .review-slider-content {
        display: block !important;
    }
    .review-slider-wrap .bx-controls {
        top: 10%;
    }
    .checkout-cart:before {
        right: 35%;
        display: none;
    }
    .mobile-nav a.bottom-arrow:after {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        transform: rotate(0);
        position: absolute;
        bottom: -1px;
    }
    .checkout-cart {
        text-align: left;
    }
    .checkout-cart ul li {
        padding-left: 0;
    }
    span.cart-item {
        color: #186ea0;
        background: #fff;
        margin-left: -3px;
        margin-top: -6px;
        line-height: 16px;
    }
    .list-inline__wrap {
        min-width: unset;
        max-height: 400px;
        overflow: auto;
        padding-right: 10px;
        max-width: 350px;
        -webkit-overflow-scrolling: auto;
        -webkit-overflow-scrolling: touch;
    }
    .cart-total li.c-close {
        width: auto;
    }
    .checkout-cart ul.total-cart {
        text-align: center;
    }
    .checkout-cart.cart-total ul li {
        margin: 0 4px;
    }
    li.nav-item.cart-nav div#cart-list ul.list-inline li.title h2 span.d-block {
        padding: 5px 0;
    }
    .cart-total ul .cart-image {
        width: 36px;
        padding: 2px;
    }
    .cart-total .subTotal {
        width: 3.5rem;
    }
    .cart-total ul li img {
        max-height: 40px;
    }
    .cart-total ul li img {
        max-height: 100%;
    }
    .cart-total .title {
        min-width: 150px;
        width: 75%;
    }
    .cart-total .cartButtons {
        width: 100%;
        margin: 5px 0 0 !important;
    }
    .cart-total h2 {
        font-size: 14px;
    }
    .cart-total ul {
        margin-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #f4f4f4;
    }
    .cart-total .cart-btn-box input {
        width: 46%;
        height: 42px;
    }
    .cart-total h6 {
        max-width: 210px;
        width: 100%;
    }
    .cart-total .cart-close { font-size: 14px; }
    .cart-btn-group .btn {
        width: 100%;
        margin: 0;
        font-size: 1.25rem;
    }
    .cart-btn-group .btn:first-child {
        margin-bottom: 5px;
    }
    .cart-empty h3 {
        font-size: 1.5rem;
    }
    .cart-total.col-cart .cartButtons {
        width: 29%;
    }
    .cart-total.col-cart .subTotal {
        vertical-align: text-top;
        margin-top: 6px;
    }
    .cart-total.col-cart ul li img {
        max-height: 60px;
    }
    .cart-total.col-cart ul .cart-image {
        width: 50px;
        padding: 5px 0;
    }
    .banner-bg {
        min-height: 165px !important;
    }
    .banner_wrap {
        margin-bottom: 0;
    }
    .banner-caption,
    .banner_inner {
        position: static;
    }
    .banner-caption {
        padding: 12px 0 0;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .banner-caption .banner-contentBlue {
        max-width: 100%;
        margin-bottom: 10px !important;
    }
    .banner-caption h2 {
        color: #000;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-caption p {
        color: #000;
    }
    .banner-caption .btn {
        min-width: auto;
    }
    .product-wrap .product-img img {
        max-height: 150px;
    }
    .banner-caption .mebers-whiteBox {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .contactus-banner-wrap .banner-caption h2,
    .hire-banner-wrap h2 {
        text-transform: uppercase;
    }
    .contactus-banner-wrap .banner-caption h2 .banner-subheading,
    .hire-banner-wrap h2 .banner-subheading {
        text-transform: none;
        padding: 0 30px;
    }
    .contactus-banner-wrap .banner-caption h2 {
        color: #323232;
        margin: 15px 0 0;
    }
    .contact-form {
        border: 1px solid #186ea0;
        padding: 12px 12px;
    }
    .contact-form .btn-confirm {
        min-width: 100%;
    }
    .contact-form h5 {
        margin-bottom: 10px;
    }
    .blog-tabs .btn {
        margin: 0 15px;
    }
    .blog-portfolio .text-box {
        text-align: left;
    }
    .blog-portfolio .content {
        text-align: center;
    }
    .inner-page.page-not-found {
        text-align: center;
    }
    .inner-page.page-not-found {
        padding-top: 1rem;
    }
    .inner-page.page-not-found .btn {
        margin-bottom: 1rem;
    }
    .inner-page.page-not-found .text-blue {
        color: #111;
    }
    .home.page-template .banner-caption h2,
    .banner_area .banner_inner .banner_content h2 {
        font-size: 38px;
    }
    .user-nav .cart-total {
        min-width: 280px;
        width: 295px;
        left: -4%;
    }
    .user-nav .checkout-cart:before {
        left: 23%;
    }
    .cart-total .cart-empty .btn {
        width: 269px;
        margin: 0 auto;
    }
    .carousel-inner.only-for-home-banner .carousel-item {
        height: auto;
    }
    .user-login-form.member-login-card ul.regular-member {
        margin: 3rem 0;
    }
    .dashboard .bbtn-group {
        margin-top: 20px;
        position: inherit;
        float: left;
        width: 100%;
    }
    .dashboard .title-logout-btn .btn-outline-info {
        float: left;
    }
    .color-white .breadcrumb-item,
    .color-white .breadcrumb-item a,
    .color-white .breadcrumb-item + .breadcrumb-item::before {
        color: #000;
    }
    .platineumMemberOffers-banner .platinumCard {
        width: 80px;
        height: 78px;
        right: 1rem;
        top: 4.5rem;
    }
    .flash-product .product-cart {
        text-align: center;
    }
    .flash-product .old-price {
        margin: auto;
    }
    .flash-product .text-center img {
        margin: 10px 0 20px;
    }
    .carousel-caption.d-md-block.new-bottel-view {
        width: 100% !important;
    }
    .carousel-caption.d-md-block h5 {
        height: auto !important;
    }
    .flash-product .text-center img {
        height: 130px;
        margin: 4px 0 20px;
    }
    .product-cart h3 {
        margin-bottom: -2.5rem;
    }
    .cart-btn-box {
        margin-bottom: 0px !important;
    }
    .joinus-pltinumMambers .joinus-container .joinus-text:after {
        right: 4px;
        bottom: 23%;
    }
    .testing_icon.center_icn {
        width: 50px !important;
        left: 42.5%;
        top: 40px;
    }
    .cart-total .cart-btn-box {
        width: auto;
        min-height: 40px;
    }
    .cartButtons .cart-btn-box .btn-cart {
        width: 2rem;
        height: 40px;
        padding: 2px;
    }
    .cart-total .cart-btn-box {
        min-width: auto !important;
        height: 42px;
    }
    .cart-total li.c-close {
        width: 1%;
    }
}

/* save tag */
.save-tag {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #dc143c;
    padding: 7px 60px;
    color: #fff;
    display: inline;
}

@media (min-width: 480px) and (max-width: 510px) {
    header .navbar-brand .navbar-logo img {
        width: 100%; /* Optimize: Added this width for mobile  */
        max-width: 270px;
        height: 75px; /* Optimize: Added this height for mobile  */
    }
}
@media (max-width: 575.98px) {
    .form-control {
        height: 3rem;
    }
    p {
        font-size: 0.875rem;
    }
    .h5,
    h5 {
        font-size: 1rem;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-logo img {
        max-width: 74%;
    }
    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .over-map-cont ul li {
        font-size: 1rem;
    }
    .location-wrapper .col-instagram {
        display: none !important;
    }
    #over_map {
        position: relative;
        top: 100%;
        left: 0;
        box-shadow: none;
    }
    .over-map-cont {
        padding: 6px 15px 18px;
    }
    .over-map-cont ul li span {
        font-size: 1rem;
    }
    #map_canvas {
        height: 200px;
    }
    section {
        padding: 0.5rem 0;
    }
    .btn-primary {
        display: block;
        min-width: 150px;
    }
    .product-wrap.text-center {
        text-align: left !important;
    }
    .members-wrapper .cart-group,
    .members-wrapper .new-price {
        display: none !important;
    }
    .caption-membersOnly {
        position: relative;
        opacity: 1;
    }
    .col {
        padding: 0 8px;
    }
    .card-img-overlay {
        position: relative;
        padding-bottom: 0;
    }
    .tips-wrapper .card-title {
        font-size: 1.125rem;
        font-weight: 700;
        color: #000 !important;
    }
    .tips-wrapper p {
        color: #000 !important;
        margin: 0;
    }
    .btn-read {
        position: relative;
        margin: 1.25rem 0 0;
    }
    .flash-product {
        padding: 0;
    }
    .price-col .new-price {
        margin-right: 0;
    }
    .flash-product .new-price,
    .product-cart h2,
    .product-cart h3,
    .small-text,
    .time {
        padding: 0 0.5rem;
    }
    .old-price span {
        right: 42%;
    }
    .banner_area {
        margin-top: 45px;
    }
    .banner_area nav {
        top: -56px;
    }
    .home.page-template .banner-caption h2,
    .banner_area .banner_inner .banner_content h2 {
        font-size: 24px;
        font-weight: 700;
    }
    .banner_area {
        min-height: 140px;
    }
    .product-sorting-contianer {
        position: relative;
    }
    .product-sorting-contianer .product-sorting {
        width: 100%;
    }
    .product-sorting label {
        display: block;
        margin: 0 15px 20px;
    }
    .product-sorting select {
        width: 100%;
        height: 45px;
        background-position-x: 99%;
        background-position-y: 10px;
    }
    .product-sorting-contianer .pagination-wrap {
        position: absolute;
        top: 0;
        right: 0;
    }
    .f-col {
        padding: 0;
    }
    #over_map {
        width: 100%;
    }
    .card-articles .card-title {
        position: relative;
        left: 0;
    }
    .product-detail-wrap {
        margin-bottom: 1rem !important;
    }
    .product-description {
        padding-top: 15px;
        margin-top: 8px;
    }
    .product-specs ul span {
        width: 50%;
    }
    .product-detail-wrap h2 {
        font-size: 20px;
    }
    .product-price .new-price {
        font-size: 1.875rem;
    }
    .product-offers {
        margin-bottom: 1rem !important;
    }
    .product-available {
        margin-bottom: 0 !important;
    }
    .product-specs ul p,
    .product-specs ul span {
        font-size: 14px;
    }
    .product-available ul {
        min-width: 276px;
    }
    .product-large-thumb img {
        max-height: 323px;
    }
    .checkout-cart:before {
        right: 22.5%;
    }
    .product-available p {
        padding-right: 0;
    }
    .cart-total .cart-empty {
        min-height: 215px;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    .cart-total .cart-empty h3 {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }
    .cart-total .cart-empty li {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .checkout-cart.cart-total ul.cart-empty li {
        margin: 0;
    }
    .heading {
        font-size: 1.25rem;
        text-align: center;
    }
    .form .forgot-psw {
        text-align: center;
    }
    .button-group {
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: 5px;
    }
    .signup-form h5 {
        text-align: center;
    }
    .tag {
        position: static;
        margin: 0 auto 20px;
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 37px;
    }
    .form-tabs .btn {
        display: block;
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    .form-tabs {
        margin-bottom: 5px;
        display: block !important;
    }
    .signup-form {
        border: 1px solid #186ea0;
        padding: 1rem 0.5rem;
    }
    p.note {
        text-align: center;
    }
    .inner-content h4 {
        font-size: 1.125rem;
        font-weight: 700;
    }
    .inner-content p {
        font-size: 1rem;
    }
    .color-white .breadcrumb-item,
    .color-white .breadcrumb-item a {
        color: #000;
    }
    .color-white .breadcrumb-item + .breadcrumb-item::before {
        color: #000;
    }
    .favesPopup .modal-body {
        width: 100%;
    }
    .brand-name a {
        font-size: 20px;
    }
    .btn-confirm {
        min-width: 100%;
    }
    .events-wrapper .card-events p {
        margin-bottom: 1rem;
        font-size: 0.875rem;
    }
    .events-wrapper .card-img-overlay {
        text-align: center;
    }
    .events-wrapper .button-black {
        background: #fff;
        color: #000;
        font-size: 1.125rem !important;
        font-weight: 500;
    }
    .col-eventDetail {
        text-align: left;
    }
    .events-wrapper {
        margin-top: 0;
    }
    .event-detail li {
        margin-bottom: 15px;
    }
    .event-detail li p,
    .event-detail li span {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .login-form .btn-primary:first-child {
        margin-right: -5px;
    }
    .custom-control-label {
        line-height: 20px;
    }
    .custom-radio.custom-control-inline {
        margin: 5px 0 14px !important;
    }
    .banner-subheading {
        font-size: 18px;
    }
    .banner-caption p {
        ont-size: 16px;
    }
    .seeAll-btn .btn.btn-link {
        font-size: 0.875rem;
    }
    .banner-caption {
        padding: 12px 15px 0;
    }
    .inner-content.member-wrap p {
        font-size: 16px;
    }
    .events-wrapper .card-title {
        font-size: 1rem;
        font-weight: 500;
    }
    .events-wrapper .btn-read {
        margin: 1.25rem auto 0;
        max-width: 200px;
    }
    .events-wrapper .card-events p.card-body {
        margin-bottom: 0;
    }
    .brand-name a {
        font-size: 1.25rem;
    }
    .your-req p {
        text-align: center;
    }
    .hire_wrap .drink-verity {
        margin-top: 0;
    }
    .hire_wrap .tag {
        margin: 0 auto 10px;
    }
    .hire_wrap .your-req p {
        font-size: 18px;
        color: #000;
        margin-bottom: 8px;
    }
    .blog-portfolio .text-box {
        padding: 22px 30px 5px 30px;
    }
    .blog-detail-wrap h4 {
        font-size: 1.125rem;
    }
    #addCartMsg {
        display: block;
        clear: both;
    }
    .product-detail-wrap .product-price .new-price sup {
        font-size: 1.2rem;
        top: 12px;
        right: -2rem;
        
    }
    .product-detail-wrap .product-price .old-price span {
        font-size: 15px;
        top: 8px;
        right: 74px;
    }
    .product-available h5 {
        font-size: 1.3rem;
    }
    .card-articles .card-title {
        font-size: 16px;
    }
    .social-icons-small a {
        font-size: 14px;
        line-height: 22px;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }
    .accordion-menu ul li a {
        font-size: 16px;
    }
    .banner .carousel-indicators {
        bottom: 0;
    }
    .banner .carousel-caption .btn {
        line-height: 45px !important;
    }
    .btn {
        font-size: 1rem !important;
    }
    .member-wrap .custom-radio.custom-control-inline {
        margin-bottom: 0 !important;
    }
    .events-wrapper .tips-wrapper .card-tips {
        font-size: 0.875rem;
    }
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 10px;
    }
    .col-lg-3.col-md-6.col-sm-12.col-xs-12.hide-on-mob-banner {
        display: none;
    }
    .carousel-caption.d-md-block.new-bottel-view {
        height: 96%;
        width: 400px;
        width: 100% !important;
    }
    .form-control {
        font-size: 12px;
    }
    img.d-block.hom-ban-height {
        min-height: auto !important;
    }
    .cart-body .totalCart-detail .cart-promocode-field {
        max-width: 60%;
    }
    .user-login-form.already-member .member-col {
        padding: 0;
    }
    .platinum-card {
        left: 0;
        top: 0;
        width: 65px;
        height: 48px;
        transform: rotate(-8deg);
        margin-top: -14px;
    }
    .user-login-form.member-login-card h5 {
        margin-bottom: 1.5rem;
    }
    .create-new-account a,
    .forgot a,
    .user-login-form h5 {
        font-size: 1rem;
    }
    .member-login-card .membership-card li {
        font-size: 16px;
    }
    .membership-card {
        min-height: auto;
    }
    .card-body {
        padding: 1.25rem 0 0 0;
    }
    .user-login-form .btn-primary {
        width: 100px;
        min-width: 125px !important;
    }
    .product-detail-right .threeCartBtn .cart-btn-box {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .cart-btn-box .btn-cart {
        font-size: 10px !important;
    }
    .carousel-item .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .testing_icon.center_icn {
        left: 39.5%;
    }
    .col-md-7.ml-sm-5 {
        padding: 0 !important;
    }
    .login-form .btn-primary {
        min-width: auto;
    }
    .search-sorry-content,
    .search-try-content {
        width: 94% !important;
        font-size: 16px !important;
    }
}
@media (max-width: 480px) {
    .collection-logo img {
        width: 75px;
    }
    header .navbar-brand .navbar-logo img {
        width: 100%; /* Optimize: Added this width for mobile  */
        max-width: 220px;
        height: 75px; /* Optimize: Added this height for mobile  */
    }
    header .navbar-brand {
        padding-bottom: 0;
    }
    .liberty-left-click,
    .liberty-right-click {
        top: 30px;
    }
}
@media (max-width: 420px) {
    .available-note {
        left: 34px;
        padding: 10px 10px;
        width: 180px;
    }
    .product-available ul li:nth-child(3) .available-note {
        left: -85px;
        top: 35px;
    }
    .product-available ul li:nth-child(3) .available-note:before {
        left: calc(50% - 9px);
        top: -14px;
        transform: rotate(90deg);
    }
    .col-cart h3 {
        font-size: 1.4rem;
    }
    .cart-total.col-cart ul li img {
        max-height: 60px;
    }
    .cart-total.col-cart .title {
        vertical-align: top;
        min-width: 138px;
    }
    .cart-total.col-cart .cartButtons {
        width: 60%;
    }
    .cart-total.col-cart .cart-btn-box input {
        width: 77px;
    }
    .cart-total.col-cart .subTotal {
        vertical-align: text-top;
        width: auto;
    }
    .cart-total.col-cart .subTotal {
        margin-top: 12px;
    }
    .about-banner {
        background: url(../images/about-banner-mobile.jpg) no-repeat center center;
    }
    .map-desktop-hide {
        display: block !important;
    }
    .map-mobile-hide {
        display: none !important;
    }
    .blog-portfolio .column {
        max-width: 100%;
        flex: 100%;
    }
    .inner-page.page-not-found .text-blue {
        font-size: 1.5rem;
    }
    .product-detail-right .cart-btn-box {
        width: calc(100% - 0px);
    }
    .product-detail-right:last-child .cart-btn-box {
        margin-right: 0;
    }
    .product-detail-right .cart-btn-box input {
        width: 67%;
    }
    #cart-list .cart-total .cart-btn-box input {
        width: 46%;
    }
    .product-detail-right .cart-btn-box .btn-cart {
        width: 5.5rem;
    }
    .cart-nav .checkout-cart {
        width: 295px;
        min-width: 250px;
    }
    .cart-nav .cart-total .cart-btn-box input {
        width: 47%;
    }
    .user-login-form {
        padding: 25px 20px;
    }
    .checkout-cart.cart-total ul li {
        float: none !important;
    }
    .product-available h5 {
        font-size: 0.9rem;
    }
    .pro-quantity {
        bottom: 4px;
        font-size: 11px;
        right: -60px;
        letter-spacing: -0.05rem;
    }
    .flash-product .text-center img {
        height: 130px;
        margin: 4px 0 20px;
    }
    .cart-group .small-text,
    .cart-group .time {
        text-align: left;
    }
    .flash-product .price-wrap {
        margin-bottom: 0 !important;
    }
    .product-description-wrap .product-description {
        padding-left: 0;
        padding-right: 0;
    }
    .product-description-wrap .product-description .col-description {
        padding: 0 15px;
    }
    li.subTotal.text-right.order-md-last.set-price-left {
        margin-left: 70px;
    }
    .dashboard .title-logout-btn .btn-outline-info {
        width: 100%;
    }
    .flash-product .cart-group .small-text,
    .flash-product .cart-group .time {
        text-align: center;
    }
    .testing_icon.center_icn {
        left: 35.5%;
    }
    .blog-portfolio .text-box { min-height: 110px; }
}
@media (min-width: 380px) and (max-width: 411px) {
    #checkout-detail-list input#promocode_field {
        width: 242px !important;
    }
}
@media (max-width: 375px) {
    .cart-body .totalCart-detail .cart-promocode-field {
        max-width: 60%;
    }
    #checkout-detail-list input#promocode_field {
        width: 212px !important;
    }
    .liberty-right-click {
        right: 0px;
    }
    .liberty-left-click {
        left: 0px;
    }
    .banner_area .banner_inner .banner_content h2 {
        font-size: 20px;
    }
    .testing_icon.center_icn {
        left: 35%;
    }
    .collection-logo img {
        width: 50px;
    }
    header .navbar-brand .navbar-logo img {
        width: 100%; /* Optimize: Added this width for mobile  */
        max-width: 220px;
        height: 75px; /* Optimize: Added this height for mobile  */
        margin-top: 0;
    }
    
}
@media (min-width: 340px) and (max-width: 376px) {
    header .navbar-brand .navbar-logo img {
        width: 100%; /* Optimize: Added this width for mobile  */
        max-width: 245px;
        height: 75px; /* Optimize: Added this height for mobile  */
    }
}
@media (min-width: 360px) {
    #checkout-detail-list input#promocode_field {
        width: 157px !important;
    }
}
@media (max-width: 350px) {
    .checkout-cart {
        width: 300px;
    }
    /*.cart-total {
        min-width: 300px;
    }*/
    .checkout-cart.cart-total ul li {
        margin: 0 2px;
    }
    .cart-total .cart-btn-box input {
        width: 65%;
    }
    .cart-total .cart-empty .btn {
        width: 100%;
    }
    .checkout-cart:before {
        right: 20%;
    }
    .cart-total .title {
        min-width: 140px;
    }
    .cart-total h2 {
        font-size: 14px;
    }
    .capcha-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    li.subTotal.text-right.order-md-last.set-price-left {
        margin-left: 70px;
    }
    .cart-body .totalCart-detail .cart-promocode-field {
        max-width: 156px;
    }
    #checkout-detail-list input#promocode_field {
        width: 198px !important;
    }
}
@media (max-width: 320px) {
    .banner_area .banner_inner .banner_content h2 {
        font-size: 18px;
    }
    .product-detail-right .cart-btn-box input {
        width: 55% !important;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.banner .carousel-item a:first-child {
    width: 100%;
    height: auto;
    float: left;
}
.banner .carousel-caption {
    width: 40% !important;
    height: auto;
    float: left;
}
@media (max-width: 992px) {
    .banner .banner .banner-btn {
        font-size: 1rem !important;
    }
}
@media (max-width: 767px) {
    .banner .carousel-item a,
    .carousel-caption {
        width: 100% !important;
    }
    .banner .carousel-item a {
        padding: 2px 2% !important;
    }
    .title-logout-btn h2 { line-height: 26px; font-size: 20px; }
    .cart-total { min-width: unset; }
}
.product-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testing_icon {
    width: 90px;
    height: 90px;
    float: left;
    position: absolute;
}
.testing_icon.badge_icon {
    width: 110px !important;
    height: 110px !important;
}
.testing_icon.center_icn {
    width: 82px;
    height: 82px;
}
.badge_center {
    top: 70px;
    left: 30%;
}
.top_icn {
    top: 1px;
    left: 1px;
}

.top_icn.badge_icon__padding {
    top: 10px;
    left: 10px;
}

.bottom_icn {
    top: 150px;
    left: 15px;
}
.center_icn {
    top: 70px;
    left: 32%;
}
.search-sorry-content {
    font-weight: 700;
}
.search-sorry-content span {
    color: #186ea0;
    font-size: 21px;
}
.search-sorry-content,
.search-try-content {
    margin: 25px auto;
    width: 52%;
    text-align: center;
    font-size: 18px;
}
.search-try-content {
    color: #6d6d6d;
}


span.christmas-gift {  
    position: absolute;   
    bottom: 0;
    font-size: 12px;
    line-height: 15px;
    right: -85px;
    font-weight: 600;
    color: #afafaf;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item .col-sm-12,
    .row-eq-height .col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .carousel-inner .carousel-item .col-sm-12:nth-child(odd),
    .row-eq-height .col-sm-12:nth-child(odd) {
        padding-right: 3px;
        padding-left: 0;
    }
    .carousel-inner .carousel-item .col-sm-12:nth-child(even),
    .row-eq-height .col-sm-12:nth-child(even) {
        padding-left: 3px;
        padding-right: 0;
    }
    .carousel-inner .carousel-item .pr-list:nth-child(odd),
    .row-eq-height .col-sm-12:nth-child(odd) {
        padding-left: 11px;
    }
    .carousel-inner .carousel-item .pr-list:nth-child(even),
    .row-eq-height .col-sm-12:nth-child(even) {
        padding-right: 11px;
    }
    .platinumMemberOffer .btn-primary {
        min-width: auto !important;
    }
    .product-wrap .sub-heading {
        font-size: 16px;
    }
    .pro-quantity,
    .christmas-gift {
        display: block;
        position: static !important;
        letter-spacing: 0;
    }
    .platinum-btn-wrap:after {
        width: 42px !important;
        left: -10px;
    }
    .btn,
    .btn-primary {
        line-height: 35px;
        font-size: 0.8rem !important;
    }
    .cstm-6-buyNow{
        line-height: unset !important;
    }
    .new-price {
        font-size: 1.5rem;
    }
    .new-price sup {
        right: -25px;
        top: 12px
        font-size: 1rem;
    }
    .product-wrap h6 {
        margin-bottom: 15px;
    }
    .testing_icon {
        width: 65px;
        height: 65px;
    }
    .product-wrap.text-center {
        height: 94%;
    }
    .button-added .btn-cart {
        max-width: 31px !important;
    }
    .product-wrap .product-img {
        min-height: 170px;
        height: 150px;
    }
    .product-wrap h6 {
        font-size: 1.2rem;
        margin-bottom: 5px;
        word-break: unset;
    }
}
@media (max-width: 400px) {
    .btn,
    .btn-primary {
        line-height: 35px;
        font-size: 0.7rem !important;
    }
    .button-added .btn-cart {
        max-width: 20px !important;
    }
}
.flash_item_border {
    border: 5px solid #ffd549;
}
.flash_item_img {
    padding: 0 1.5rem 0;
    margin-top: -45px;
}
.flash_item_img a.first-left h3 {
    position: absolute;
    left: 1%;
    top: 15%;
    font-size: 17px;
    color: #fc2712;
    padding: 0.2rem 1rem 0.875rem;
}
a.first-right h3 {
    position: absolute;
    top: 15%;
    font-size: 17px;
    right: 1%;
    color: #fc2712;
    padding: 0.2rem 1rem 0.875rem;
}
a.flash--sale-color {
    z-index: 0;
    position: inherit;
}
a.flash--sale-color h3 {
    color: #fed64a;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: -25px;
}
@media (min-width: 1023px) and (max-width: 1025px) {
    .flash_item_img a.first-left h3 {
        font-size: 15px;
        text-align: center;
    }
    a.first-right h3 {
        font-size: 15px;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    a.flash--sale-color h3 {
        font-size: 18px;
        text-align: center;
    }
    .product-img a.first-left h3 {
        position: absolute;
        left: 1%;
        top: 12%;
        font-size: 10px;
        color: #fc2712;
    }
    a.first-right h3 {
        position: absolute;
        top: 12%;
        font-size: 10px;
        right: 1%;
        color: #fc2712;
    }
    .product-wrap .product-img img {
        max-height: 145px;
    }
}
@media (min-width: 411px) and (max-width: 550px) {
    a.flash--sale-color h3 {
        font-size: 22px;
        text-align: center;
    }
    .product-img a.first-left h3 {
        position: absolute;
        left: 1%;
        top: 12%;
        font-size: 13px;
        color: #fc2712;
    }
    a.first-right h3 {
        position: absolute;
        top: 12%;
        font-size: 13px;
        right: 1%;
        color: #fc2712;
    }
    .product-wrap .product-img img {
        max-height: 145px;
    }
}
@media (min-width: 320px) and (max-width: 350px) {
    a.flash--sale-color h3 {
        font-size: 15px;
        text-align: center;
    }
    .product-img a.first-left h3 {
        position: absolute;
        left: 1%;
        top: 12%;
        font-size: 8px;
        color: #fc2712;
    }
    a.first-right h3 {
        position: absolute;
        top: 12%;
        font-size: 8px;
        right: 1%;
        color: #fc2712;
    }
    .price-col .new-price {
        margin-right: 20px;
    }
    .product-wrap .product-img img {
        max-height: 145px;
    }
}
@media (min-width: 768px) and (max-width: 1022px) {
    a.flash--sale-color h3 {
        font-size: 31px;
        text-align: center;
    }
    .product-img a.first-left h3 {
        position: absolute;
        left: 1%;
        top: 12%;
        font-size: 16px;
        color: #fc2712;
    }
    a.first-right h3 {
        position: absolute;
        top: 12%;
        font-size: 16px;
        right: 1%;
        color: #fc2712;
    }
}
@media (min-width: 768px) and (max-width: 865px) {
    img.logo {
        height: 75px;
        max-width: 500px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .product-img a img.default-img {
        height: 120px;
    }
    #maxField,
    #minField {
        border: none;
        background: 0 0;
    }
    .product-wrap .award-winning-tag img {
        border-radius: 50%;
        width: 100%;
    }
    .flash-note {
        margin-top: -32px;
        color: red;
        font-weight: 400;
        font-size: 12px;
    }
    .loading {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .loading:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
        background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    }
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }
    .loading:not(:required):after {
        content: "";
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 1.5s infinite linear;
        -moz-animation: spinner 1.5s infinite linear;
        -ms-animation: spinner 1.5s infinite linear;
        -o-animation: spinner 1.5s infinite linear;
        animation: spinner 1.5s infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
            rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
            rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    }
    .row.row-eq-height.no-spac-banner .col-lg-3.col-md-6.col-6.col {
        padding: 0;
    }
    .carousel-caption.d-md-block.new-bottel-view {
        height: 96%;
        width: 400px;
    }
    .row.row-eq-height.no-spac-banner .col-lg-3.col-md-6.col-6.col {
        flex: 0 0 25%;
        max-width: 22%;
    }
    .carousel-caption.d-md-block h5 {
        height: 130px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 5% !important;
    }
    .no-spac-banner .sub-heading {
        max-height: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .flashCarausel .carousel-control-prev {
        left: 30px;
        top: 35px;
    }
    .flashCarausel .carousel-control-next {
        right: 30px;
        top: 35px;
    }
    .flash-product .pro-quantity {
        right: -130px;
    }
    .flash-product.row {
        margin-bottom: 20px !important;
    }
    .product-sorting label {
        margin-right: 0;
    }
    .totalCart-detail .btn {
        min-width: 88px;
    }
    .totalCart-detail .form-control {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .totalCart-detail .btn-success {
        background: #ffdc5a;
        border-color: #ffdc5a;
        color: #000;
    }
    .totalCart-detail .btn-success:hover {
        background: #eac539;
        border-color: #eac539;
    }
    .totalCart-detail .btn-danger {
        background: 0 0;
        border-color: #6c757d;
        color: #6c757d;
    }
    .totalCart-detail .btn-danger:hover {
        background: #6c757d;
        border-color: #6c757d;
        color: #fff;
    }
    .totalCart-detail .text-success {
        top: 8px;
        font-size: 12px;
    }
    .button-added .increase-qty {
        max-width: 80px;
    }
    .button-added .btn-cart {
        max-width: 50px;
    }
    .help-block {
        color: red !important;
    }
    .pointer {
        cursor: pointer;
    }
    .cart-btn-box {
        margin-bottom: 8px;
    }
    .half-width {
        width: 55% !important;
    }
    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .regular-member-signup-btn {
        margin-top: 50px !important;
        display: inline-block;
    }
}
div#home-member-offers {
    display: block;
    width: 100%;
}
.ring-container {
    margin-right: 8px;
    position: relative;
    /*right: 45px;
    top: 6px;*/
}

.pulsatecircle {
    width: 10px;
    height: 10px;
    background-color: #dc143c;
    border-radius: 50%;
}

.pulsatering {
    border: 3px solid #dc143c;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
.pulsate-link {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .pulsate-link {
        margin-left: -20px;
    }
    .contact-information {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .col-lg-6.col-sm-12.col-md-6.text-center.mb-3.mbl-flwidth {
        width: 100%;
        flex: unset !important;
        max-width: unset;
        padding-right: 10px;
    }
    #map-wrapper {  margin-bottom: 20px; }
    #map-wrapper img { width: 100%; }
    .added-cart-popup .modal-footer { justify-content: space-between !important; }

    .empty-price {
        padding-bottom: 0px !important;   
    }
}

.card-img-overlay {
    background: rgba(0,0,0,.4);
}
.events-carousel.owl-carousel .owl-item img {
    width: 100%;
    height: 100% !important;
    min-height: 318px;
    max-height: 318px;
    object-fit: cover;
}

.card-img-overlay {
    background: rgba(0,0,0,.2);
}
.single-post .card-img-overlay h4 {
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.single-post img.card-img-top {
    width: 100%;
    height: 100% !important;
    min-height: 318px;
    max-height: 318px;
    object-fit: cover;
}

/*slogan*/
.slogan {
    /* border-bottom: 60px solid #dc143c; */
    /* border-left: 60px solid transparent; */
    /* border-right: 60px solid transparent; */
    background-color: #dc143c;
    background: #dc143c;
    min-height: 50px;
    content: "";
    /* height: 0; */
    position: absolute;
    right: -79px;
    text-align: center;
    top: 40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 290px;
    z-index: 2;
    -moz-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    display: flex;
}

.slogan-largeImage{
   /* border-bottom: 60px solid #dc143c;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;*/
    background-color: #dc143c;
    background: #dc143c;
    min-height: 50px;
    content: "";
   /* height: 0;*/
    position: absolute;
    right: -57px;
    text-align: center;
    top: 33px;
    transform: rotate(
45deg
 );
    -webkit-transform: rotate(
45deg


 );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 240px;
    z-index: 2;
}

.slogan-text {
    font-size: 14px!important;
    font-weight: 700;
    padding: 10px 0;
    color: #fff;
    margin: auto;
    /* position: absolute; */
    /* right: 10px; */
    /* height: 60px; */
    display: flex;
    align-items: center;
    text-transform: uppercase !important;
    width: 100%;
    max-width: 140px;
    justify-content: center;
}

.slogan-text-center {
    font-size: 14px!important;
    line-height: 17px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    margin: 0;
    max-width: 50em;
    margin: 0 auto;
    -webkit-transform: rotate(0deg );
    text-transform: uppercase !important;
}

.slogan-largeImage-center {
    background: #dc143c;
    position: absolute;
    top: 250px;
    -webkit-transform: rotate(
-30deg
);
    z-index: 2;
    -moz-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    transform: skewY(
-11deg
);
}

.slogan-center {
    content: "";
    position: absolute;
    top: 190px;
    -webkit-transform: rotate(-30deg);  
    z-index: 2;
    -moz-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 5px 0px rgb(0 0 0 / 10%);
    transform: skewY(-11deg);
    background: #dc143c;
   
}

@media only screen and (max-width: 576px) {
    .card-img-overlay { background: unset; }
    .single-post .card-img-overlay h4 { color: #000; min-height: 80px; }
    .empty-price {
        padding-bottom: 0px !important;  
    }
}

@media only screen and (max-width: 400px) {
    .card-img-overlay { background: unset; }
    .single-post .card-img-overlay h4 { color: #000; min-height: 80px; }
    a.manage-address { float: none; display: block; margin-top: 10px; }
    .empty-price {
        padding-bottom: 0px !important;  
    }
}


/*div#navbar {
    overflow: hidden;
}*/
@media (max-width: 850px) and (min-width: 768px) {
    /*.user-nav, .cart-nav { display: flex; align-items: center; }*/
    a.nav-link.btn.btn-black { padding: 10px !important; }
    .ll-menu { margin: 7px; }
    ul.navbar-nav.justify-content-center.mobile-nav { padding-top: 15px; }
}
@media (min-width: 1199.99px) {
    .banner {
        padding-top: 0px !important;
        /*padding-bottom: 0px !important;*/
    }
/*    .carousel-inner.only-for-home-banner .carousel-item {
        height: 350px;
        background: transparent;
    }
    img.d-block.hom-ban-height {
        min-height: 300px;
        height: 300px;
        margin: 0 auto;
    }*/
}
@media (max-width: 1199.98px) {
    .carousel-inner.only-for-home-banner .carousel-item {
        height: unset !important;
    }
    img.d-block.hom-ban-height { min-height: unset !important; }
}
button.btn.search-input-btn img {
    max-width: 30px;
}
header img.cart.mobile-hide {
    max-width: 25px;
}
header img.cart {
    max-width: 22px;
}
header img.mobile-hide {
    max-width: 25px;
}
header img.desktop-hide {
    max-width: 25px;
    height: 25px;
}
.cart-nav a.nav-link.btn.btn-black, .user-nav a.nav-link.btn.btn-black {
    border: 1px solid #186ea0;
    border-radius: 0;
    background: #186ea0;
    padding: 6px 0.875rem !important;
    line-height: 1;
    position: relative;
    top: 10px;
}
.user-nav a.nav-link.btn.btn-black {
    margin-right: 10px;
}

.popup-related {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    text-align: initial;
}

.related-prdts { display: flex; }
.popup-related li.cart-image { 
    margin: 0 10px;
    vertical-align: middle;
    padding: 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-right: 8px;
}

.popup-img {
    max-height: 60px;
    vertical-align: middle;
    max-width: 100%;
    border-style: none;
}
.modal-body h2{
    font-size: 0.8rem !important;
}

li.pop-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
li.pop-title span.d-block {
    margin-right: 10px;
}
.add-to-span{
    color: #ff0000;
    font-size: 14px;
    line-height: 15px;
}

.added-cart-popup .btn-primary.continue-shopping {
    background: #1C6EA0;
    color: #fff;
}

@media (max-width: 420px) {
    .added-cart-popup .btn-primary {
        min-width: unset;
        white-space: normal;
        line-height: 15px !important;
    }
    .popup-related li.cart-image { width: 100%; }
    .empty-price {
         padding-bottom: 0px !important; 
    }
}

.craftbeer{
    border: 1px solid #186ea0;
}

.category-menu .navbar-nav .nav-item.tech > a { border-bottom: 4px solid #0e4667; }

.firstchild-rmv a.dropdown-item:first-child { display: none !important; }

.empty-price {
    display: block;
    position: relative;
    min-width: 100px;
    padding-bottom: 30px;
}

/*NEW MOBILE MENU STYLING*/
.menu-row {
    max-width: 1000px;
    padding: 25px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
  }
  .menu-row .menu-info {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .menu-row .menu-info h1 {
    margin: 0 0 20px;
    font-size: 30px;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul li {
    font-size: 18px;
  }
  ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    transition: 350ms all;
  }
  .inner-page p a:hover,
  .single .inner-page ul li a:hover,
  ul li a:hover {
    color: #ffe400;
  }
  .inner-page p a,
  .single .inner-page ul li a {
    color: #007bff;
    transition: 350ms all;
  }
  
  .menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #2e58d0;
    position: relative;
  }
  .menu-box .logo {
    max-width: 140px;
  }
  .menu-box .logo img {
    width: 100%;
  }
  
  .menu {
    display: flex;
    flex-wrap: wrap;
  }
  
  .menu li {
    margin-right: 25px;
  }

  @media only screen and (max-width: 768px) {
    #menu_trigger {
        width: 30px;
        display: block;
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
    #menu_trigger .menulines {
      margin-top: 10px;
      position: relative;
      display: block;
    }
    #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
      content: "";
      height: 3px;
      width: 30px;
      background: #ffffff;
    }
    #menu_trigger .menulines:before, #menu_trigger .menulines:after {
      position: absolute;
      left: 0;
    }
    #menu_trigger .menulines:before {
      top: -9px;
    }
    #menu_trigger .menulines:after {
      top: 9px;
    }
  
    .mobile-menu {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 88px;
      background: #186ea0;
      overflow: hidden;
      z-index: 99999999;
    }
    .mobile-menu ul {
      transition: 350ms all;
      display: block;
        background: #186ea0;
        overflow: hidden;
        z-index: 99999999;
    }
    .mobile-menu li {
      margin: 0;
      border-bottom: 1px solid rgba(255,255,255,0.4);
      font-size: 16px;
    }
    .mobile-menu li a {
      color: #ffffff;
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 14px;
    }
    .mobile-menu li a:hover {
      color: #ff5252;
    }
    .mobile-menu li a .navtrigger {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 30px;
      background: #3d3d3d;
      border: 1px solid #404040;
    }
    .mobile-menu li a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      height: 10px;
      width: 10px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mobile-menu li a.cats-open:before {
        content: "";
        transform: translate(-50%, -50%) rotate(45deg);
    }
    a.categories-trigger.cats-open {
        color: #fff !important;
        text-decoration: none;
    }
    .mobile-menu li a:hover {
        color: #fff;
        text-decoration: none;
    }
    .mobile-menu li .submenu {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      background: #186ea0;
      height: 100%;
      transition: 350ms all;
      z-index: 1;
      padding: 10px;
    }
    .mobile-menu li .submenu li {
      font-size: 14px;
    }
    .mobile-menu li .submenu .backmenu-row {
      position: relative;
      padding: 6px;
      padding-left: 50px;
      background: #186ea0;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
    }
    .mobile-menu li .submenu .backmenu-row .back-trigger {
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 36px;
      display: block;
      background: #256b94;
      border: 1px solid #337ba5;
    }
    .mobile-menu li .submenu .backmenu-row .back-trigger:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 8px;
      width: 8px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: translate(-50%, -50%) rotate(135deg);
    }
    .mobile-menu li .submenu .backmenu-row em {
      font-style: normal;
      color: #ffffff;
    }
    .mobile-menu li.sub-open > .submenu {
      left: 0;
    }
    li.nav-item.cart-nav {
        display: none;
    }
    .ll-mbl-menu_home img, .user-nav img {
        max-width: 25px;
        margin-right: 10px;
    }
  }
  @media only screen and (max-width: 768px) {
    nav#menu, .hide-768 { display: none !important; }
    li.nav-item.user-nav {
        display: none;
    }
    .mbl-cart-srch {
        display: flex;
        margin: 3px 4px 0 4px;
    }
  }

  .ll-mbl-menu .user-nav { 
    position: unset; 
    top: unset; 
    background: #186ea0;
    display: flex;
    align-items: center;
    padding: 10px !important;
    flex-basis: 50%;
}
.ll-mbl-menu .user-nav span { 
    color: #fff;
    text-transform: uppercase;
}
a.ll-mbl-menu_offers {
    color: #186ea0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: #f5eb00;
    border: 1px solid #186ea0;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 3px;
    flex-basis: 20%;
    justify-content: center;
}
.ll-mbl-menu_home {
    color: #186ea0;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #186ea0;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 3px;
    flex-basis: 20%;
}

div#mainmenu { 
    padding: 4px 10px;
    background: #186ea0;
    margin-right: 3px;
    flex-basis: 10%;
    display: flex;
    justify-content: center;
    min-height: 40px;
}

.ll-mbl-menu { margin: 0 4px; }
.mbl-cart-srch .new-catalouge-btn a.mobileCart {
    background: #186ea0;
    padding: 8px;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.mbl-cart-srch .row.new-catalouge.mt-1.mb-3.desktop-hide {
    width: 100%;
    margin: 0;
}
.ll-mbl-search {
    width: 100%;
    margin-right: 3px;
}
.mbl-cart-srch .desktop-hide.new-catalouge-btn {
    flex-basis: 15%;
}
.mbl-cart-srch .search-form input {
    border-width: 4px;
}
a#champagnesparkling br { display: contents; }
span.mobileNav-subTitle { display: none; }
ul.mobile-nav { padding-top: 0; }

.mobile-menu li.nav-item a, a.categories-trigger {
    font-weight: 500;
}
.user-nav .cart-total {
    min-width: 280px;
    width: 100%;
    max-width: 320px;
    left: unset;
    right: 0;
    z-index: 9999;
}
.user-nav a.member-trig {
    display: block;
    width: 100%;
    text-decoration: none;
}
span.floating-label.freeze {
    color: #000;
}
.ll-mbl-menu form#loginForm { padding-bottom: 0; }
.mobile-menu img.hide-dsktp, .categories-trigger img.hide-dsktp { margin-right: 10px; }
.mobile-menu a.nav-link.ll-menu.letters.pulsate-link.ll-blogs { display: flex; margin: 0;}
.mobile-menu a.nav-link.ll-menu.whats-new.pulsate-link.ll-blogs { display: flex; margin: 0;}
.mobile-menu li.megamenu, .mobile-menu li.nomeg, .mobile-menu li.nav-item.craftbeer { padding-left: 50px; }
.mobile-menu a#craftbeer { font-weight: initial; }
@media only screen and (max-width: 440px) {
    .user-nav > a, .ll-mbl-menu_home, a.ll-mbl-menu_offers, div#mainmenu {
        font-size: 12px;
        padding: 6px;
    }
    .ll-mbl-menu_home img {
        /* max-width: unset; */
        margin-right: 3px;
    }
    .user-nav img {
        /* max-width: unset; */
        margin-right: 0px;
    }
    .user-nav > a {
        padding: 2px;
    }
    .ll-mbl-menu .user-nav {
        padding: 1px !important;
    }
    #menu_trigger .menulines { margin-top: 8px; }
    div#mainmenu { padding-top: 1px; }
    a.member-trig { padding: 1px; }
    .mobile-menu { top: 88px; }
    .slogan-text-center {text-align: center;font-size: 12px!important;}
    .slogan-text {font-size: 12px!important;}
    
}

@media only screen and (max-width: 768px) {
    .ll-mbl-menu { background:#fff; display:flex !important; position:relative }
    img.hide-dsktp { display: unset; }
    .hide-mbl { display: none !important;}
    .hidey { visibility: hidden; display: none;}
    .ll-cats-slide { display: none;}
    .search-form button.search-input-btn { padding: 6px; }
    .mbl-cart-srch .new-catalouge-btn a.mobileCart { padding: 3px; }
    .search-form input { height: calc(2rem + 10px); }
    span.cart-item {
        margin-left: -10px;
        margin-top: -10px;
    }
    .mbl-cart-srch img.cart {
        position: relative;
        top: -6px;
        max-width: 25px;
        width: 100%;
    }
    .ll-blogs img.hide-dsktp, 
    .ll-bam img.hide-dsktp, 
    .ll-events img.hide-dsktp, 
    .ll-hire img.hide-dsktp,
    .ll-contact img.hide-dsktp,
    .categories-trigger img,
    .bloglnk img {
        width: 100%;
        max-width: 25px;
    }
    button.btn.search-input-btn img {
        max-width: 25px;
    }
    a.nav-link.ll-menu.letters.pulsate-link {
        display: flex;
    }
    a.nav-link.ll-menu.whats-new.pulsate-link {
        display: flex;
    }
    a.nav-link.ll-menu.letters.pulsate-link {
        margin: 0;
    }
    a.nav-link.ll-menu.whats-new.pulsate-link {
        margin: 0;
    }
    a.nav-link.ll-menu {
        color: #fff;
        text-transform: uppercase;
        /*padding: 0;*/
    }
    .user-nav a.nav-link.ll-menu { padding: 0; }
    a.nav-link.ll-menu {
        display: flex;
        display: flex;
        align-items: center;
    }
    .ll-loggedin .mobile-menu {
        top: 88px;
    }

    .slogan {
        right: -57px;
        top: 36px;
        width: 260px;
    }

    .slogan-text {
        font-size: 13px;
        padding: 4px;
        height: 40px;
    }
    .slogan-center {top: 117px;}

    .mbl-cart-srch .desktop-hide.new-catalouge-btn {
        flex-basis: unset; 
        display: flex !important;
        width: 100%;

    }
    .ll-mbl-search {   
         width: unset; 
        margin-right: 3px;
        min-width: 80%;
    }
    .desktop-hide.new-catalouge-btn.catalogue-full-w { margin: 3px; }
    .desktop-hide.new-catalouge-btn.catalogue-full-w a.btn.btn-secondary.btn-lg { width: 100%; }
    .help-block {
        position: relative;
        top: 10px;
    }
    h1.joinUs-heading { margin-top: 10px; }
}

@media only screen and (max-width: 425px){
    .slogan-center {
        right: 12px;
        width: 80%;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

span.expiration.col-sm-2.col-4.mb-2.pr-0 { display: flex; justify-content: center; align-items: center; }

@media only screen and (min-width: 769px) {
    .ll-mbl-menu, img.hide-dsktp { display: none; }
}
@media only screen and (min-width: 441px) {
    .mobile-menu {
        top: 94px;
    }
    .ll-loggedin .mobile-menu {
        top: 96px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 992px){
    .navbar.manu-wrap .category-menu .navbar-nav .nav-link {padding: 1.5rem .5rem 1.3rem;}
}

@media only screen and (max-width: 580px) {
    .slogan-largeImage-center {top: 180px;}
    .slogan-text-center {
        padding: 12px 5px !important;
        text-align: center;
    }
    .slogan-center {
        border: none;
        background: #dc143c;
        height: auto;
        width: 80%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px) {
    .slogan {
        right: -70px;
        min-height: 40px;
    }
    div#record-list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.product-action.add-btn-parent {
    width: 100%;
}

/*FORCE PRODUCTS BUTTONS TO BOTTOM OF CARD*/
/*.cart-group.button-added {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.cart-group.button-add {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.product-action.add-btn-parent {
    padding-bottom: 60px;
}*/

/*custom button to add 6 or 12 to cart*/
.cart-btn-box.cstm-6-btn{
    border: 1px solid #186ea0;
    background: #fff;
    display: inline-block;
    min-height: 3rem;
    margin-right: 15px;
    width: 185px;
    float: left;
}

.cart-btn-box.cstm-6-btn.cart-btn-box--listing {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.cstm-6-buyNow {
    width: unset!important;
    flex-basis: 50%;
    height: unset;
    background: #186ea0 !important;
    font-size: 12px !important;
    color: #fff;
}

input.cstm-qty{
    width: unset;
    flex-basis: 50%;
}
form.cstm-add-cart{
    display: flex;
    align-items: center;
}

.joinus-pltinumMambers .joinus-container .image-thumb .btn.btn-primary {
    border: 3px solid #dc143c;
}
h1.joinUs-heading,
.joinus-pltinumMambers .joinus-content p,
.joinus-pltinumMambers .joinus-content p,
.joinus-pltinumMambers .joinus-content li {
    color: #dc143c;
}
.joinus-pltinumMambers .joinus-container {
    border: 8px solid #dc143c;
}
.cat-slider {
    width: 100%;
}
.cat-slider .banner_content {
    padding: 0px;
}
section.w-category-slider {
    position: relative;
    margin-bottom: 2rem;
}
section.w-category-slider:before {
    background: rgb(255 255 255 / 20%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.w-category-slider h2 {
    z-index: 999;
    position: relative;
    font-size: 48px;
}
@media (max-width: 575px) {
    .w-category-slider h2 { font-size: 20px; }
}
.cart-nav .cart-clear a {
    font-size: 12px;
    font-weight: 500;
}
.cart-nav .cart-clear a:hover {
    color: #000000;
}
#firstDiv  { order: 1; }
#secondDiv { order: 2; }

@media (max-width: 990px) {
    #firstDiv  { order: 2; }
    #secondDiv { order: 1; }
}
.blog-detail-wrap img {
    max-width: 100%;
    width: unset !important;
    height: auto;
}
/*.blog-detail-wrap > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.is-style-wide),*/
.blog-detail-wrap .wp-caption.aligncenter {
    max-width: 100%;
    width: unset !important;
}
.category-menu.fixed-header {
    position: fixed;
    top: 0;
    z-index: 9999;
}
p.view-cart-top {
    color: #353535;
    font-size: 13px;
    text-transform: unset;
    font-weight: initial;
    background: unset;
    width: 100%;
    text-align: right;
    font-weight: 900;
}
p.w2w-minicart.view-cart-top a {
    color: #236ea0;
    padding: 0;
}

p.w2w-minicart.view-cart-top a:hover {
    color: #000;
}

.blog-detail-wrap .row {
    align-items: center;
    justify-content: center;
}
#recent_orders_filter {
    display: none !important;
}
.dataTables_wrapper .dataTables_length {
    float: right !important;
}

table.dataTable#recent_orders thead th, table.dataTable#recent_orders thead td {
    padding: 8px 10px;
}
#cart_table .c-close {
    margin-left: 20px;
}

#cart_table .item-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 230px;
    width: 100%;
}

#cart_table .cart-image {
    padding: 0px;
    display: inline-block;
    width: 50px;
    text-align: center;
    border: 1px solid #186ea0;
    margin-right: 5px;
}

#cart_table .cart-image a {
    padding: 5px;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart_table .cart-image img {
    max-height: 50px;       
}

@media screen and (max-width: 768px) {
    #cart_table thead {
        display: none;
    }
    #cart_table .c-close {
        display: flex;
        text-align: right;
        justify-content: flex-start;
        align-items: center;
        margin-left: 0px;
    }
    #cart_table,
    #cart_table tbody,
    #cart_table tr,
    #cart_table td {
        display: block;
        width: 100%;
    }
    #cart_table tr {
        margin-bottom: 15px;
        position: relative;
    }
    #cart_table .item-details {
        flex-wrap: nowrap;
    }
    #cart_table .cart-close::after {
        content: attr(data-remove);
        display: inline-block;
        color: red;
        margin-left: 10px;
    }
    #cart_table td {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        height: 100%;
        position: relative;
    }
    #cart_table td:last-child {
        margin-bottom: 0px;
    }
    #cart_table td:first-child::before {
        display: none;
    }
    #cart_table td::before {
        content: attr(data-label);
        flex-basis: 30%;
        font-weight: 700;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        height: 100%;
    }
    #cart_table .cart-btn-box {
        display: flex;
        justify-content: space-between;
        max-width: 150px;
        width: 100%;
    }
    #cart_table .cart-btn-box .cart-btn {
        width: 25%;
    }
    #cart_table .cart-btn-box input {
        width: 50%;
    }
}
.text-black {
    color: #12100a;
    opacity: 1;
}

/*Age Gate CSS*/
.age-gate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background:  rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}
.age-gate.age-gate--disabled {
    display: none;
}
.age-gate .age-gate__wrapper {
    max-width: 500px;
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    border: 1px solid #959595;
    margin: 10px;
}
.age-gate .age-gate__liberty {
    max-width: 100%;
    height: 100%;
}
.age-gate .age-gate__liberty img {
    width: 100%;
    height: 55px;
    display: block;
}
.age-gate .age-gate__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: .4s all ease-in-out;
}
.age-gate .age-gate__content span {
    display: block;
    font-size: 30px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;

}
.age-gate .age-gate__content p.age-gate__error {
    display: none;
}
.age-gate .age-gate__content .button-group {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.age-gate .btn-primary {
    background: #ffdc5a;
    color: #000;
    min-width: 180px;
    font-weight: 500;
    min-height: 42px;
    line-height: 42px;
    font-size: 1rem;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    margin: 0;
}
.age-gate .btn-primary:hover {
    color: #ffdc5a;
    background: #fff;
    border: 1px solid #ffdc5a;
}

.age-gate .btn-secondary {
    background: transparent;
    color: #ffdc5a;
    border: 1px solid #ffdc5a;
}
.age-gate .btn-secondary:hover {
    background: #ffdc5a;
    color: #000;
}

@media screen and (max-width: 450px) {
    .age-gate .age-gate__content .button-group {
        flex-direction: column;
        gap: 10px;
    }
    .age-gate .btn {
        min-width: 100%;
        width: 100%;
    }
}

.shipping-policy-container ol {
    list-style: none;
}

.shipping-policy-container ol ol li {
    margin-bottom: 10px;
}

.shipping-policy-container ol ol li:before {
    content: attr(data-value);
}

.shipping-policy-container ol ol ul {
    margin-top: 10px;
    padding-left: 40px;
}

.shipping-policy-container ol ol ul li {
    margin-bottom: 5px;
    list-style: disc;
}

.shipping-policy-container ol ol ol {
    list-style-type: lower-alpha !important;
    padding-left: 40px;
}
.hire_wrap ol {
    padding-left: 15px;
}
.hire_wrap .image-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hire_wrap .image-section img {
    border: 1px solid #186ea0;
}

@media screen and (max-width: 991px) {
    .hire_wrap .image-section,
    .hire_wrap .image-section img {
        display: none;
    }
}

.form-col {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.form-col .form-col__inner {
    height: auto;
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 12px;
}
.form-col .form-col__inner.has-images {
    position: relative;
    background: #efefefef;
}
.form-col .form-col__inner.has-images img {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #186ea0;
}
.form-col .form-col__inner .signup-form:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .form-col {
        justify-content: center;
        align-items: center;
    }
    .form-col .form-col__inner {
        flex-basis: 80%;
    }
    .form-col .form-col__inner.has-images {
        display: none;
    }
    #hireForm .text-left {
        text-align: center !important;
    }
}

.new-catalouge-btn.hidden {
    display: none;
}

/* Product Edit Styling */
.product-edit {
    position: absolute;
    background: linear-gradient(transparent, white 10%);
    bottom: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .6s ease-in-out;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    gap: 10px;
    padding-top: 25px;
    transform-origin: bottom;
}

.product-edit.active {
    opacity: 1;
    z-index: 1111;
}

.product-edit .product-edit__description {
    text-align: center;
}
.product-edit .product-edit__description h6 {
    margin-top: 0px;
}
.product-edit .product-edit__description p {
    margin-bottom: 0px;
}

.product-edit .product-edit__buttons {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-edit .product-edit__buttons a {
    margin: 0;
}

.product-edit .product-edit__update .cart-btn-box {
    display: flex;
    width: 100%;
    margin: 0;
}
.product-edit .product-edit__update .cart-btn-box button {
    width: auto;
    flex: 1;
    float: none;
}
.product-edit .product-edit__update .cart-btn-box input {
    flex: 2;
}

/*Optimization*/
.tips-wrapper .col-lg-6.blog-posts {
    min-height: 382px;
}

@media screen and (max-width: 575px) {
    .tips-wrapper .col-lg-6.blog-posts {
        min-height: 542px;
    }
}

header .navbar-brand .navbar-logo {
    display: inline-block;
}

/*.testing_icon img {
    width: 100%;
    height: 100%;
}*/

.cart-btn-box .btn-cart img {
    width: 33px;
}

.top-bar {
  text-align: center;
  color: black;
  background: #FEDD5B;
  padding: 12px 10px;
}


.top-bar p {
  margin: 0;
  text-align: center;
  color: black;
  font-size: 16px;
}

.top-bar p a {
    color: black;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .col-eventDetail .event-detail + div {
        text-align: left !important;
    }
    .col-eventDetail .event-detail + div a {
        margin-bottom: 0px !important;
    }
}

.input-error {
    background: #f8dbdb;
    border-color: #f35d5d;
}

.required-fields {
    color: #f35d5d;
}

.navbar.manu-wrap .category-menu .navbar-nav .nav-item:last-child .nav-link:after {
    display: none;
}
 
.ring-container {
    display: none;
}
 
.nav-item .nav-link.show-special-dot .ring-container {
    display: block;
}

.category-menu > .container {
    max-width: 1400px;
}
