.inline-image {
    float: left; 
    padding: 0 15px 0 0;
}

@font-face {
	font-family: 'Conv_Cinzel-Regular';
	src: url('../fonts/Cinzel-Regular.eot');
	src: local('☺'), url('../fonts/Cinzel-Regular.woff') format('woff'), url('../fonts/Cinzel-Regular.ttf') format('truetype'), url('../fonts/Cinzel-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Cinzel-Medium';
	src: url('../fonts/Cinzel-Medium.eot');
	src: local('☺'), url('../fonts/Cinzel-Medium.woff') format('woff'), url('../fonts/Cinzel-Medium.ttf') format('truetype'), url('../fonts/Cinzel-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.footer-menu {
    margin-top: 15px;
}

.riedel-image-text-alt {
    background-color: #232323;
}

.riedel-tabs .tab-item h4 {
    color: #e7000e;
}

.riedel-image-text-alt .red-btn {
    min-width: 185px;
    padding: 8px 12px;
    display: inline-block;
    margin: 5px 0 25px;
    border: 1px solid #e7000e;
    color: #fff;
    background-color: #e7000e;
}

.text-box {
    background-color: #232323;
}

.text-box .box {
    background-color: #bebebe;
    padding: 15px;
    max-width: 725px;
    margin: 0px auto;
    text-align: center;
}

.text-box .box .text {
    background-color: #000;
    padding: 150px 50px;
    position: relative;
}

.text-box .box .text p {
    color: #fff;
}

.text-box .box .text h2 {
    margin: 0 0 20px;
    font-size: 36px;
}

.text-box .box .text:before {
    position: absolute;
    content: "";
    top: 50px;
    left: 50%;
    width: 1px;
    height: 70px;
    background-color: #f8f8f8;
}

.text-box .box .text:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 50px;
    width: 1px;
    height: 70px;
    background-color: #f8f8f8;
}

.text-box .box .cta {
    margin: 30px 0 15px;
}

.text-box .box .cta .btn {
    padding: 13px 20px;
    min-width: 185px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
}

.riedel-collection .post {
    background-color: #232323;
}

.riedel-collection .post .post-header {
    margin: 0 15px 20px;
}

.riedel-collection .post .post-more .more-link {
    min-width: 185px;
    padding: 8px 12px;
    display: inline-block;
    margin: 5px 0 25px;
    border: 1px solid #e7000e;
    color: #fff;
    background-color: #e7000e;
}

.red-text {
    color: #e7000e !important;
}

@media only screen and (max-width: 768px) {
    .footer-menu {
        text-align: center;
    }
}

.scroll-up i {
    color: #FFF;
}

.footer-menu ul li {
    list-style-type: none;
    display: inline;
    margin: 10px;
}

.B_crumbBox {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}

.B_crumbBox li {
    display: inline;
}

#map-section {
    height: 350px !important;
}

.policy, .policy a {
    color: #cacaca;
}

.policy a:hover {
    color: #000;
}

#works-grid {
    width: 1300px;
    margin: 0px auto;
}

#works-grid {
    max-width: 100%;
}

.listing-page-flex {
    display: flex;
}

.footer-bg-color {
    /*background: #f8f8f8 none repeat scroll 0 0;*/
    background: #f3f3f3 none repeat scroll 0 0;
}

.login-buttons {
    margin-top: 10px;
    font-style: italic;
}

.notifications {
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    width: 100%;
    background: rgba(25, 25, 25, 0.95);
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    z-index: -9;
    -webkit-transition: 0.5s ease-out 0s;
    -moz-transition: 0.5s ease-out 0s;
    -ms-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

.notifications p {
    font-size: 14px;
    margin: 0;
}

.notifications p.error {
    color: #f6644F;
}

.notifications p.success {
    color: #47BB8F;
}

.account-form button {
    font-size: 13px;
    padding: 14px 52px;
}

@media screen and (max-width: 768px) {
    .listing-page-flex {
        display: block;
    }
}

.listing-page-flex-content {
    display: flex; align-items: center;
}

@media screen and (max-width: 768px) {
    .listing-page-flex-content {
        display: block;
    }
}

.seperate-shipping {
    display: none;
}

.show-seperate-shipping {
    display: block;
}

.ship_to_billing {
    margin-bottom: 20px;
    display: block;
}

.checkout .ship_to_billing {
    margin-bottom: 5px;
}

.profile-form {
    margin-bottom: 60px;
}

.profile-form .redeem {
    padding: 14px 52px;
    font-size: 13px;
    position: absolute;
    top: 7px;
    right: 15px;
}

.profile-form .profile-points {
    margin-top: 20px;
    position: relative;
}

.accountMenu {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accountMenu li {
    display: inline-block;
    list-style-type: none;
    padding: 5px 0;
    margin: 0 25px;
}

.accountMenu li.active {
    text-transform: uppercase;
    font-weight: bold;
}

.accountMenu li.active a {
    color: rgba(102, 102, 102, 1);
}

.accountMenu li:not(.active) a:hover {
    color: rgba(102, 102, 102, 1);
}

.accountMenu li a {
    color: rgba(102, 102, 102, 0.5);
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.65);
    display: none;
    padding: 2rem;
    overflow-y: auto
}
.modal .modal__container {
    height: 100%;
    display: table;
    width: 100%
}
.modal .modal__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}
.modal .modal__inner {
    width: 100%;
    max-width: 1064px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 70px rgba(0,0,0,.3);
    background-color: #fff;
    margin-top: 0;
}
.modal .productInfo {
    position: relative;
    width: 100%;
    float: left;
}

.modal .productInfo .left {
    width: 50%;
    float: left;
    text-align: center;
}

.modal .productInfo .left img {
    max-height: 676px;
}

.modal .productInfo .right {
    width: 37%;
    float: left;
    text-align: center;
    position: absolute;
    height: 100%;
    right: 13%;
    top: 0;
    bottom: 0;
}

.modal .productInfo .right .rightWrapperOuter {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}

.modal .productInfo .right .rightWrapperInner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.modal .productInfo .right h2 {
    font-size: 30px;
    margin-top: 35px;
}

.modal .productInfo .right h3 {
    font-size: 22px;
}

.modal .productInfo .right .price {
    display: block;
    margin-bottom: 10px;
}

.modal .productInfo .right p {
    max-width: 330px;
    margin: 0px auto 15px;
}

.product-detail span {
    cursor: pointer;
}

.modal .closeModal {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 25px;
    padding: 4px 15px;
    cursor: pointer;
}

.modal .closeModal img {
    width: 16px;
}

.modal-favourite .modal__inner {
    max-width: 500px;
}

.modal-favourite .modal__wrapper {
    padding: 30px;
}

.product-buttons {
    margin-top: 8px;
}

.product-buttons a {
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 9px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
}

.cartResult {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: auto;
    z-index: 9999999;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px #efefef;
    display: none;
}

.cartResult .wrapper {
    padding: 20px;
}

.cartResult .error {
    background-color: red;
}

.cartResult .success {
    background-color: #4BB543;
}

.cartResult p {
    color: #ffffff;
    margin-bottom: 0;
}

.cartResult p a {
    color: #ffffff;
    font-weight: bold;
}

.products-filter {
    margin-bottom: 40px;
}

#works-grid {
    overflow: hidden;
}

.special-offers {
    margin-top: 0;
}

.special-offers .work-item {
    width: 100%;
}

.special-offers .owl-nav, .home-carousel .owl-nav, .related-products .owl-nav, .suggested-glassware .owl-nav {
    margin-top: 20px;
    color: #071e3e;
    font-weight: bold;
    text-align: center;
}

.special-offers .owl-nav button, .home-carousel .owl-nav button, .related-products .owl-nav button, .suggested-glassware .owl-nav button {
    margin: 0 12px;
    outline: 0;
}

.special-offers .owl-nav .fa, .home-carousel .owl-nav .fa, .related-products .owl-nav .fa, .suggested-glassware .owl-nav .fa {
    font-size: 15px;
}

.special-offers .owl-stage{
    margin: 0 auto;
}

.product-info .work-caption {
    opacity: 1;
    position: relative;
    bottom: 0!important;
    padding-top: 20px;
    text-align: left;
    background-color: #FFF;
    padding-bottom: 10px;
    border: 2px solid #efecec;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.product-info .work-caption > a {
    width: 100%;
}

.product-info .work-caption .grape {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-row {
  margin-top: 8px;
}

.product-info .work-caption .so {
    margin: 0;
    min-height: 46px;
}

.product-info .product-subtitle {
    text-transform: none;
    margin-bottom: 10px;
    min-height: 84px;
}

.product-info .product-price {
    font-weight: bold;
    color: #071e3e !important;
}

.product-info .work-image {
    margin-top: 10px;
}

.product-info .add-item {
    margin-bottom: 8px;
    cursor: pointer;
    padding: 5px 9px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 3px;
    float: left;
    display: inline-block;
}

.product-info .add-item:hover {
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
}

.productInfoArea .add-item.invert-add-item {
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
}

.productInfoArea .add-item.invert-add-item:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

.product-info .tag {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    border-radius: 3px;
    padding: 4px 6px;
    color: #FFF;
}

.product-info .work-title {
    color: #000;
    font-size: 14px;
    min-height: 57px;
}

.product-info .product-subtitle {
    font-size: 12px;
    color: #666;
}

.cart ul {
    align-items: center;
}

.cart ul li {
    list-style-type: none;
    padding: 0;
}

.cart ul li.remove {
    cursor: pointer;
    opacity: 0.2;
    font-size: 14px;
    width: 11px;
    float: left;
}

.cart ul:not(.car_titles) li .remove {
    width: 11px;
    float: left;
}

.cart ul li.remove:hover {
    color: red;
}

.cart ul:not(.cart_titles) li.image {
    width: 190px;
    float: left;
}

.cart_titles .remove-product {
    width: 11px;
}

.cart_titles .image {
    width: 190px;
}

.cart_gift_box .image {
    width: 136px;
}

.cart ul li.image img {
    width: 185px;
}

.cart ul li.quantity input {
    max-width: 60px;
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    background-color: #f3f3f3;
}

.cart ul li.quantity .button {
    margin-bottom: 0;
}

.cart_titles {
    display: flex;
    opacity: 1;
    padding: 30px 0 30px 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.cart_titles .price {
    width: 16%;
}

.cart ul li.quantity {
    width: 22%;
    float: left;
}

.cart_products {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.cart_products ul {
    display: flex;
}
.cart_products .cart_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.cart_products ul:last-child {
    border: none;
    padding-bottom: 0;
}

.cart .checkout-row {
    display: block;
}

.cart .checkout-row:not(.continue-checkout) {
    padding: 20px 50px 0;
}

.cart .checkout-row p {
    font-size: 28px;
    color: #000;
    float: right;
    margin-bottom: 0;
    margin-top: 19px;
    width: 100%;
}

.cart .checkout-row a {
    width: 100%;
    margin-top: 20px;
}

.cart .input-text {
    height: 29px;
    width: 44px;
    padding: 7px;
    text-align: center;
    border: none;
    line-height: 16px;
}

.cart .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9;
    z-index: 2;
    opacity: 0.7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    display: none;
}

.cart .cart-loader:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right-color: #000;
    -webkit-animation: fa-spin 1.2s infinite;
    animation: fa-spin 1.2s infinite;
    z-index: 100000;
}
.smallSize {
    font-size: 20px !important;
}

.table-summary .right {
    text-align: right;
}

.table-summary tr td {
    padding: 15px 10px;
}

.right-button {
    float: right;
}

.float-right {
    float: right;
}

.checkout .checkout-btn {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .cart .image, .cart .price {
        display: none;
    }
    
    #quantityUpdate, .cart .input-text {
        margin-top: 10px;
        margin-left: 5px;
    }
    
    .footer-menu ul {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .checkout-info {
        margin: 0 3%;
        width: 94%;
    }
    .cart .checkout-row p, .checkout-btn {
        width: 100%;
    }
    
    .cart .coupon form {
        display: block !important;
    }
    .checkout-row #coupon_code, .checkout-row .coupon input {
        text-align: center;
    }
}

.table-summary tr td {
    padding: 15px 10px;
}

.table-summary .right {
    text-align: right;
}

.cart-summary-title {
    width: 75%;
}

.payment_methods {
    padding: 0 0 0 10px;
}

.payment_methods li {
    list-style-type: none;
}

.payment-btn {
    width: 100%;
}

.age-verification-modal .modal__inner, .cocktail-modal .modal__inner {
    max-width: 500px;
    border-radius: 4px;
}

.age-verification-modal .modal__wrapper, .cocktail-modal .modal__wrapper {
    text-align: center;
}

.age-verification-modal .modal__wrapper img {
    padding: 20px 0;
    width: 100px;
}

.cocktail-modal .modal__wrapper img {
    padding: 20px 0 0;
    width: auto;
    max-height: 120px;
}

.cocktail-modal .cocktail-desc {
    width: auto;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.cocktail-modal .cocktail-desc ul {
    text-align: left;
}

.age-verification-modal .big {
    font-size: 22px;   
}

.age-verification-modal .small {
    font-size: 16px;
}

.age-verification-modal .date {
    text-align: center;
}

.age-verification-modal .date select {
    margin: 0 5px;
    display: inline;
    font-size: 14px;
}

.age-verification-modal .day {
    width: 20%;
}

.age-verification-modal .month {
    width: 30%;
}

.age-verification-modal .year {
    width: 20%;
}

.age-verification-modal button {
    margin: 20px auto;
    max-width: 100%;
    width: 200px;
    background-color: #071e3e;
    color: #FFF;
}

.age-verification-modal .notifications {
    position: unset;
    width: 375px;
    margin: 20px auto;
    max-width: 100%;
}

.navbar-custom .nav li.account-btn > a, .navbar-custom .nav li.account-btn > span {
    font-size: 17px;
}

.header-cart-icon {
    font-size: 17px;
    position: relative;
    color: #000;
    padding: 44px 15px;
    display: block;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    .navbar-custom .nav li.account-btn > a {
        font-size: 13px;
    }
}

.navbar {
    min-height: 120px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 118px;
}

@media (max-width: 1020px) {
    .navbar-custom .navbar-brand {
        margin-left: 5px;
    }
    
    .navbar-brand img {
         width: 75px;
    }
    
    .navbar {
        min-height: 87px;
        height: 87px;
    }
}

.mean-container a.meanmenu-reveal {
    margin-top: -42px;
}

.mean-container .mean-nav {
    margin-top: 31px;
}

.works-grid.works-grid-gut .work-item .product-padding, .special-offers .work-item .product-padding {
    background-color: #f8f8f8;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.filtering h2 {
    margin-top: 0;
}

.filtering .filter {
    border-bottom: 1px solid #071e3e;
    padding: 0 0 15px 0px;
}

.filtering .filter .title {
    display: block;
    text-align: left;
    font-weight: bold;
}

.filtering .filter .filter-list {
    margin: 0;
    padding: 0;
    font-weight: normal;
    max-height: 242px;
    overflow-y: auto;
}

.filtering .filter .filter-list li {
    text-align: left;
    list-style-type: none;
}

.filtering .filter .filter-list li label {
    /*background: url("../images/checkbox.png") no-repeat 0 center;
    /padding-left: 23px;*/
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 24px;
}

.filtering .filter .filter-list li input {
    background:url("../images/checkbox.png") 0 top no-repeat;
    margin: 6px 6px 0 0;
    float: left;
}

.filtering .filter .filter-list li label:hover {
    font-weight: bold;
}

.productsResults .bar > p {
    float: left; 
    margin: 0 0 0 11px;
}

.bar .dropdown {
    float: right;
    margin-bottom: 10px;
}

.bar .dropdown span {
    font-weight: normal;
    cursor: pointer;
}

.bar .dropdown select {
    height: 29px;
    margin-left: 6px;
    padding: 0 5px;
}

.bar .dropdown span:hover {
    text-decoration: underline;
}

.bar .dropdown span.sortby-active {
    color: #071e3e;
    font-weight: bold;
    text-decoration: underline;
}

.closeFilter {
    display: none;
    position: fixed;
    right: 0;
    top: 83px;
    font-size: 20px;
    padding: 15px;
    z-index: 100;
}

.filter-toggle {
    display: none;
}

.success {
    color: green;
}

.register-success {
    margin-top: 30px;
}

/*@media only screen and (max-width: 768px) {
    .filtering { 
        position: fixed;
        top: 75px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 99;
        background-color: #FFF;
        overflow: scroll;
        margin-top: 0 !important;
    }

    .filtering h2 {
        margin-top: 20px;
    }
    
    .filtering .filter .filter-list {
        max-height: unset;
    }
}*/

.moreFilters {
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.filtering select:nth-child(n+7) {
    display: none;
}

.allFilters select {
    display: inline-block !important;
}

.lessFilters {
    display: none;
}

@media only screen and (max-width: 768px) {
    .filtering select {
        width: 100% !important;
        margin: 0 0 10px !important;
    }
    
    #filter {
        padding-top: 20px;    
    }
    
    .bar .dropdown {
        text-align: center;
        width: 100%;
    }
    
    .productsResults .bar > p {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    
    /*.fixedBar {
        position: fixed;
        left: 0px;
        padding-left: 10px;
        padding-right: 10px;
        right: 0;
        height: 50px;
        z-index: 2;
        background-color: #071e3e;
        top: 87px;
        padding-top: 10px;
        color: #FFF;
    }   
    
    .fixedBar .filter-toggle {
        font-size: 15px;
        text-transform: uppercase;
        background-color: #f5f5f5;
        color: #071e3e;
        border-radius: 3px;
        padding: 0 8px;
        margin-top: 1px;
    }
    
    .fixedBar .dropdown select {
        background-color: #071e3e;
        border: 1px solid #071e3e;
        margin-left: 0px;
        padding: 0 0px;
    }*/
}

.mobileCart {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27px;
    right: 100px;
    display: none;
    width: 100px;
}

.mobileCart li {
    list-style-type: none;
}

.mobileCart li.account-btn {
    /*display: none !important;*/
    margin: 0 8px;
}

.mobileCart li.cart-btn, .mobileCart li.search-btn {
    display: block !important;
}

.mobileCart li.cart-btn .header-cart-icon {
    font-size: 21px;
    padding: 7px 15px;
}

.mobileCart .cartTotal {
    top: -3px;
}

.mobileCart li.account-btn a {
    font-size: 19px;
}

.myOrders {
    margin-top: 45px;
}

.myOrders .cart_products {
    padding-top: 0;
}

.myOrders .cart_products .row {
    height: 50px;
    padding: 0;
    margin: 0;
}

.myOrders .cart_products a {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
}

@media only screen and (max-width: 991px) {
     .paymentAmount, .paymentMethod {
        display: none;
    }
    
    .myOrders .cart_titles {
        margin-bottom: 40px;
    }
    
    .myOrders .cart_products .row {
        padding: 13px;
    }
}

@media only screen and (max-width: 1020px) {
    .mobileCart {
        display: inline-flex;
        top: 24px;
    }
    
    .mobileCart .cartItemTotal a {
        font-size: 13px !important;
        margin-top: 5px !important;
        float: left;
    }
    
    .miniCart {
        top: 36px;
    }
}

@media (max-width: 767px) {
    .mobileCart {
        top: 22px;
    }
    
    .mean-container a.meanmenu-reveal {
        margin-top: -39px;
    }
}

.errors, .errors a {
    color: red !important;
}

.errors a:hover {
    text-decoration: underline;
}

.dropdown {
    position: inherit !important;
}

.navbar-collapse {
    float: right;
}

.dropdown-col b {
    padding: 0 0 0 20px;
    font-family: 'Conv_Cinzel-Medium';
    position: relative;
}

.dropdown-col b a {
    color: #000 !important;
}

.dropdown-col b:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #969494;
    left: 20px;
    right: 0;
    bottom: -2px;
}

.dropdown-col li:hover a {
    text-decoration: underline;
}

.dropdown-col li a {
    font-size: 13px;
    letter-spacing: normal;
}

#subscribe-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    color: #2D2D2D;
    padding: 35px 20px;
    text-align: center;
}

#subscribe-footer .section-title {
    margin-bottom: 0;
}

#subscribe-footer h2 {
    font-size: 20px;
    padding: 0 40px;
}

#subscribe-footer .newsletter {
    width: 100%;
    display: block;
    float: left;
}

#subscribe-footer .form-control {
    width: 70%;
    margin: 0;
    float: left;
}

#subscribe-footer .subscribe-privacy-policy {
    margin: 20px 0 0 0;
    float: left;
    text-align: center;
    width: 100%;
}

#subscribe-footer form {
    max-width: 100%;
    width: 450px;
    margin: 0px auto;
}

#subscribe-footer .btn {
    width: 30%;
    float: left;
    height: 49px;
    text-align: center;
    padding: 0;
}

#close-subscribe {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 35px;
    top: 30px;
    border: none;
    background: transparent;
    font-size: 21px;
    transform: none;
    z-index: 99999;
}

.toggleShowPassword {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0.7;
    font-size: 20px;
    cursor: pointer;
}

.password-group {
    position: relative;
}

.cartTotal {
    position: absolute!important;
    top: 34px;
    right: -2px;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 20%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 12px;
    color: #000;
}

.pointsTotal {
    padding: 29px 0 !important;
    background-color: #000 !important;
    color: #FFF !important;
    border-radius: 50px;
    top: 26px;
    line-height: 0px !important;
    text-align: center;
    left: 5px;
    right: 0;
    width: 59px !important;
    position: relative !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-family: "Muli", sans-serif !important;
    margin: 0;
}

.relativePoints {
    position: relative;
}

.mobilePointsTotal {
    top: -11px;
    left: 17px;
    font-size: 12px !important;
    font-family: "Muli" !important;
    padding: 0;
    margin: 0;
    display: none !important;
}

.miniCart {
    position: absolute;
    width: 320px;
    background-color: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0 29px 28px rgba(0,0,0,0.1);
    top: 78px;
    right: -36px;
    padding: 0 7px 7px;
}

.miniCart .cartItem p {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
    text-transform: capitalize;
}

.miniCart .cartItem span {
    text-transform: none;
    font-size: 14px;
    margin: 0;
    letter-spacing: normal;   
}

.miniCart .cartItem {
    border-bottom: 1px solid #e6ebee;    
    padding: 7px;
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.miniCart .cartItem:last-child {
    border-bottom: none;
}

.miniCart .cartItem .info {
    float: left;
    width: 230px;
}

.miniCart .cartItem .image {
    float: left;
    width: 60px;
}

.miniCart .cartItemTotal {
    font-weight: bold;
    padding: 7px;
}

.miniCart .cartItemTotal .cart-total-price {
    float: right;
}

.miniCart .cartItemTotal .right {
    float: right;
}

.miniCart .items {
    max-height: 285px;
    overflow-y: auto;
    border-bottom: 1px solid #e6ebee;
    margin-bottom: 10px;
}

.miniCart {
    display: none;
}

.cart-btn:hover .miniCart {
    display: block;
}

.productInfoArea .price {
    font-size: 30px;
    color: #7d7676;
    font-family: 'Conv_Cinzel-Regular';
    font-weight: bold;
}

.productInfoArea .add-item {
    padding: 16px 19px 16px;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 40px;
    height: 56px;
}

.productInfoArea .add-item:hover, .productInfoArea .stock-request:hover {
    background-color: #000;
    color: #FFF;
}

.productInfoArea .add-item i, .productInfoArea .stock-request i {
    margin-right: 5px;
}

.productInfoArea .stock-request {
    padding: 8px 19px 8px;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 40px;
    height: 40px;
}

.productInfoArea .cartInfo {
    margin-top: 10px;
    float: left;
    width: 100%;
    display: block;
}

.productInfoArea .quantityButtons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    float: left;
}

.productInfoArea .cartInfo .manageQuantity {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    border-left: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: grey;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.productInfoArea .cartInfo .quantityLess {
    bottom: 0;
}

.productInfoArea .cartInfo .quantityLess:before {
    content: "-";
}

.productInfoArea .cartInfo .quantityMore {
    top: 0;
    border-bottom: 0;
}

.productInfoArea .cartInfo .quantityMore:before {
    content: "+";
}

.productInfoArea .cartInfo .cartQty {
    position: relative;
    height: 56px;
    width: 56px;
    padding: 0;
    margin: 0 28px 0 0;
    font-size: 18px;
    line-height: 54px;
    font-weight: 400;
    outline: 0;
    border: 1px solid #e1e1e1;
    text-align: center;
    color: grey;
}

.productInfoArea ul {
    display: block;
    padding: 0 0 15px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 15px;
}

.productInfoArea .filterInfo ul:last-child {
    border-bottom: none;
    position: relative;
    font-family: "Muli", sans-serif;
}

.productInfoArea ul li {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
}

.productInfoArea h1 {
    font-family: 'Conv_Cinzel-Regular';
}

.productInfoArea .line {
    
}

.productInfoArea ul li b {
    text-align: left;
    float: left;
    width: 186px;
    font-family: "Muli", sans-serif;
}

.productInfoArea ul li span a {
    font-family: "Muli", sans-serif;
}

@media screen and (max-width: 600px) {
    .productInfoArea ul li b { 
        width: 150px;
    }
    .hideOnMobile {
        display: none;
    }
}

.navbar-nav > li > a {
    font-family: 'Conv_Cinzel-Medium';
    font-size: 14px;
}

.mean-container .mean-nav ul li a {
    font-family: 'Conv_Cinzel-Medium';
}

.dropdown-menu a {
    text-transform: capitalize;
    color: #767676 !important;
}

.dropdown-col b {
    text-transform: capitalize;
    color: #000000 !important;
}

.dropdown-menu a {
    color: #767676 !important;
}

.dropdown-menu ul {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

.dropdown-menu ul li:hover a {
    color: #000 !important;
    text-decoration: none;
}

.favouriteItem {
    margin: 0 12px;
}

.favouriteItem img {
    float: left;
}

.favouriteItem .favouriteContent {
    width: 100%;
    float: left;
    text-align: center;
}

.favouriteItem h3 {
    font-family: 'Conv_Cinzel-Medium';
}

.favouriteItem a:hover p, .favouriteItem a:hover h3 {
    color: #000 !important;
}

.explore .form-control {
    font-size: 14px;
}

.fine-wine .work-item {
    width: 100%;
    list-style-type: none;
}

.wine-listings .work-title {
    min-height: 40px;
    padding-right: 30px;
    text-transform: capitalize;
}

.wine-listings .all-product-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.95;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    display: none;
    z-index: 51;
}

.wine-listings .showDetail {
    display: flex;
    -webkit-transition: 0.5s ease-out 0s;
    -moz-transition: 0.5s ease-out 0s;
    -ms-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

.wine-listings .text {
    text-align: center;
    padding: 0 30px;
}

.wine-listings .all-product-info p {
    margin: 0;
    text-align: left;
}

.wine-listings .all-product-info p b {
    float: left;
    width: 120px;
    font-family: 'Conv_Cinzel-Regular';
    text-align: left;
}

.wine-listings .wineName {
    font-family: 'Conv_Cinzel-Medium';
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.wine-listings .product-info .all-product-info .otherInfo {
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    text-align: center;
}

.wine-listings .product-info .all-product-info .add-item {
    position: relative;
    display: inline-block;
    left: unset;
    top: unset;
    margin: 0px auto;
}

.wine-listings .product-info .all-product-info .view-more {
    display: block;
    clear: both;
    margin-top: 30px;
    font-size: 14px;
    text-decoration: underline;
}

.product-more-info {
    padding: 10px;
    border-radius: 33px;
    position: absolute;
    right: 49px;
    top: 31px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 50;
}

.fa-info {
    border-radius: 33px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 4px 8px;
    margin: 3px;
}

.product-info .fa-close {
    border: 1px solid #000;
    border-radius: 33px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 51;
    line-height: 21px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .wine-listings .product-padding:hover {
        background-color: #f8f8f8 ;
    }
}

.wine-listings .hidden {
    display: none !important;
}

.filtering select, .home-search .form-group {
    width: 213px;
    margin: 0 0 6px 6px;
    display: inline-block;
    height: 40px;
}

.home-search {
    text-align: center;
}

@media (max-width: 1200px) {
    .filtering select, .home-search .form-group {
        width: 173px;
    }
}

@media (max-width: 991px) {
    .filtering select, .home-search .form-group {
        width: 221px;
    }
}

.productsResults .loader:not(.load-more-loader) {
    top: 120px;
}

.producsFader:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    content: "";
    opacity: 0.95;
    z-index: 999;
}

.selectedBold {
    font-weight: bold;
}

.account-btn a {
    cursor: pointer;
}

#search {
    position: absolute;
    top: 120px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #f8f8f8;
    z-index: 999;
}

#search .wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    background-repeat: no-repeat;
    overflow-y: auto;
}

#search .noResults {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searching {
    overflow: hidden;
}

#search .section-title p {
    margin: 40px 0 10px;
    padding: 0 0 8px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Conv_Cinzel-Regular';
    font-weight: bold;
    font-size: 22px;
}

#search .section-title p:before {
    background: #222 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    z-index: 9;
}

#search .center {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#search .section-title p:after {
    background: #ddd none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

#search input {
    max-width: 705px;
    width: 96%;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #b2b2b2;
    text-align: center;
    height: 40px;
}

#search .resultsWrapper > p {
    width: 100%;
    float: left;
    text-align: center;
}

.productInfoArea ul.B_crumbBox {
    border: none;
    padding: 0;
    margin: 0;
    color: #999;
}
.B_crumbBox span {
    font-size: 12px;
    color: #999;
}

.productInfoArea h1 {
    margin: 0;
}

.productInfoArea .line {
    width: 100%;
    float: left;
    height: 2px;
    position: relative;
    margin: 20px 0 10px;
}

.productInfoArea .line:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #e1e1e1;
}

.productNavigation {
    position: absolute;
    top: 5px;
    right: 0;
    width: 100px;
}

@media screen and (max-width: 600px) {
    .productNavigation {
        top: -22px;
    }
}

.productNavigation .navWrapper {
    position: relative;
    width: 50px;
    float: left;
}

.productNavigation .navWrapper:hover img {
    display: block;
}

.productNavigation img {
    display: none;
}

.related-products h2 {
    margin-bottom: 40px;
}

.coupon {
    padding-left: 0;
    margin-top: 27px;
}

#coupon_code {
    height: 43px;
    margin: 0;
    float: left;
    font-size: 11px;
    background-color: #F3F3F3;
    color: #000;
    border: none;
}

.cart .checkout-row .couponMessage {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0;
}

.cart .checkout-row .checkout-info .smallSize {
    color: #5a5858;
    font-size: 12px !important;
    text-transform: uppercase;
    margin-top: 4px;
}

.cart .checkout-row .checkout-info .price-info {
    font-size: 17px;
    width: 74%;
    float: left;
}

.products-header {
    padding: 150px 0 0 0 !important;
}

@media only screen and (max-width: 600px) {
    .mobileCart li.account-btn > a {
        font-size: 21px;
        margin-top: 0;
        border-bottom: none !important;
    }
    
    .mobileCart li.account-btn {
        display: block !important;
        /*margin: 0 22px 0 8px;*/
        border-bottom: none !important;
    }
    
    .loggedin .mobileCart {
        width: 122px;
    }
    
    .loggedin .mobileCart li.account-btn {
        margin: 0 14px 0 8px
    }
    
    .loggedin .mobileCart li.cart-btn .header-cart-icon {
        padding: 10px 15px;
    }
    
    .miniCart {
        right: -64px;
    }
}

@media only screen and (max-width: 400px) {    
    .wine-listings .all-product-info p:not(.wineName) {
        font-size: 13px;
    }
    
    .wine-listings .text {
        padding: 0 10px;
    }
    
    .wine-listings .all-product-info p b {
        width: 100px;
    }
}

.product-price .strike {
    text-decoration: line-through;
    font-size: 16px;
}

.product-price .salePrice {
    color: red;
    font-size: 16px;
}

.sale-product-price .salePrice {
    font-size: inherit;
}

.share-btn {
    padding: 0 11px;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0;
    top: 0;
}

.share-btn:hover {
    background-color: #000;
    color: #FFF;
}

@media only screen and (max-width: 600px) {
    .share-btn {
        position: relative;
        margin-top: 15px;
    }
}

.suggested-cocktails-carousel img {
    width: auto !important;
    max-height: 100px;
    display: inline-block !important;
}

.suggested-cocktails-carousel .work-image {
    text-align: center;
    padding: 10px;
}

.suggested-cocktails-carousel .work-title {
    padding-right: 0 !important;
    text-align: center;
}

.suggested-cocktails-carousel .cocktail-info {
    cursor: pointer;
}

.suggested-cocktails-carousel .product-more-info {
    top: -13px;
}

.featuredBanner {
    background-repeat: no-repeat;
    min-height: 330px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.featuredBanner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.4;
    background-color: #000;
    z-index: 1;
}

.featuredBanner .wrap {
    color: #FFF;
    position: relative;
    z-index: 2;
}

.featuredBanner h3 {
    text-transform: uppercase;
    font-family: 'Conv_Cinzel-Regular';
    font-weight: bold;
}

.featuredBanner p {
    font-size: 14px;
    width: 500px;
    max-width: 80%;
    margin: 0 10% 20px;
}

.featuredBanner .btn {
    background-color: #FFF;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .featuredBanner p {
        width: 80%;
    }
}

.btn-black {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.guestCheckoutOptions {
    border-bottom: none;
    margin-bottom: 25px;
}

.guestCheckoutOptions .registration label {
    font-size: 13px;
    display: flex;
    align-items: center;
    float: left;
    margin: 0 0 5px 0;
    clear: both;
    position: relative;
    z-index: 1;
}

.guestCheckoutOptions .registration input {
    margin: 0 6px 0 0;
    width: 14px;
}

.customer-registration .policy, .customer-registration .policy a {
    color: #000;
}

.customer-registration .policy a:hover {
    text-decoration: underline;
}

.userPaymentType {
    height: 30px;
}

.userCudParagraph {
    margin: 0 0 5px;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.redeemableProduct .work-title {
    min-height: 40px;
}

#redeem-form {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.vscomp-ele {
    float: left;
    margin-right: 5px;
}

.redeem-btn {
    height: 36px;
}

.vscomp-dropbox-container {
    z-index: 9 !important;
}

.vscomp-option-text {
    font-size: 13px;
}

#redeem-form .selected-items {
    margin-bottom: 20px;
}

#redeem-form .selected-items .item {
    display: inline-block;
    text-align: center;
    background-color: #f8f8f8;
    margin: 0 20px 10px 0;
    padding: 10px;
}

#redeem-form .selected-items .item .name {
    font-weight: bold;
}

#redeem-form .selected-items .item .points {
    font-size: 12px;
}

.confirm-redeem-form {
    margin-bottom: 60px;    
}

/*.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}*/

.freeprivacypolicy-com---nb-simple, .cc-nb-main-container {
	max-width: 100% !important;
	width: 100%;
}

.cc-nb-main-container .cc-nb-buttons-container {
	display: flex;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.wotw-about p a {
    color: #FFF;
}

/* Modal Notification */
.modal-notif {
    position: fixed;
    left: 0;
    top: 0;
    right: -15px;
    bottom: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,.65);
    display: none;
    padding: 2rem;
    overflow-y: auto;
    width: auto;
}
.modal-notif .modal__container {
    height: 100%;
    display: table;
    width: 100%
}
.modal-notif .modal__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}
.modal-notif .modal__inner {
    width: 100%;
    max-width: 1064px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 70px rgba(0,0,0,.3);
    background-color: #fff;
    margin-top: 0;
    text-align: center;
}

.modal-notif .modal__inner h2 {
    margin-bottom: 25px;
}

.modal-notif .closeModal {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 25px;
    padding: 4px 15px;
    cursor: pointer;
}

.modal-notif .closeModal img {
    width: 16px;
}

.modal-default .modal__inner .subscribe-row {
    border-top: 1px solid #efefef;
    border-bottom: none !important;
}

.modal-default .modal__wrapper > img {
    margin-bottom: 20px;
}

.modal-default .subscribe-style-2 > h4 {
    margin: 0 0 20px;
}


.modal-default .modal__inner {
    max-width: 600px;
}

.modal-default .modal__wrapper {
    margin: 15px;
    position: relative;
}

.modal-default .modal-banner {
    width: 100%;
    height: auto;
}

.modal-default .modal__wrapper.black-bg p {
    color: #FFFFFF;
    font-weight: lighter;
}

.modal-default .modal__wrapper.black-bg .box-title {
    background-color: #FFF;
}

.modal-default .modal__wrapper .subscribe-form .mc-form .clear::before {
    top: 4px;
    font-size: 23px;
}

.modal-default .modal__wrapper.black-bg .subscribe-form .mc-form .clear::before {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input::-ms-input-placeholder {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input {
    color: #FFFFFF;
    height: 40px;
    font-size: 14px;
    padding: 2px 80px 2px 13px;
}

.modal-default .modal__wrapper.black-bg .subscribe-style-2 > h4 {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.black-bg .subscribe-form form input::placeholder {
  color: #FFFFFF;
  opacity: 0.9; /* Firefox */
}

.modal-default .modal__wrapper.gold-bg .box-title {
    background-color: #FFFFFF;
}

.modal-default .modal__wrapper.gold-bg .box-title h2 {
    color: #000;
}

.modal-default .modal__wrapper.gold-bg .subscribe-form .mc-form .clear:hover::before {
    color: #FFFFFF;
}

.modal-default .modal__wrapper.gold-bg {
    background-color: #d7ac71;
}

.modal-default .modal__wrapper.white-bg .box-title {
    background-color: #000000;
}

.modal-default .modal__wrapper.white-bg .box-title h2 {
    color: #FFFFFF;
}

.modal-default .box-title {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 10px;
    margin: -55px auto 20px;
    display: inline-block;
}

.modal-default .box-title h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 30px;
}

.modal-default .summer-btn .default-btn {
    padding: 17px 35px;
}

.modal-bg-padding {
    padding: 0 20px 30px 20px;
}

.modal-default .ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Conv_Cinzel-Regular';
}

.modal-notif .black-bg {
    background: #242424;
} 

.modal-notif .sld-btn {
    margin-top: 0;
}

.modal-notif .sld-btn > a {
    padding: 9px 26px;
}

.modal-notif .btn.btn-g {
    border: 1px solid #000000;
    color: #000000;
    margin: 10px 0 0 0;
}

.modal-notif .btn.btn-g:hover, .modal-notif .btn.btn-g:focus {
    background-color: #000000;
    color: #FFFFFF;
}

.modal-notif .black-bg .btn.btn-g {
    border: 1px solid #FFFFFF;
    color: #ffffff;
}

.modal-notif .black-bg .btn.btn-g:hover {
    background-color: #FFFFFF;
    color: #000000;
}
/* End Modal Notification */

/* Gift Wrap */
.cart_gift_box {
    background-color: #000000;
    margin-top: 10px;
    border: 2px solid #EFEFEF;
    padding-top: 15px;
    color: #FFFFFF;
}

.cart_gift_box .add-gift-box {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000;
}

.cart_gift_box .add-gift-box:hover {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.cart_gift_box .cart_item {
    margin-bottom: 14px;
}

/*.recently-viewed-products .owl-carousel .owl-stage-outer {
  display: flex;
  justify-content: center;
}*/

.rvp-wrapper {
    width: 100%;
    float: left;
    margin-top: 40px;
}

/*.rvp .product-padding {
    border: 2px solid #f3efef;
}*/

.rvp .work-title {
    min-height: 38px;
}

.rvp-wrapper hr {
    margin: 60px 0;
}

.wotw-info-area {
    display: flex;
    align-items: center;
}

.wotw-info-area .price {
    margin-right: 20px;
}

.wotw-info-area .strike {
    font-weight: normal;
    color: #7d7676;
}

.text-white a {
    color: #FFF;
}

.text-white a:not(.btn):hover {
    text-decoration: underline;
}

.wotw-info .btn-buy {
    margin-right: 10px;
}

/*.wotw-brand.dark {
    background-color: #000;
}

.wotw-brand.dark .tabs .tab-item .inner {
    background-color: #232323;
}

.wotw-brand.dark .tabs .tab-item:hover .inner, .wotw-brand.dark .tabs .tab-item.active .inner {
    background-color: transparent;
    transition: background-color 0.5s ease;
}*/

.max-600 {
    max-width: 600px;
    margin: 0px auto;
}

.riedel-intro-section {
    padding: 20px 0 30px;
}

.riedel-image-text .d-flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.riedel-image-text p {
    color: #ffffff;
}

.riedel-image-text .spacer {
    padding: 10%;
}

.riedel-tabs .tabs .tab-item, .riedel-tabs .tabs .tab-item .inner {
    height: 390px;
}

.wotw-brand .tab-content {
    width: 100%;
}

.load-more-loader {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.add-item-cta {
    left: unset !important;
    right: 15px !important;
    top: 39px !important;
    margin-left: 0 !important;
    transform: unset !important;
    display: block !important;
    padding: 5px 11px 5px 10px !important;
}

.add-item-cta i {
    font-size: 16px;
}

.add-item-cta span {
    display: none;
}

.caption-content .sld-btn a:hover {
    background: #ffffff33 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}

.bcrsPrice {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.home-sections {
    margin-bottom: 90px;
}

.home-sections .image {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.home-sections .row {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    height: 700px;
}

.home-sections .row > div {
    padding: 0;
}

.home-sections .row .content {
    
    text-align: center;
}

.home-sections .row .content .wrap {
    padding: 20%;
}

.home-sections p {
    margin: 0;
}

.home-sections h2 {
    margin: 0;
    font-weight: bold;
    font-family: 'Conv_Cinzel-Regular';
}

.home-sections .title-box, .home-sections .content-box {
    margin-bottom: 90px;
}

.works-grid.works-hover-w .work-title {
    text-transform: capitalize;
}

.works-grid.works-hover-w p, .related-products .work-caption p {
    margin-bottom: 0;
}

.works-grid.works-hover-w .work-title {
    padding-right: 0;
}

.product-info .work-image {
    padding-bottom: 15px;
}

.product-info .pts {
    float: right;
    background-color: #f8f8f8;
    padding: 6px;
    border-radius: 2px;
}

.bcrsPrice.d-block {
    display: block;
}

.works-grid.works-hover-w .work-descr, .product-info .product-price {
    position: relative;
}

.related-products .product-padding, .suggested-glassware .product-padding {
    background-color: #f8f8f8;
}

.product-info .product-price .strike {
    font-size: 14px;
}

.related-products .work-image {
    margin-top: 0;
}

.works-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.loader-wrapper {
    width: 100%;
    float: left;
}

.load-more-button {
    width: 100%;
    float: left;
}

.load-more-button a {
    margin-left: 30px;
}

/*.grey-bg {
    background-color: #f8f8f8;
}

.productInfoArea {
    background-color: #FFFFFF;
}*/

.productInfoArea p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Muli", sans-serif;
}

.read-more {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.read-more span {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right center;
    padding-right: 14px;
    cursor: pointer;
    font-size: 15px;
}

.product-text {
    height: 74px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.productInfoArea.full-text .read-more span {
    display: none;    
}

.full-text .product-text {
    height: auto;
}

.cartInfo .pts {
    background-color: #f8f8f8;
    padding: 16px 10px;
    border-radius: 2px;
    margin-left: 15px;
    display: inline-block;
}

.black-bg {
    background-color: #000;
}

.productInfoArea {
    background-color: #FFF;
}

.productInfoPadding {
    padding: 50px;
}

.owl-carousel .owl-dots {
    position: relative;
    margin-top: 30px;
    display: none;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.owl-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    background-color: #e5e5e5;
    border-radius: 10px;
}

.owl-carousel button.owl-dot.active {
    background-color: #000;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    line-height: 0;
    position: absolute;
    top: calc(50% - 50px);
    display: block;
    width: 55px;
    height: 50px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -100px;
    padding-left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -100px;
    padding-left: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
    display: flex;
    line-height: normal;
    justify-content: center;
    font-size: inherit;
    opacity: 1;
    content: url("../images/arrow-right.svg");
}

.navbar-custom .nav li > a {
    font-family: "Muli";
}

.product-image {
    position: sticky;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 170px;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-module-small {
    padding: 180px 0 70px;
}

.cart, .checkout {
    background-color: #F3F3F3;
}

.checkout .guestCheckoutOptions, .checkout .checkoutForm {
    background-color: #FFF;
}

.cartWrapper {
    background-color: #FFF;
    padding-top: 20px;
}

.cart_item .product-price .strike {
    font-size: 13px;
}

.no-padding {
    padding: 0;
}

.coupon-row {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    border-bottom: 50px solid #f3f3f3;
}

.checkout-information {
    width: 100%;
    float: left;
}

.continue-checkout {
    background-color: #F3F3F3;
}

.checkout-info {
    width: 100%;
    background-color: #FFF;
    padding: 40px 50px;
}

.cart ul li.name {
    font-family: 'Conv_Cinzel-Regular';
    font-size: 16px;
    width: 30%;
    float: left;
}

.cart ul li.product-price {
    width: 16%;
    float: left;
}

.cart ul li.total {
    width: 10%;
    float: left;
    text-align: right;
}

.cart-title {
    font-family: 'Conv_Cinzel-Regular';
}

.cart-total-row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.cart-total-row .smallSize {
    width: 24%;
    float: left;
    margin-right: 2%;
}

.product-image .work-details {
    margin: 0;
    padding: 0 0 30px;
    border: 1px solid #F3F3F3;
}

.returning-customer-info {
    padding-top: 25px;
    padding-bottom: 25px;
    font-style: italic;
    font-size: 15px;
}

.returning-customer-info span {
    font-weight: bold;
    cursor: pointer;
}

.returning-customer-info span:hover {
    text-decoration: underline;
}

.checkout .checkoutForm {
    padding: 20px 0;
}

.checkout .summary {
    padding: 0 20px 20px;
    border: 1px solid #b2b2b2;
}

.checkout .terms-checkbox {
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
}

.cart .coupon form {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.cart .coupon form input[type="text"] {
    flex: 1;
}

.cart .coupon form input[type="text"]::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.cart .coupon form input[type="text"]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.cart .coupon form input[type="submit"] {
    min-width: 230px;
}

.cart .checkout-row .checkout-info .price-info {
    text-align: right;
}

.product-grey-bg {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 1024px) {
    .pointsTotal {
        display: none !important;
    }
    
    .mobilePointsTotal {
        display: inline-block !important;
    }
}

@media screen and (max-width: 991px) {
    .cart_products ul {    
        display: block;
    }
    .cart ul li.image img {
        width: 100px;
    }
    .cart_titles {
        display: none;
    }
    .cart ul li.name, .cart ul li.product-price, .cart ul li.quantity {
        width: calc(100% - 140px);
        margin-left: 20px;
    }
    .cart ul li.total {
        width: 95%;
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    .guestCheckoutOptions .registration {
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }
    
    .mobilePointsTotal {
        display: none !important;
    }

    .wotw-wrapper .intro-section {
        padding: 20px 0 60px;
    }
    
    .wotw-wrapper video {
        margin-top: 87px;
    }
    
    .rvp-wrapper hr {
        margin: 30px 0 60px;
    }
}

@media only screen and (max-width: 768px) {
    .module.checkout {
        padding: 0;
    }
    .checkoutForm {
        padding-bottom: 30px;
    }
    .home-sections .row {
        display: block;
        height: auto;
    }
    
    .home-sections .image {
        height: 600px;
    }
    
    .home-sections .row .content .wrap {
        padding: 10%;
    }
    .home-sections .title-box, .home-sections .content-box {
        margin-bottom: 40px;
    }
    .alt-row {
        display: flex !important; 
        flex-direction: column;
    }
    .alt-row .image {
        order: 1;
    }
    .alt-row .content {
        order: 2;
    }
    .wotw-text .item {
        margin-bottom: 30px;
    }
    
    .wotw-text .item .row .col-sm-4 {
        padding: 0 7% 20px !important;
    }
    
    .wotw-brand .tabs {
        margin-top: 40px;
    }
    
    .font-inc {
        letter-spacing: 0.3px;
    }
    
    .productInfoArea h1 {
        font-size: 30px;
    }
    
    .read-more {
        text-align: left;
    }
    
    .read-more span {
        font-size: 14px;
        font-weight: bold;
    }
    
    .cartInfo .pts {
        float: right;
    }
    .special-offers .owl-nav, .home-carousel .owl-nav, .related-products .owl-nav, .suggested-glassware .owl-nav {
        display: none;
    }
    .product-image {
        margin: 0 0 90px;
    }
    .product-module-small {
        padding: 180px 0 0;
    }
    .cart {
        padding-top: 0;
    }
    .coupon-row {
        border-top: 50px solid #F3F3F3;
    }
    
    .checkout-info {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .cart ul li.name, .cart ul li.product-price, .cart ul li.quantity {
        width: calc(100% - 32px);
    }
    
    .cart_gift_box .name, .cart_gift_box .quantity {
        width: 44% !important;
    }
    
    .checkout-info {
        width: 94%;
    }
    
    .modal-notif {
        padding: 0rem;
    }
    
    .modal-notif {
        right: 0;
    }
    
    .rvp-wrapper hr {
        margin: 50px 0 60px;
    }
    
    .productInfoPadding {
        padding: 50px 0 5px;
    }
    
    .cart_gift_box .product-price, .cart_gift_box .total {
        display: none;
    }
    
    .cart_gift_box .cart_item {
        padding: 0;
    }
    
    .checkout-row #coupon_code, .checkout-row .coupon input {
        width: 100%;
    }
    .cart .checkout-row {
        padding: 20px 0px 0;
    }
    .coupon {
        padding-left: 15px;
    }
    .continue-checkout {
        background-color: #FFF;
    }
    
    .checkout-info {
        padding: 0px 0px 40px;
    }
}

@media only screen and (max-width: 500px) {
    .wotw-brand .tabs .tab-item {
        width: 80%;
        margin: 0 10% 30px;
    }
    
    .wotw-brand .tabs .tab-item .inner {
        min-height: 210px;
    }
    
    .wotw-banner-info h1 {
        font-size: 24px;
    }
    
    .wotw-brand .tab-content {
        padding: 105px 40px 30px;
    }
}

@media only screen and (max-width: 500px) {
    .vscomp-ele {
        max-width: 100% !important;
        margin-bottom: 5px;
        margin-right: 0;
    }
    
    .redeem-btn {
        float: right;
    }
    
    .pointsTotal {
        left: 27px;
    }
    
    #redeem-form .selected-items .item {
        width: 100%;
    }
    
    .inline-image {
    }
    
    .home-sections .image {
        height: 400px;
    }
}

@media only screen and (max-width: 700px) {
    .bcrsPrice {
        font-size: 13px;
        letter-spacing: -0.5px;
        line-height: 13px;
        display: inline-block;
        text-align: left;
        margin-left: 8px;
    }
    
    .bcrsPrice .dn {
        display: block;
    }
}