//@basicColor: #580736; //vertoyo site color //@secondaryColor: #000; //vertoyo site secondary color //@buttonHoverColor: #270318; //vertoyo button hover color //@newsletterButtonColor: #000; //vertoyo newsletter button color //@backgroundColor: #f1f1f1; //vertoyo background color @basicColor: #ba0d36; //cellier site color @secondaryColor: #222; //cellier site secondary color @buttonHoverColor: #000; //cellier button hover color @newsletterButtonColor: #ba0d36; //cellier newsletter button color @backgroundColor: #f1f1f1; //cellier background color .disabledToggle { opacity: .5; -ms-filter: 'alpha(opacity=50)'; filter: alpha(opacity=50); cursor: not-allowed !important; } * { padding: 0; margin: 0; } .row-no-padding > [class*="col-"] { padding-left: 0 !important; padding-right: 0 !important; } .row-no-margin { margin-left: 0 !important; margin-right: 0 !important; } .container-no-padding-right {padding-right: 0;} html {background-color: @basicColor;} body { height: 100%; font-family: Roboto, Arial, sans-serif;background-color: @backgroundColor;overflow-x: hidden;} body > #mainArea {height: auto;transition: margin-left .5s;overflow-x: hidden;margin-top: 160px;} .no-scroll {overflow:hidden;} a:focus, a:hover, :focus, :hover { outline: none; text-decoration: none; } input, textarea { font-family: Roboto, Arial, sans-serif; font-weight: 300; } textarea {border: 1px solid #c9c9c9;padding: 5px 17px;border-radius: 6px;margin-bottom: 25px;height: 70px;resize: vertical;background-color: transparent;} input[type="text"], input[type="password"] {border: 1px solid #c9c9c9;padding: 5px 17px;border-radius: 6px;margin-bottom: 25px;height: 34px;background-color: transparent;} input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border: 1px solid #c9c9c9;} input[type="text"]:read-only{opacity: 0.8;} select {border: 1px solid #c9c9c9;padding: 5px 17px;border-radius: 6px;margin-bottom: 25px;height: 34px;background-color: transparent;} select:focus {border: 1px solid #c9c9c9;} .p10 {padding: 10px;} .validationErrorsContainer, .successMessageContainer{margin: 15px 30px 5px;display: inline-block;} .validationError{margin: 5px 0;color: red;font-size: 13px;width: 100%;} .validationError span {position: relative;display: inline-block;top: 3px;padding-right: 5px;} .successMessage{margin: 5px 0;color: #008000;font-size: 13px;width: 100%;} @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon/icomoon.eot?dpqirn'); src: url('../fonts/icomoon/icomoon.eot?dpqirn#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?dpqirn') format('truetype'), url('../fonts/icomoon/icomoon.woff?dpqirn') format('woff'), url('../fonts/icomoon/icomoon.svg?dpqirn#icomoon') format('svg'); font-weight: normal; font-style: normal; } .message-container-404{text-align: center; padding-top: 4%; color: white; font-weight: bold; width: 100%;} .error-404{font-size: 83px;} .first-message-404{font-size: 40px; margin-top: -2%;} .second-message-404{font-size: 23px;} .second-message-margin-404{margin-top: -0.5%;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 17px; margin-top: 2%; width: 15%; height: 44px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .slide { animation: slide 1s; -webkit-animation: slide 1s; -o-animation: slide 1s; -moz-animation: slide 1s; visibility: visible; } @-moz-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @-o-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @-webkit-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } input::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.5);font-style: normal;font-size: 15px;} input:-moz-placeholder {color: rgba(0, 0, 0, 0.5);font-style: normal;font-size: 15px;} input::-moz-placeholder {color: rgba(0, 0, 0, 0.5);font-style: normal;font-size: 15px;} input:-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);font-style: normal;font-size: 15px;} .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } .navbar #searchField{display: none;} @media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .navbar {padding: 0 10%;margin-bottom: 0; border: 0; font-size: 13px; border-radius: 0;height: 80px;z-index: 3;} .navbar.navbar-first { background-color: #fff;} .navbar.navbar-first.navbar-fixed-top {top: 0;} .navbar.navbar-second { background-color: @basicColor;} .navbar.navbar-second.navbar-fixed-top {top: 80px;} .navbar .navbar-nav {margin: 0;} .navbar .navbar-nav.navbar-left {width:100%;padding: 0 0 0 140px;} .navbar .navbar-nav.navbar-right {width:100%;} .navbar.navbar-first .navbar-nav.navbar-left li:first-child {padding: 25px 5px 0 0;} .navbar.navbar-first .navbar-nav.navbar-left li {padding: 25px 5px 0;width: auto;float: left;height: 80px;} .navbar.navbar-first .navbar-nav.navbar-left li.search-icon-mobile {padding: 0;} .navbar.navbar-first .navbar-nav.navbar-left li.search-icon-mobile span {width: 100%;height: 100%;display: inline;} .navbar.navbar-second .navbar-nav.navbar-left li {width: auto;float: left;} .navbar .navbar-nav.navbar-right li {float: right;text-align: center;padding: 0 0 0 20px;} .navbar.navbar-first .navbar-nav.navbar-left li span:before {display: inline-block;font-family: 'icomoon';color: @basicColor;font-size: 15px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background-color: #c9c9c9;border-radius: 100%;padding: 8px;margin: 0 1%;width: 30px;height: 30px;line-height: 15px;} .navbar-collapse {padding: 0;} .navbar.navbar-first .navbar-nav > li > span > a {color: #c9c9c9;line-height: 80px;padding: 0;} .navbar.navbar-second .navbar-nav > li > span > a {color: #fff;line-height: 80px;padding: 0;} .nav>li>a:hover, .nav>li>a:focus {background-color: transparent;} .navbar-nav>li>a {display: inline;padding: 0;} .navbar .navbar-nav li:hover span:before {color: @basicColor;} .navbar .navbar-brand {position: absolute;text-align: center;padding: 0;margin: 0 !important;width: 80px;top: -40px;height: 80px;background-color: #fff;background-image: url(../../images/vertoyo/vertoyo-logo.png);background-repeat: no-repeat;background-size: 80px auto;border: 1px solid @basicColor;z-index: 2;} .navbar .navbar-toggle { border-color: transparent; color: white !important;} .navbar .navbar-nav .menu-icon, .navbar .navbar-nav .language-icon, .navbar .navbar-nav .cart-icon, .navbar .navbar-nav .search-icon, .navbar .navbar-nav .login-icon, .navbar .navbar-nav .wine-club-icon {width: 20px;margin-left: 10px;margin-bottom: 2px;} .navbar .login-options-container {display: none;position: absolute;top: 94px;right: 0;z-index: 2;margin: 0;padding: 10px 15px;width: 150px;background: @basicColor;border-radius: 4px;text-align: left;font-size: 10px;} .navbar .login-options-container:after {bottom: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;border-bottom-color: @basicColor;border-width: 10px;right: 14px;} .navbar .login-options-container span {width: 100%;display: inline-block;margin: 2px 0;} .navbar .login-options-container span a {color: #fff;padding: 0;} .navbar .login-options-container span a:hover {text-decoration: underline;} .navbar .facebook:before {content: "\ea90";} .navbar .twitter:before {content: "\ea96";} .navbar .googleplus:before {content: "\ea9b";} .navbar .basket-items-container {width: 14px;background-color: #000;color: #fff;border-radius: 100%;height: 15px;right: -8px;top: 22px;display: inline-block;position: absolute;text-align: center;font-size: 0;} .navbar .basket-items-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .navbar .basket-items {display: inline-block;vertical-align: middle;width: 100%;font-size: 8px;} .navbar .arrow {border-left: 3px solid transparent;border-right: 3px solid transparent;border-top: 6px solid #fff;position: relative;top: 36px;float: right;margin-left: 8px;} .navbar #searchField {width: 180px;font-size: 11px;margin-bottom: 0;padding: 0 2px;height: 28px;border: none;border-bottom: 1px solid #c1c1c1;border-radius: 0;text-align: left;} input#searchField::-webkit-input-placeholder {color: #c9c9c9;font-style: normal;font-size: 11px;font-style: normal;} input#searchField:-moz-placeholder {color: #c9c9c9;font-style: normal;font-size: 11px;font-style: normal;} input#searchField::-moz-placeholder {color: #c9c9c9;font-style: normal;font-size: 11px;font-style: normal;} input#searchField:-ms-input-placeholder {color: #c9c9c9;font-style: normal;font-size: 11px;font-style: normal;} .carousel {text-align: center;} .carousel-container { float: left; width: 100%;} .carousel-container:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } .carousel-info {width: 100%;color: white;text-align: center;} .carousel-indicators {z-index: 2;left: 0;width: 100%;margin-left: 0;} .carousel-indicators li { background-color: white; border: none; margin: 0 4px; width: 10px; height: 10px;} .carousel-indicators li.active { background-color: @basicColor; margin: 0 4px; width: 10px; height: 10px;} .carousel-info .quote-container {display: inline-block;position: relative;height: 420px;min-height: 420px;width: 50%;text-align: center;} .carousel-info .quote-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .carousel-info .quote-text {display: inline-block;vertical-align: bottom;font-size: 65px; line-height: 1.375em; text-align: center;text-shadow: 3px 3px 4px #000;} .carousel-info .quote-border {margin: 20px auto 40px;border: 1px solid #fff;border-radius: 2px;width: 10%;} .menu-expand, .share-menu {position: fixed;width: 100%;background: rgba(88,7,54,0.9);top: 0;z-index: 5;-webkit-transition: height 1s;transition: height 1s;text-align: center;height: 100%;} .menu-items{height: 100%;width: 100%;position: absolute;display: table;} .menu-items ul {height: calc(100% - 200px);display: block;display: table-cell; vertical-align: middle;margin: 0;height: 100%;} .menu-items ul li {height: 8%;display: block;} .menu-items ul li a {color: #fff;font-size: 22px;} .menu-items ul li a:hover {color: rgba(254,254,254,0.6);} .menu-expand #menu-close, .share-menu #share-menu-close {position: absolute;float: right;top: 30px;right: 30px;cursor: pointer;z-index: 3;color: #fff;font-size: 12px;} .menu-expand .close-icon, .share-menu .close-icon{background: url(../../images/vertoyo/close_menu_expand.png);width: 24px;height: 24px;display: inline-block;} .btn-default {background-color: transparent; border-color: #fff; border-radius: 0; font-size: 14px;width: 15%;height: 50px; font-weight: 600; margin-bottom: 90px;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;text-align:center;color: #fff;text-shadow: 2px 1px 1px #000;-webkit-box-shadow: 1px 1px 6px #000;-moz-box-shadow: 1px 1px 6px #000;box-shadow: 1px 1px 6px #000;} .btn-default:focus { color: @basicColor; background-color: #fff; border-color: #fff;text-shadow: none;} .btn-default:hover {background-color: #fff;border-color: #fff;color: @basicColor;text-shadow: none;} .btn-default:active{ color: #fff; background-color: @basicColor; border-color: @basicColor;text-shadow: none;} .btn-default-hero-without-url{height: 50px; margin-bottom: 90px;} .eshop-products-container{padding: 3% 0;background-color:@backgroundColor;} .eshop-product-catalogue-container{padding: 0 0 5%;background-color:@backgroundColor;} .eshop-tabs-row {padding: 0 5%;} .eshop-product-catalogue-row {max-width: 1200px;margin: 0 auto;} .eshop-products-row {max-width: 1100px;width: 100%;margin: 3% auto;clear: both;} .eshop-product-catalogue-products-row {max-width: 820px;width: 100%;margin: auto;clear: both;} .eshop-tabs {width: 60%;margin: 0 auto;text-align: center;font-size: 22px;list-style: none;} .product-details-tabs {width: 60%;margin: 0 auto;text-align: center;font-size: 22px;list-style: none;} .eshop-tabs li {float: left;color: @secondaryColor; cursor: pointer;} .product-details-tabs li {float: left;color: @secondaryColor; cursor: pointer;width: 33%} .eshop-tabs li.active, .product-details-tabs li.active {font-weight: 700; color: @basicColor;} .eshop-tabs li:after, .product-details-tabs li:after {content: "/"; float:right;color: @secondaryColor;font-weight:400;} .eshop-tabs li:last-child:after, .product-details-tabs li:last-child:after {content: "";} .eshop-product-container, .eshop-product-catalogue-item-container{text-align: center;position: relative;max-width: 260px;width: 100%;float: left;margin: 0 10px;background: #fff;margin-bottom: 20px;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);font-size: 0;} .eshop-hovered-tile-block {position: absolute;width: 100%;height: 0;bottom: 0;overflow: hidden;transition: .5s;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;left: 0;bottom: 0;background:rgba(0,0,0,0.5);cursor: pointer;} .eshop-hovered-tile-block .links-container {top: -50px;position: relative;width: 100%;} .eshop-hovered-tile-block .cart-icon {width: 42px;background-color: @basicColor;height: 42px;padding: 10px;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .eshop-hovered-tile-block .cart-icon:hover {background-color: @buttonHoverColor} .eshop-hovered-tile-block .lens-icon {width: 42px;background-color: @secondaryColor;height: 42px;padding: 10px;} .eshop-product-container:hover .eshop-hovered-tile-block, .eshop-product-catalogue-item-container:hover .eshop-hovered-tile-block {height: 100%;} .eshop-product-image{overflow: hidden;background-color: #fff;padding: 30px;width: 100%;height: 260px;position: relative;} .eshop-product-image img {width: auto;max-width: 80%;max-height: 200px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;} .eshop-product-image .product-special-label-wrapper {width: 85px;height: 88px;overflow: hidden;position: absolute;top: 0;right: 0;margin: 1%;} .eshop-product-image .product-special-label {text-align: center; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);position: relative;padding: 35px 0 30px 0;left: 0px;top: -14px;width: 128px;height: 35px;color: #fff;font-weight: 700;font-size: 16px;} .new-label {background-color: #b81f31;} .best-seller-label {background-color: #454e19;} .offer-label {background-color: #e88716;} .label-text {position: absolute;bottom: 14%;left: 0;padding: 0 35%;line-height: 16px;} .eshop-product-details{text-align: center;padding: 0 10px;font-size: 15px;height: 80px;overflow: hidden;width: 100%;} .eshop-product-container .name, .eshop-product-catalogue-item-container .name{font-weight:700;} .eshop-product-container .price, .eshop-product-catalogue-item-container .price{font-weight: 700;font-size:18px;height: 30px;line-height: 30px;margin: 15px 0;width: 50%;display: inline-block;} .eshop-product-container .priceInitial:before, .eshop-product-catalogue-item-container .priceInitial:before {content: '';width: 30%;position: absolute;left: 60%;top: 92%;border-bottom: 2px solid #ba0d36;-webkit-transform: skewY(-10deg);transform: skewY(-10deg);display: inline-block;} .loadMoreBtnContainer {text-align: center;margin: 30px auto;} .loadMoreBtn {width: auto;background-color: @basicColor;padding: 10px 20px;color: #fff;font-size: 17px;display: inline-block;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .loadMoreBtn:hover, .loadMoreBtn:focus {background-color: @buttonHoverColor;color: #fff;} .loading-image {width: 24px;height: 24px;margin: 10px 0;} .no-products-found {text-align: center;padding: 25% 0;font-size: 18px;} .header-container {width: 100%;} .header-title {font-size: 24px;font-weight: 600;text-align: center;padding: 3% 0;width: 100%;color: #000;} .title-border {margin: 20px auto;border: 1px solid @basicColor;border-radius: 2px;width: 2em;} .filtersSideNav .arrowDown {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #000;position: relative;margin-right: 5px;display: inline-block;top: -3px;right: 3px;} .filtersSideNav .arrowRight {border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #000;position: relative;margin-right: 10px;display: inline-block;} .arrowRight{border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #808080;position: relative;margin-right: 10px;display: inline-block;} .arrowDown{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #808080;position: relative;margin-right: 5px;display: inline-block;top: -3px;right: 3px;} .eshop-product-catalogue-filter-container {background-color: #fff;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);margin-bottom: 5px;padding:10px 20px;} .eshop-product-catalogue-filter-header {font-size: 14px; font-weight: 400;width:100%;color: #000;cursor: pointer;} .eshop-product-catalogue-filters {padding: 0 10px;margin-top: 10px;} .eshop-product-catalogue-filter {font-size: 13px;width:100%;color: #000;} .eshop-product-catalogue-filter label {display: inline-block;cursor: pointer;position: relative;padding-left: 18px;font-weight: 400;padding-right: 16px;} .eshop-product-catalogue-filter label:before {content: "";display: inline-block;width: 12px;height: 12px;position: absolute;left: 0;top: 2px;border-radius: 2px;border: 1px solid #a2a2a2;} .eshop-product-catalogue-filter label .cb-indicator {position: absolute;top: 2px;left: 1px;} .eshop-product-catalogue-filter label .cb-indicator:after {position: absolute;display: none;content: '';top: 1px;left: 0px;width: 10px;height: 10px;border-radius: 2px;background: @basicColor;} .eshop-product-catalogue-filter label input:checked ~ .cb-indicator:after {display: block;} .category-image {width:100%;} .clear-all-link-container {padding-bottom: 10px;padding-left: 0;} .clear-all-link-container .clear-all-link {font-size: 14px;font-weight: 700;color: #ba0d36;} .clear-all-link-mobile-container {margin-bottom: 10px;text-align: right;} .clear-all-link-mobile-container .clear-all-link {font-size: 12px;font-weight: 700;color: #ba0d36;} .results-text {font-size: 14px;font-weight: 700;color: #000;padding-bottom: 10px;} .login-register-background {background-color: @backgroundColor;} .login-register-container, .change-password-container {padding: 10% 0;min-height: 750px;min-width: 440px;max-width: 440px;margin: auto;} .login-register-container .validationErrorsContainer, .change-password-container .validationErrorsContainer{margin: 15px 0 15px;} .login-register-header {color: #fff;background-color: #6d6e71;font-size: 16px;padding: 6% 0;text-align: center;position: relative;cursor: pointer;width: 50%;float: left;border-radius: 3%;} .login-register-header.active {background-color: @basicColor;} .loginRegisterPanel, .changePasswordPanel {display: block;width: 100%;text-align: center;background-color: #fff;padding: 8%;float: left;margin-top: 1%;} .login-panel-title, .changePasswordTitle {font-size: 15px;font-weight: bold;margin-bottom: 5%;} .login-alternative-panel-title {font-size: 15px;font-weight: bold;margin-bottom: 5%;} .register-panel-title {font-size: 15px;padding: 0 8%;margin-bottom: 10%;text-align: center;} .userInfoField {width: 100%;} .user-info-label {text-align: left;width: 100%;padding-left: 17px;} .container-label {text-align: left;width: 100%;padding-left: 17px;font-size:15px;} .container-info {width: 100%;border-bottom: 1px solid #c9c9c9;padding-left: 17px;margin-bottom: 25px;padding-bottom: 5px;} .container-info-aegean {width: 100%;padding-left: 17px;margin-bottom: 25px;padding-bottom: 5px;} .aegean-mod-icon-wrapper{position:relative;float:left;} .aegean-mod-icon-container{display:inline-block;} .aegean-mod-icon{height:70px;width:250px;} .login-register-container .buttonContainer, .change-password-container .buttonContainer {text-align: center;padding: 0 15%;margin-top: 10%;} .loginBtn, .registerBtn, .resetPasswordBtn, .changePasswordBtn, .checkoutBtn, .continueBtn {padding: 10px 0;color: #fff;font-size: 17px;background-color: @basicColor;border: none;width: 100%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .redemptionBtn {padding: 10px 20px;color: #fff;font-size: 17px;background-color: @basicColor;border: none;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .goToProductBtn {padding: 10px 0;color: #fff;font-size: 17px;background-color: @basicColor;border: none;width: 30%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .continueAsGuestBtn {padding: 10px 0;color: #fff;font-size: 17px;background-color: #6d6e71;border: none;width:100%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .loginBtn:hover, .registerBtn:hover, .resetPasswordBtn:hover, .changePasswordBtn:hover, .continueAsGuestBtn:hover, .checkoutBtn:hover, .container-fluid form-container:hover ,.goToProductBtn:hover {background-color: @buttonHoverColor;} .remindPasswordBtn {color: #000;margin-top: 3%;display: inline-block;} .remindPasswordBtn:hover {color: #000;} .otherOption {margin: 8% 0;border-bottom: 1px solid @backgroundColor;padding-bottom: 2%;} .fb-login {background: url(../../images/cellier/fb_icon.png);background-size: cover;background-repeat: no-repeat;width: 35px;height: 35px;display: inline-block;} .gp-login {background: url(../../images/cellier/googleplus_icon.png);background-size: cover;background-repeat: no-repeat;width: 35px;height: 35px;display: inline-block;} .row-change-password-link {margin: 5px 0 15px 2px;font-size:14px;} .row-add-address-link {margin: 5px 0 15px 2px;font-size:14px;} .my-user-div{background-color: white;border-radius: 4px;border: 1px solid #c9c9c9;padding: 6px;font-size:14px;margin-bottom: 10px;} .my-address-div{background-color: white;border-radius: 4px;border: 1px solid #c9c9c9;padding: 6px;margin-bottom:10px;} .myAccount-button-container{width: 35%;text-align: center;padding: 0 6%;margin: 1% 0 2%;font-size: 16px;} .div-table-background{width: 100%; display: inline-block; background-color: white; border: 1px solid #c9c9c9; border-radius: 4px;font-size: 16px;} .user-account-order-container {max-width: 1100px;min-width: 1100px;margin: auto;padding-bottom: 5%;} .user-account-order-background .validationErrorsContainer, .user-account-order-background .successMessageContainer{margin: 0px 15px 10px;} .user-account-order-background {background-color: @backgroundColor;padding: 0 0 3%;} .myOrder-table-header{font-weight: 600; font-size: 15px; padding-top: 15px; padding-bottom: 15px;} .myOrder-table-data{font-size: 13px; padding-top: 5px; padding-bottom: 5px;} .myOrder-table-margin{margin-bottom: 40px;} .myOrder-payment-style{text-overflow: ellipsis; overflow: hidden;} .basket-page-background {background-color: @backgroundColor;} .basket-page-container {max-width: 1100px;min-width: 1100px;margin: auto;padding-bottom: 5%;} .checkout-page-container {background-color:@backgroundColor;} .checkout-main-area {max-width: 1100px;min-width: 1100px;margin: auto;} .checkout-main-area .logoContainer{width: 100%;text-align: center;padding: 3% 0;} .checkout-main-area .logo{position: relative;text-align: center;padding: 0;margin: 0 !important;width: 100px;height: 100px;background-color: #fff;background-image: url(../../images/vertoyo/vertoyo-logo.png);background-repeat: no-repeat;background-size: 100px auto;background-position: 0 2px;border: 1px solid @basicColor;display: inline-block;} .checkout-main-area .checkout-steps {list-style-type: none;font-size: 18px;clear: both;text-align: center;margin: 0;width: 100%;display: inline-block;} .checkout-main-area .checkout-steps li {float: left;padding: 0 0 0 30px;background-color: @basicColor;color: #fff;position: relative;width: 24.6%;margin: 0 2px;height:76px;} .checkout-main-area .checkout-steps li .step-text-container {height: 76px;position: relative;width: 100%;display: inline-block;text-align: center;} .checkout-main-area .checkout-steps li .step-text-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .checkout-main-area .checkout-steps li .step-text {display: inline-block;vertical-align: middle;width: 100%;} .checkout-main-area .checkout-steps li.first-step {border-top-left-radius: 6px;border-bottom-left-radius: 6px;} .checkout-main-area .checkout-steps li.last-step {border-top-right-radius: 6px;border-bottom-right-radius: 6px;} .checkout-main-area .checkout-steps li:not(.first-step):before {content: '';border-left: 28px solid @backgroundColor;border-top: 38px solid transparent;border-bottom: 38px solid transparent;position: absolute;top: 0;left: 0;} .checkout-main-area .checkout-steps li:not(.last-step):after {content: '';border-left: 28px solid @basicColor;border-top: 38px solid transparent;border-bottom: 38px solid transparent;position: absolute;top: 0;left: 100%;z-index: 2;} .checkout-main-area .checkout-steps li.step-passed {background: #b81f30;background: -webkit-linear-gradient(left, #b81f30, #ed3b23);background: -o-linear-gradient(right, #b81f30, #ed3b23);background: -moz-linear-gradient(right, red, yellow);background: linear-gradient(to right, #b81f30, #ed3b23);} .checkout-main-area .checkout-steps li.step-passed:after {border-left-color: #ed3b23;} .shipping-cost-container {padding: 50px;text-align: center;font-family: Roboto, Arial, sans-serif;color: #000;height: 100%;} .shipping-cost-close-button {position: absolute;display: block;top: 5px;right: 20px;font-size: 30px;color: #000;cursor: pointer;} .invalid-shipping-method-container {display: inline-block;position: relative;height: 100%;text-align: center;} .invalid-shipping-method-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .invalid-shipping-method-text {display: inline-block;vertical-align: middle;width: 70%;font-size: 16px;color: #000;} .phone-order-text{line-height: normal;font-size: 18px;text-align: center;} .phone-order-container{text-align: center;margin:auto;padding: 35px;} .phone-order-button{padding:25px;} .checkout-popup-container {padding: 40px;text-align: center;font-family: Roboto, Arial, sans-serif;color: #000;height: 100%;} .checkout-popup-text {width: 100%;font-size: 16px;height: 70%;} .share-button-container {display: inline-block;position: relative;height: 100%;width: 100%;text-align: center;} .share-button-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .share-button-content {display: inline-block;vertical-align: middle;width: 80%;font-size: 16px;} .share-button-text {font-size: 22px;color: #fff;margin-bottom: 20px;} .share-button-content img {margin: 0 10px;cursor: pointer;} .shipping-cost-title {width: 100%;font-weight: 700;font-size: 22px;height: 30%;} .shipping-cost-text {width: 100%;font-size: 16px;height: 40%;} .checkout-main-area .form-container {padding: 2% 0;width: 100%;margin: 0 auto;} .checkout-main-area .button-container {width: 35%;text-align: center;padding: 0 6%;margin: 2% 0;} .shipping-cost-container .button-container {width: 100%;text-align: center;height: 30%;padding: 0 15%;} .shipping-cost-container .button-container-submit {width: 100%;height: 30%;padding: 0 15%;} .present-radio-container, .invoice-radio-container, .copy-data-container, .payment-radio-container, .thank-you-message-container {margin-bottom: 20px;margin-left: 17px;} .present-radio,.invoice-radio,.payment-radio {margin-left: 18px;} .present-radio-container label, .invoice-radio-container label, .payment-radio-container label {display: inline-block;cursor: pointer;position: relative;padding-left: 18px;font-weight: 400;padding-right: 16px;margin-bottom: 0;} .present-radio-container label:before, .invoice-radio-container label:before, .payment-radio-container label:before {content: "";display: inline-block;width: 12px;height: 12px;position: absolute;left: 0;top: 4px;border-radius: 100%;border: 1px solid #a2a2a2;} .present-radio-container label .rb-indicator, .invoice-radio-container label .rb-indicator, .payment-radio-container label .rb-indicator {position: absolute;top: 5px;left: 1px;} .present-radio-container label .rb-indicator:after, .invoice-radio-container label .rb-indicator:after, .payment-radio-container label .rb-indicator:after {position: absolute;display: none;content: '';left: 0px;width: 10px;height: 10px;border-radius: 100%;background: @basicColor;} .present-radio-container label input:checked ~ .rb-indicator:after, .invoice-radio-container label input:checked ~ .rb-indicator:after, .payment-radio-container label input:checked ~ .rb-indicator:after {display: block;} .copy-data-container label {display: inline-block;cursor: pointer;position: relative;padding-left: 18px;font-weight: 400;padding-right: 16px;margin-bottom: 0;} .copy-data-container label:before {content: "";display: inline-block;width: 12px;height: 12px;position: absolute;left: 0;top: 4px;border-radius: 2px;border: 1px solid #a2a2a2;} .copy-data-container label .cb-indicator {position: absolute;top: 5px;left: 1px;} .copy-data-container label .cb-indicator:after {position: absolute;display: none;content: '';left: 0px;width: 10px;height: 10px;border-radius: 2px;background: @basicColor;} .copy-data-container label input:checked ~ .cb-indicator:after {display: block;} .order-items-container {background-color: #fff;width: 100%;margin-bottom: 20px;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);position: relative;} .order-items-container .order-item-image {overflow: hidden;height: 240px;background-color: #fff;text-align: center;padding: 20px;} .order-items-container .order-item-image img {width: auto;max-width: 80%;max-height: 200px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;} .basket-page-container .order-items-container .order-item-details {padding: 0 15px 0 0;font-size: 18px;height: 240px;} .checkout-page-container .order-items-container .order-item-details {padding: 0 15px 0 0;font-size: 18px;height: 260px;} .basket-page-container .order-items-container .order-item-details .order-details-row {height:190px;} .checkout-page-container .order-items-container .order-item-details .order-details-row {height:100%;} .order-items-container .remove-item-link {background-color: #fff;padding: 15px 0;text-align: right;font-size: 14px;} .order-items-container .remove-item-link span {text-decoration: underline;} .basket-page-container .order-items-container .order-item-details .order-item-name {font-weight:bold;position: relative;top: 60%;transform: translateY(-60%);text-align:left;} .checkout-page-container .order-items-container .order-item-details .order-item-name {font-weight:bold;position: relative;top: 50%;transform: translateY(-50%);text-align:left;} .active-miles-extra {display:block;} .inactive-miles-extra {display:none;} .order-items-container .order-item-details .order-item-quantity-container {height: 100%;} .basket-page-container .order-items-container .order-item-details .order-item-quantity {position: relative;top: 60%;transform: translateY(-60%);height: 30px;text-align: center;} .checkout-page-container .order-items-container .order-item-details .order-item-quantity {position: relative;top: 50%;transform: translateY(-50%);height: 30px;text-align: center;} .basket-page-container .order-items-container .order-item-details .order-item-price {position: relative;top: 60%;transform: translateY(-60%);text-align: center;} .checkout-page-container .order-items-container .order-item-details .order-item-price {position: relative;top: 50%;transform: translateY(-50%);text-align: center;} .basket-page-container .order-cost-container {padding: 6px 10px 7px;background-color: #fff;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);font-size: 15px;margin-bottom: 20px;} .checkout-page-container .order-cost-container {padding: 6px 10px 6px;background-color: #fff;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);font-size: 15px;margin-bottom: 20px;} .order-shipping-info {padding: 6px 10px 7px;background-color: #fff;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);font-size: 15px;margin-bottom: 20px;} .order-cost-container .order-cost-summary, .order-shipping-info .order-shipping-info-title {font-weight: 700;border-bottom: 1px solid @backgroundColor;} .order-cost-container .order-total-cost {font-weight: 700;border-top: 1px solid @backgroundColor;} .order-cost-container .order-cost-details .order-cost-description, .order-cost-container .order-total-cost .order-cost-description {text-align: left;} .order-cost-container .order-cost-details .order-cost-amount, .order-cost-container .order-total-cost .order-cost-amount {text-align: right;} .basket-page-container .buttonContainer {padding: 0 15%;margin: 15px 0;display: inline-block;width: 100%;text-align:center;} .basket-page-container .change-quantity {position: relative;top: 50%;transform: translateY(-50%);display: inline-block;} .basket-page-container .change-quantity-minus {border: 1px solid @basicColor;background-color: transparent;color: @basicColor;padding: 0 6px;font-size: 15px;width: 23px;margin-bottom: 7px;} .basket-page-container .change-quantity-plus {border: 1px solid @basicColor;background-color: @basicColor;color: #fff;padding: 0 6px;font-size: 16px;margin-bottom: 7px;} .basket-page-container .change-quantity-plus:hover {border: 1px solid @buttonHoverColor;background-color: @buttonHoverColor;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .basket-page-container .quantity-indicator {width: 40px;background-color: @backgroundColor;position: relative;top: 50%;transform: translateY(-50%);display: inline-block;line-height: 30px; text-align: center;} .basket-page-container .continue-shopping-link {padding: 0 0 20px 35px;font-size: 14px;width: auto;} .basket-page-container .continue-shopping-link a {color: #000;} .basket-page-container .continue-shopping-link-border {border-bottom: 1px solid #000;margin-top: 5px;} .order-item-price-without-discount {color: #c1c1c1;font-size: 16px;} .order-item-price-without-discount:after {content: '';width: 80%;position: absolute;right: 10%;top: 20%;border-bottom: 1px solid red;-webkit-transform: skewY(-10deg);transform: skewY(-10deg);} .checkout-page-container .quantity-indicator {width: 40px;position: relative;top: 50%;transform: translateY(-50%);display: inline-block;line-height: 30px; text-align: center;} .empty-basket, .search-no-products-found{text-align: center;padding: 10% 0 14%;font-size: 18px;} .basket-info-message {padding: 11px 0 9px 0;text-align: center;margin: auto;font-size: 12px;} .newsletter-registration {text-align: center;padding: 15% 0;font-size: 18px;} .product-details-data-container, .product-details-extra-info-container {background-color: @backgroundColor;} .product-details-long-description-container {background-color: #ededed;font-size: 16px;text-align: left;} .product-details-data-row, .product-details-back-row {max-width: 960px;min-width: 960px;margin: 1% auto;} .product-details-long-description-row {max-width: 960px;min-width: 960px;margin: 1% auto 3%;} .product-details-extra-info-tabs-row {margin: 2% auto;} .product-details-characteristics-row {max-width: 55%;min-width: 55%;font-size: 16px;margin: 0 auto 8%;} .product-details-post-row {max-width: 960px;min-width: 960px;margin: auto;padding: 0;padding: 0 0 6%;} .product-details-image {overflow: hidden;min-height: 620px;background-color: #fff;text-align: center;padding: 40px;box-shadow: 0 0 7px 0 rgba(153,153,153,0.4);position: relative;margin-top: 1%;} .product-details-image img {width: auto;max-width: 100%;max-height: 540px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;} .product-details-data {padding: 25px 0 25px 25px; font-size: 18px; line-height: 16px;margin-top: 1%;} .product-details-data > div {margin-bottom: 10px;} .product-details-data .product-title {font-size: 22px; font-weight: 600;line-height: 20px;} .product-details-data .product-sub-title {color: #8c8c8c;} .product-details-data .line {border-bottom: 1px solid #808080;} .product-details-data .product-weight {color: #000;} .product-details-data .product-code {color: #8c8c8c;margin-bottom: 10px;} .product-details-data .product-final-price {font-size: 28px; color: #ba0d36; font-weight: 600;} .product-details-data .bundle-final-price {font-size: 28px; color: #ba0d36; font-weight: 600;margin-top:45px;} .product-details-data .product-initial-price {position: relative; display: inline-block; color: #808080; font-size: 22px; font-weight: 500; margin-left: 30px; padding: 0 5px 0 2px;} .product-details-data .product-initial-price:before {content: ''; width: 100%; position: absolute; right: 0; top: 50%;border-bottom: 2px solid @basicColor; -webkit-transform: skewY(-10deg); transform: skewY(-10deg);} .product-details-data .short-description {font-weight: 300; color: #808080; line-height: 22px; padding-bottom: 20px;} .product-details-data .stock-indicator {color: #1a7fdb;} .product-details-data .buyer-text {color: #000; } .product-details-data .buy-product-row {color: #808080;background: #ededed;font-size: 18px;font-weight: 400;margin-bottom: 5px;} .product-details-data .buy-product-row .info-cell-right {line-height: 38px;text-align: right;} .product-details-data .buy-product-row .info-cell-center {line-height: 38px;text-align: right;} .product-details-data .buy-product-row .change-quantity-container {height: 38px;text-align: center;display: table;} .product-details-data .change-quantity { display: table-cell;vertical-align: middle;width: 30px;} .product-details-data .quantity-indicator-container {width: 50px;font-size: 23px;color: #000;display: table-cell;vertical-align: middle;} .product-details-data .quantity-indicator {padding: 6px;background-color: #fff;} .product-details-data .change-quantity-minus {border: 1px solid @basicColor;background-color: transparent;color: @basicColor;font-size: 15px;width: 20px;height: 20px;margin: 0;padding: 0;} .product-details-data .change-quantity-plus {background-color: @basicColor;font-size: 16px;border: 1px solid @basicColor;color: #fff;width: 20px;height: 20px;margin: 0;padding: 0;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .product-details-data .change-quantity-plus:hover {background-color: @buttonHoverColor;border: 1px solid @buttonHoverColor;} .product-details-data .price-without-discount {font-size: 15px;text-align: center;width: 80%;display: inline-block;position: relative;} .product-details-data .price-without-discount:before {content: ''; width: 100%; position: absolute; right: 0; top: 50%;border-bottom: 1px solid red;-webkit-transform: skewY(-10deg);transform: skewY(-10deg);} .product-details-data .product-details-add-to-basket {border: 1px solid @basicColor;background-color: @basicColor;color: #fff;padding: 10px 0 10px 0;width: 100%;text-align: center;font-size: 14px;height: 38px;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .product-details-data .product-details-add-to-basket:hover {background-color: @buttonHoverColor;border: 1px solid @buttonHoverColor;} .product-details-data .display-basket-button {padding-right: 0;padding-left: 2px;} .product-details-data .display-basket-image {display: inline-block;background-image: url(../../images/vertoyo/basket_icon.png);background-position: 50%;background-repeat:no-repeat;background-color: @secondaryColor;height: 50px;width: 100%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .product-details-data .display-shipping-info-button {padding-right: 2px;padding-left: 0;} .product-details-data .display-shipping-info-image {display: inline-block;background-image: url(../../images/vertoyo/shipping_icon.png);background-position: 50%;background-repeat:no-repeat; background-color: @secondaryColor; height: 50px;width: 100%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .product-details-data .display-basket-image:hover, .product-details-data .display-shipping-info-image:hover {background-color: @basicColor;} .product-details-data .share-icons-link {margin: 20px 0 0;cursor: pointer;} .product-details-data .share-icons-text {margin-top: 10px;} .product-details-data .notify-me-icon-text{margin-top: 10px;} .product-details-data .share-notify-container{display: inline-block; margin: 20px 0 0; text-align: center; font-size: 16px;} .product-details-back-button {color: @basicColor;font-size: 20px;background: transparent; border: 0;} .product-details-back-button:hover, .product-details-back-button:focus {color: @basicColor;} .product-details-long-description-title {font-size: 22px;display: inline-block;border-bottom: 2px solid #808080;padding-bottom: 6px;font-weight: 700;margin-bottom: 10px;} .product-details-characteristics-row .characteristic-row {padding: 3px 30px;} .product-details-characteristics-row .characteristic-row .char-name {text-align: left;} .product-details-characteristics-row .characteristic-row .char-value {text-align: left;} .product-details-characteristics-row .row-even {background-color: #ededed;} .posts-page-background {background-color: #fff;} .post-page-background {background-color: @backgroundColor;} .posts-page-container {max-width: 1100px;min-width: 1100px;margin: auto;padding: 0 0 6%;} .post-page-container {max-width: 960px;min-width: 960px;margin: auto;padding: 0;padding: 3% 0 6%;} .post-page-container .button-container {margin-top: 50px;text-align: center;} .posts-container{text-align: left;position: relative;padding: 0 15px;background: #fff;margin-bottom: 50px;font-size: 0;} .posts-image {overflow: hidden;width: 100%;height: 260px;position: relative;} .posts-title {padding: 10px 0;border-bottom: 1px solid #f1f1f1;font-size: 16px;font-weight: 600;color:#000;} .posts-description {padding: 10px 0;font-size: 16px;color:#000;max-height: 70px;position: relative;overflow: hidden;} .post-title {font-size: 22px;font-weight: 600;line-height: 20px;border-bottom: 1px solid #808080;padding: 10px 0;width: auto;margin-bottom: 40px;display: inline-block;} .post-image {overflow: hidden;width: 67%;height: 100%;position: absolute;left: 0;top: 0;} .post-image-container {display: inline-block;position: relative;width: 100%;height: 460px;text-align: right;font-size: 0;} .post-image-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .post-description {width: 40%;background-color: rgba(186, 13, 54, 0.85);padding: 3%;font-size: 16px;color: #fff;display: inline-block;vertical-align: middle;position: relative;text-align: left;} .posts-description-overflow {position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;margin: 0;padding: 10px 0;background-image: linear-gradient(to bottom, transparent, #fff);} .empty-posts-page {text-align: center;padding: 14% 0;font-size: 18px;} .age-registration-page {padding: 50px;text-align: center;font-family: Roboto, Arial, sans-serif;color: #000;height: 100%;} .age-registration-page .icon{position: relative;text-align: center;padding: 0;margin: 0 !important;width: 100px;height: 100px;background-color: #fff;background-image: url(../../images/vertoyo/vertoyo-logo.png);background-repeat: no-repeat;background-size: 100px auto;background-position: 0 2px;border: 1px solid @basicColor;display: inline-block;} .age-registration-text-container {width: 100%;height: 40%;display: inline-block;position: relative;text-align: center;font-size: 0;} .age-registration-text-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .age-registration-text {display: inline-block;vertical-align: middle;width: 100%;font-size: 16px;} .age-registration-page .continueBtn{width: 42%;} .cookies-message {position: fixed;height: 70px;background-color: rgba(88,7,54,0.9);z-index: 4;bottom: -1px;left: 0;text-align: center;color:#fff;width: 100%;font-size: 0;} .cookies-message-text-container {display: inline-block;position: relative;height: 100%;text-align: center;} .cookies-message-text-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .cookies-message-text {display: inline-block;vertical-align: middle;font-size: 16px;padding: 0 5%;} .cookies-message-button-container {display: inline-block;position: relative;height: 100%;text-align: center;} .cookies-message-button-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .cookies-message-button {color: #fff;background-color: transparent;padding: 6px;display: inline-block;width: 50%;border-radius: 2px;vertical-align: middle;cursor: pointer;border: 1px solid #fff;font-size: 14px;font-weight: 700;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .cookies-message-button:hover {color: #ba0d36;background-color: #fff;} .orderDetailsTable{display: none;} .border-bottom{border-bottom: 1px solid #c9c9c9;} .marginBottom{margin-bottom: 25px;} .basket-dont-forget{margin-left: 26px; margin-top: -20px;font-size: 14px;font-weight: 700;} footer {background-color: @basicColor;clear: both;position: relative;text-align: center;} footer .footerBottomContainer {padding: 0 10%;background-color: @basicColor;font-size: 0;} footer .copyright-container {height: 60px;text-align: left;} footer .copyright-container:before {content: "";height: 100%;display: inline-block;vertical-align: middle;} footer .copyright {vertical-align: middle;display: inline-block;color: #fff;font-size: 14px;} footer .social-media-icons-container:before { content: "";height: 100%;display: inline-block;vertical-align: middle;} footer .social-media-icons-container {text-align: right;height: 60px;} footer .social-media-icons-container span {vertical-align: middle;display: inline-block;} footer .social-media-icons-container span:before {vertical-align: middle;display: inline-block;font-family: 'icomoon';color: @basicColor;font-size: 15px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background-color: #fff;border-radius: 100%;padding: 8px;margin: 0 1%;width: 32px;height: 32px;line-height: 16px;} footer .facebook:before {content: "\ea90";} footer .twitter:before {content: "\ea96";} footer .googleplus:before {content: "\ea9b";} footer .toTop {position: relative;top: -20px;background-color: #000;width: 40px;height: 40px;border-radius: 100%;text-align: center;cursor: pointer;display: inline-block;z-index: 2;} footer .toTop:before {content: "";display: inline-block;width: 18px;height: 18px;border-left: 2px solid #fff;border-top: 2px solid #fff;transform: rotate(45deg);margin-top: 38%;cursor: pointer;} footer .toTop:active {background-color: #000;} footer .footerColumns {width: 100%;font-size: 0;margin-bottom: 5%;padding: 0 10%;} footer .footerColumn {width: 20%;display: inline-block;vertical-align: top;text-align: left;padding: 0 0 0 5%;} footer .footerColumn a {color: #fff;} footer .footerColumn { color: #fff;} footer .footerColumnHeader {font-size: 16px;border-bottom: 1px solid #fff;display: inline-block;padding-bottom: 4%;} footer .footerColumnChildren {font-size: 16px;display: inline-block;padding-top: 4%;list-style-type: none;width: 100%;} footer .newsLetterContainer {color: #fff;text-align: center;padding: 0 10%;} footer .newsLetterHeader {font-size: 24px;font-weight: 700;padding: 3% 0;} footer .emailForNewsLetterContainer {margin: 5% 0 8%;} footer .emailForNewsLetterField {color: #fff;background-color: transparent;border: 2px solid;width: 35%;padding: 10px 20px;font-size: 14px;border-radius: 0;margin-bottom: 0;height: auto;} footer .emailForNewsLetterField:focus {border: 2px solid;} footer .subscribeToNewsletterBtn {background-color: @basicColor;border: 2px solid @basicColor;font-size: 14px;font-weight: bold;padding: 10px 0;width:20%;margin-left: -6px;position: relative;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} footer .subscribeToNewsletterBtn:hover {background-color: #fff;border: 2px solid #fff;color: @basicColor} footer .wim-container {color: white;font-size: 16px;} footer .wim-image {width: 16%;} .sliderRange-container {padding: 5px 17px 30px;} .grecaptcha-badge {display:none!important;} #sliderRange, #sliderRangeMobile {position: relative;margin: 10px auto 10px;width: 95%;height: 10px; border-radius: 2px;z-index: 2;} .ui-widget-header {position: absolute;height: 10px; background: @basicColor; -webkit-box-shadow: inset 0 -1px 6px 1px @basicColor; -moz-box-shadow: inset 0 -1px 6px 1px #ba0d36; box-shadow: inset 0 -1px 6px 1px #ba0d36;border-radius: 2px;border: none;top:0%;} .ui-state-default, .ui-widget-content .ui-state-default {position: relative;display: inline-block;color: #f1f1f1;text-align: center;z-index: 1;top: -7px;width: 22px;height: 22px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;background-color: #fdfdfd;-moz-box-shadow: 0 1px 5px #e5e5e5;-webkit-box-shadow: 0 1px 5px #e5e5e5;box-shadow: 0 1px 5px #e5e5e5;outline: none;cursor: pointer;border: 1px solid #d0d0d0;margin-left: -17px;} .ui-menu {list-style: none;padding: 5px;display: block;outline: none;-moz-outline-style: none;-moz-box-shadow: 0px 1px 5px rgb(100,100,100);-webkit-box-shadow: 0px 1px 5px rgb(100,100,100);box-shadow: 0px 1px 5px rgb(100,100,100);width: 450px;left: initial!important;right: 8%!important;top: 60px!important;} .ui-widget-content {background-color: @backgroundColor;color: #000;z-index: 3;} .ui-widget {font-family: Arial,sans-serif;font-size: 14px;} .ui-autocomplete {position: fixed;top: 0;left: 0;cursor: pointer;max-height: 320px;overflow-y: auto;} .ui-menu-item {width: 100%;border: none;} .ui-menu-item-wrapper {padding: 10px 5px;} .ui-autocomplete-category {width: 100%;border: none;padding: 5px;font-weight: bold;font-size: 15px;} .ui-state-active, .ui-widget-content .ui-state-active {background: @basicColor;font-weight: normal;color: #fff;} #sliderRange .ui-state-active, #sliderRange .ui-widget-content .ui-state-active, #sliderRangeMobile .ui-state-active, #sliderRangeMobile .ui-widget-content .ui-state-active {background: #f1f1f1;font-weight: normal;color: #fff;} .min-value-handler {width: 50%;float: left;text-align: left;font-size: 12px;font-weight: 700;} .max-value-handler {width: 50%;float: right;text-align: right;font-size: 12px;font-weight: 700;} input.emailForNewsLetterField::-webkit-input-placeholder {color: #fff;font-style: normal;font-size: 15px;font-style: italic;} input.emailForNewsLetterField:-moz-placeholder {color: #fff;font-style: normal;font-size: 15px;font-style: italic;} input.emailForNewsLetterField::-moz-placeholder {color: #fff;font-style: normal;font-size: 15px;font-style: italic;} input.emailForNewsLetterField:-ms-input-placeholder {color: #fff;font-style: normal;font-size: 15px;font-style: italic;} #ssIFrame_google{display: none;} /*MODULES - START*/ .cmsArea {font-size:0;padding: 0;} .htmlModule {color: #000;font-size:16px;} .htmlModuleContent {min-width: 1000px; max-width: 1000px;margin: auto;} .htmlModuleBackgroundImage{background-repeat: no-repeat; background-size: cover; height: 62vw;} .htmlModule .buttonContainer {width: 100%;text-align: center;padding: 0 6%;margin: 3% 0 5%;font-size: 16px;} .htmlModule .continueBtn {padding: 10px 0;color: #fff;font-size: 17px;background-color: #ba0d36;border: none;width: 25%;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;transition: all ease 0.4s;} .htmlModule .continueBtn:hover {background-color: @buttonHoverColor;} //.mod12Col {width:100%;font-size:16px;} .mod6Col {width:50%;} //.modBody {margin: 0;} .cellier-tasting-page {background-color: #f1f3f2;} .cellier-tasting-page .topimg {width: 100%; max-height: 190px; overflow: hidden;} .cellier-tasting-page .topimg img {width: 100%;} .cellier-tasting-page .mywrapper {min-width: 1000px; max-width: 1000px;margin: 0 auto; text-align: center;} .cellier-tasting-page .tlt {font-weight: 600; font-size: 30px; margin-bottom: 30px; margin-top: 30px;} .cellier-tasting-page .linesmall {width: 60px; border-bottom: 2px solid #b6202c; position: relative; margin: 0 auto; padding-top: 20px;} .cellier-tasting-page .brwrapper {width: 400px; margin: 0 auto; text-align: center; margin-top: 20px;} .cellier-tasting-page .centercol .slick-current img { transform: scale(1) !important;} .cellier-tasting-page .centercol .slick-current div {color: #bd2033; font-size: 22px;height: 60px;} .cellier-tasting-page .centercol .slick-slide img { -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); -webkit-transition: all 450ms ease-out; -moz-transition: all 450ms ease-out; -ms-transition: all 450ms ease-out; -o-transition: all 450ms ease-out; transition: all 450ms ease-out;text-align: center; margin: 0 auto;width: 100%;} .cellier-tasting-page .centercoldesc .slick-prev:before, .slick-next:before {color: black;} .cellier-tasting-page .centercoldesc .slick-prev {background-image: url('../../images/cellier/arrow_l.png'); background-repeat: no-repeat; height: 30px; content: ''; margin-left: -30px;} .cellier-tasting-page .centercoldesc .slick-prev:before {content: '';} .cellier-tasting-page .centercoldesc .slick-next {background-image: url('../../images/cellier/arrow_r.png'); background-repeat: no-repeat; height: 30px; content: ''; margin-right: -30px;} .cellier-tasting-page .centercoldesc .slick-next:before {content: '';} .cellier-tasting-page .clearfix:before, .clearfix:after { content: ""; display: table; } .cellier-tasting-page .clearfix:after { clear: both; } .cellier-tasting-page .clearfix { zoom: 1; clear:both;max-height: 0; } .cellier-tasting-page .flLeft {float: left;} .cellier-tasting-page.flRight {float: right;} .cellier-tasting-page .ovehidden {overflow: hidden;} .cellier-tasting-page .btnmore {background-color: #ba0d36; color: #fff; padding: 0 20px 0 20px; width: 240px; height: 38px; font-size: 16px; border: 0; cursor: pointer; margin-top: 30px; margin-bottom: 30px;} .cellier-tasting-page .vline {border-bottom: 3px solid #878b87; bottom: 40%;color: #878b87;font-family: 'roboto_slablight';font-size: 14px;padding-bottom: 7px;position: absolute;text-align: left;left: 75%;width: 50%;} .cellier-tasting-page .centercoldesc .carousel-text-container {display: inline-block;position: relative;height: 250px;width: 100%;text-align: center;} .cellier-tasting-page .centercoldesc .carousel-text-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .cellier-tasting-page .centercoldesc .carousel-text {display: inline-block;vertical-align: middle;width: 90%;font-size: 16px;} .cellier-services-page .centercoldesc .carousel-text-container {display: inline-block;position: relative;height: 250px;width: 100%;text-align: center;} .cellier-services-page .centercoldesc .carousel-text-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle;} .cellier-services-page .centercoldesc .carousel-text {display: inline-block;vertical-align: middle;width: 90%;font-size: 16px;} .cellier-services-page {background-color: #f1f3f2;} .cellier-services-page .topimg {width: 100%; max-height: 190px; overflow: hidden;} .cellier-services-page .topimg img {width: 100%;} .cellier-services-page .tlt {font-weight: 600; font-size: 24px; margin-bottom: 30px; margin-top: 30px;} .cellier-services-page .linesmall {width: 60px; border-bottom: 2px solid #b6202c; position: relative; margin: 0 auto; padding-top: 20px;} .cellier-services-page .mywrapper {min-width: 1120px; max-width: 1120px;margin: 0 auto; text-align: center;} .cellier-services-page .brwrapper {width: 400px; margin: 0 auto; text-align: center; margin-top: 20px;} .cellier-services-page .centercol .slick-current img { transform: scale(0.8) !important;} .cellier-services-page .centercol .slick-current div {color: #bd2033; font-size: 22px;height: 60px;} .cellier-services-page .centercol .slick-slide img { -webkit-transform: scale(0.5); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); -webkit-transition: all 450ms ease-out; -moz-transition: all 450ms ease-out; -ms-transition: all 450ms ease-out; -o-transition: all 450ms ease-out; transition: all 450ms ease-out;margin-left: -82px;} .cellier-services-page .centercoldesc .slick-prev:before, .slick-next:before {color: black;} .cellier-services-page .centercoldesc .slick-prev {background-image: url('../../images/cellier/arrow_l.png'); background-repeat: no-repeat; height: 30px; content: ''; margin-left: -30px;} .cellier-services-page .centercoldesc .slick-prev:before {content: '';} .cellier-services-page .centercoldesc .slick-next {background-image: url('../../images/cellier/arrow_r.png'); background-repeat: no-repeat; height: 30px; content: ''; margin-right: -30px;} .cellier-services-page .centercoldesc .slick-next:before {content: '';} .cellier-services-page .clearfix:before, .clearfix:after { content: ""; display: table; } .cellier-services-page .clearfix:after { clear: both; } .cellier-services-page .clearfix { zoom: 1; clear:both;max-height: 0; } .cellier-services-page .flLeft {float: left;} .cellier-services-page .flRight {float: right;} .cellier-services-page .ovehidden {overflow: hidden;} .cellier-services-page .btnmore {background-color: #ba0d36; color: #fff; padding: 0 20px 0 20px; width: 240px; height: 38px; font-size: 16px; border: 0; cursor: pointer; margin-top: 30px; margin-bottom: 30px;} .fs-xx-small {font-size: xx-small;} .fs-x-small {font-size: x-small;} .fs-small {font-size: small;} .fs-medium {font-size: medium;} .fs-large {font-size: large;} .fs-x-large {font-size: x-large;} .fs-xx-large {font-size: xx-large;} .tasting-team-section {margin-bottom: 70px;} .tasting-team-image {width: 220px;height: 220px;border: 10px solid #ba0d36;border-radius: 100%;} .tasting-team-image-container {position: relative;z-index: 1;} .tasting-team-name-left {font-size: 20px;color: #ba0d36;padding: 10% 0 0 5%;text-align: left;font-weight: 700;} .tasting-team-name-right {font-size: 20px;color: #ba0d36;padding: 10% 5% 0 0;text-align: right;font-weight: 700;} .tasting-team-text-container-right {background-color: #fff;text-align: center;font-size: 15px;padding: 3%;margin-left: -35px;margin-top: 65px;} .tasting-team-text-container-left {background-color: #f1f1f1;text-align: center;font-size: 15px;padding: 3%;border: 5px solid #fff;margin-right: -35px;} #invalid-filters-message {visibility: hidden;min-width: 26%;background-color: #333;color: #fff;text-align: center;border-radius: 10px;padding: 16px;position: fixed;z-index: 3;left: 50%;bottom: 60px;margin-left: -13%;font-size: 16px;} #invalid-filters-message-mobile {visibility: hidden;min-width: 80%;background-color: #333;color: #fff;text-align: center;border-radius: 10px;padding: 16px;position: fixed;z-index: 3;left: 50%;bottom: 60px;margin-left: -40%;font-size: 14px;} #invalid-filters-message.show, #invalid-filters-message-mobile.show {visibility: visible;-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;animation: fadein 0.5s, fadeout 0.5s 2.5s;} @-webkit-keyframes fadein {from {bottom: 0; opacity: 0;} to {bottom: 60px; opacity: 1;}} @keyframes fadein {from {bottom: 0; opacity: 0;} to {bottom: 60px; opacity: 1;}} @-webkit-keyframes fadeout {from {bottom: 60px; opacity: 1;} to {bottom: 0; opacity: 0;}} @keyframes fadeout {from {bottom: 60px; opacity: 1;} to {bottom: 0; opacity: 0;}} div#alpha-payment-failure-message{display: block;height: 45px;} .receipt-field{display: inline-block; width: 50%;} /*MODULE - END*/ div[id^="wrapper_"]{width: 95%;margin:0 auto;} .wrapperIframe #nyroModalContent {-moz-border-top-left-radius: 0;-webkit-border-top-left-radius: 0;border-top-left-radius: 0;-moz-border-top-right-radius: 0;-webkit-border-top-right-radius: 0;border-top-right-radius: 0;} div.clearfix#contentGrid { min-height: 400px; } #contentGrid { position:relative; z-index:1; min-height: 350px; } div#nyroModalWrapper{ background: #fff; -moz-box-shadow: 0px 0px 22px 0px #444444; -webkit-box-shadow: 0px 0px 22px 0px #444444; box-shadow: 0px 0px 22px 0px #444444; } @media screen and (min-width: 1400px) { .error-404{font-size: 90px;} .first-message-404{font-size: 47px; margin-top: -2%;} .second-message-404{font-size: 30px;} .second-message-margin-404{margin-top: -0.5%;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 22px; margin-top: 2%; width: 15%; height: 44px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .navbar #searchField{display: inline-block;} } @media screen and (min-width: 1137px) { .input-width {width:70%;} .mobile {display: none;} .nav>li.mobile {display: none;} .eshop-product-container.product-num-0 {margin-left: 0;} .eshop-product-container.product-num-3 {margin-right: 0;} .eshop-product-catalogue-item-container.product-num-0 {margin-left: 0;} .eshop-product-catalogue-item-container.product-num-2 {margin-right: 0;} .filtersSideNav {width:25%!important;padding-left: 0;padding-right: 0;} .my-address-div{font-size: 14px;width:49%;} .my-address-div.left {margin-right: 1%;} .my-address-div.right {margin-left: 1%;} .tasting-team-image-container:before {content: '';width: 100%;position: absolute;right: 0;top: 50%;border-bottom: 4px solid #ba0d36;-webkit-transform: skewY(-15deg);transform: skewY(-15deg);border-radius: 25%;} .tasting-team-section .col-md-push-9 {left: 72%;} .navbar #searchField{display: inline-block;} } @media screen and (min-width: 992px) { .receipt-fields-container{width:70%;} } @media screen and (min-width: 961px) and (max-width: 1136px) { .input-width {width:70%;} .mobile {display: none;} .nav>li.mobile {display: none;} .eshop-products-row {max-width: 560px;min-width: 560px;} .eshop-product-catalogue-products-row {max-width: 540px;min-width: 540px;} .basket-page-container {max-width: 920px;min-width: 920px;} .user-account-order-container {max-width: 920px;min-width: 920px;} .post-page-container, .posts-page-container {max-width: 920px;min-width: 920px;} .eshop-product-catalogue-item-container.product-num-0 {margin-left: 0;} .eshop-product-catalogue-item-container.product-num-1 {margin-left: 0;} .eshop-product-catalogue-item-container.product-num-2 {margin-left: 0;} .filtersSideNav {width:25%!important}; .error-404{font-size: 79px;} .first-message-404{font-size: 36px; margin-top: -2%;} .second-message-404{font-size: 19px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 14px; margin-top: 2%; width: 15%; height: 44px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .navbar #searchField{display: inline-block;} .clear-all-link-container {padding-left: 15px;} } @media screen and (min-width: 992px) and (max-width: 1136px) { .checkout-main-area {max-width: 1000px;min-width: 1000px;} .carousel-info .quote-container {width:70%;} .btn-default{width: 20%;} .my-address-div{font-size: 14px;width:49%;} .my-address-div.left {margin-right: 1%;} .my-address-div.right {margin-left: 1%;} .htmlModuleContent {min-width: 940px; max-width: 940px;margin: auto;} .tasting-team-image-container:before {content: '';width: 100%;position: absolute;right: 0;top: 50%;border-bottom: 4px solid #ba0d36;-webkit-transform: skewY(-15deg);transform: skewY(-15deg);border-radius: 25%;} .tasting-team-section .col-md-push-9 {left: 72%;} .cellier-services-page .mywrapper {min-width: 940px; max-width: 940px;} .cellier-services-page .centercol .slick-slide img {width: 100%;margin-left: 0;} .navbar #searchField{display: inline-block;} .clear-all-link-container {padding-left: 15px;} } @media screen and (min-width: 768px) and (max-width: 991px) { .input-width {width:70%;} .mobile {display: none;} .nav>li.mobile {display: none;} .navbar #searchField {width: 140px;} input[type="text"], input[type="password"] {padding: 5px 12px;} select {padding: 5px 12px;} .container-no-padding-right {padding: 0;} .container-no-padding {padding: 0;} .carousel-info .quote-container {width:70%;} .btn-default{width: 20%;text-shadow: 1px 1px 2px #000;-webkit-box-shadow: 1px 1px 4px #000;-moz-box-shadow: 1px 1px 4px #000;box-shadow: 1px 1px 4px #000;} .header-title {font-size: 18px;} .loginBtn, .registerBtn, .resetPasswordBtn, .changePasswordBtn, .continueAsGuestBtn, .checkoutBtn, .continueBtn, .redemptionBtn,.goToProductBtn {font-size: 15px;} .product-details-data-row, .product-details-back-row {max-width: 770px;min-width: 770px;} .product-details-tabs {width: 100%;} .checkout-main-area {max-width: 770px;min-width: 770px;font-size: 13px;} .checkout-main-area .form-container {max-width: 720px;min-width: 720px;} .checkout-main-area .logo {width: 80px;height: 80px;background-size: 80px auto;} .checkout-main-area .checkout-steps {font-size: 14px;} .checkout-main-area .checkout-steps li {margin: 0 2px;padding: 0 0 0 24px;height: 56px;width: 24.4%;} .checkout-main-area .checkout-steps li .step-text-container {height: 56px;} .checkout-main-area .checkout-steps li.first-step {border-top-left-radius: 5px;border-bottom-left-radius: 5px;} .checkout-main-area .checkout-steps li.last-step {border-top-right-radius: 5px;border-bottom-right-radius: 5px;} .checkout-main-area .checkout-steps li:not(.first-step):before {border-left: 24px solid @backgroundColor;border-top: 28px solid transparent;border-bottom: 28px solid transparent;} .checkout-main-area .checkout-steps li:not(.last-step):after {border-left: 24px solid @basicColor;border-top: 28px solid transparent;border-bottom: 28px solid transparent;} .checkout-main-area .checkout-steps li.step-passed:after {border-left-color: #ed3b23;} .eshop-product-catalogue-item-container.product-num-0 {margin-left: 0;} .eshop-product-catalogue-item-container.product-num-1 {margin-left: 0;} .eshop-product-catalogue-item-container.product-num-2 {margin-left: 0;} .filtersSideNav {width:25%!important}; .present-radio-container label:before, .invoice-radio-container label:before, .payment-radio-container label:before {top: 2px;} .present-radio-container label .rb-indicator, .invoice-radio-container label .rb-indicator, .payment-radio-container label .rb-indicator {top: 3px;} .copy-data-container label:before {top: 2px;} .copy-data-container label .cb-indicator {top: 3px;} .container-label {font-size: 14px;padding-left: 12px;} .container-info {padding-left: 12px;} .shipping-cost-title {font-size: 18px;} .shipping-cost-text, .checkout-popup-text {font-size: 14px;} .age-registration-text {font-size: 14px;} .order-items-container {margin-bottom: 10px;} .cookies-message-text {font-size: 14px;} .basket-page-container .continue-shopping-link {font-size: 12px;padding: 0 20px 15px 0;display: inline-block;float: right;} .post-title {font-size: 18px;} .post-image-container {height: 340px;} .post-description {font-size:12px;} .quantity-indicator-container {font-size: 18px;} .product-details-data .product-details-add-to-basket {font-size: 12px;} .product-details-data .buy-product-row {font-size: 15px;} .product-details-data .price-without-discount {font-size: 11px;} .product-details-data .display-basket-image {background-size: 25%;height: 40px;} .product-details-data .display-shipping-info-image {background-size: 25%;height: 40px;} .product-details-data .short-description {font-size: 12px;} .my-user-div{font-size: 14px;} .my-address-div{font-size: 14px;width:49%;} .my-address-div.left {margin-right: 1%;} .my-address-div.right {margin-left: 1%;} .row-change-password-link, .row-add-address-link {font-size: 14px;} footer .toTop {top: -16px;width: 35px;height: 35px;} footer .toTop:before {width: 15px;height: 15px;margin-top: 36%;} footer .subscribeToNewsletterBtn {top: -1px;padding: 7px 0;font-size: 12px;} footer .wim-container {font-size: 14px;} footer .wim-image {width: 24%;} .htmlModuleContent {min-width: 760px; max-width: 760px;} .htmlModule .continueBtn {font-size: 15px;} .myOrder-table-header{font-weight: 600; font-size: 14px;} .myOrder-table-data{font-size: 12px;} .myOrder-payment-style{text-overflow: ellipsis; overflow: hidden;} .cellier-services-page .mywrapper {min-width: 760px; max-width: 760px;} .cellier-tasting-page .mywrapper {min-width: 760px; max-width: 760px;} .cellier-services-page .centercol .slick-current div {font-size: 20px;height: 80px;} .cellier-tasting-page .centercol .slick-current div {font-size: 20px;height: 80px;} .cellier-services-page .centercoldesc .carousel-text {font-size: 14px;} .cellier-tasting-page .centercoldesc .carousel-text {font-size: 14px;} .cellier-tasting-page .centercoldesc .carousel-text-container {height: 200px;} .cellier-services-page .centercoldesc .carousel-text-container {height: 200px;} .cellier-services-page .centercol .slick-slide img {width: 100%;margin-left: 0;} .tasting-team-image-container {text-align: center;} .tasting-team-image {width: 180px;height: 180px;border: 8px solid #ba0d36;} .tasting-team-name-left, .tasting-team-name-right {font-size: 18px;padding: 5% 0;text-align: center;} .tasting-team-text-container-right, .tasting-team-text-container-left {font-size: 13px;margin: 0;} .tasting-team-section {margin-bottom: 70px;} .tasting-team-section .col-md-push-9 {left: 0;} .error-404{font-size: 78px;} .first-message-404{font-size: 35px; margin-top: -2%;} .second-message-404{font-size: 18px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 13px; margin-top: 2%; width: 15%; height: 34px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .navbar #searchField{display: inline-block;} .clear-all-link-container {padding-left: 15px;} } @media screen and (min-width: 768px) and (max-width: 960px) { .carousel-indicators li {margin: 0 2px; width: 8px; height: 8px;} .carousel-indicators li.active {margin: 0 2px; width: 8px; height: 8px;} .carousel-info .quote-container {min-height: 300px;height: 300px;} .carousel-info .quote-text {font-size: 50px;text-shadow: 2px 2px 3px #000;} .carousel-info .quote-border {margin: 15px auto 30px;} .btn-default {font-size: 12px;height: 40px;margin: 0 0 60px;} .btn-default-hero-without-url{height: 40px; margin: 0 0 60px;} .eshop-product-catalogue-products-row {max-width: 540px;min-width: 540px;} .eshop-products-row {max-width: 560px;min-width: 560px;} .basket-page-container {max-width: 720px;min-width: 720px;} .user-account-order-container {max-width: 720px;min-width: 720px;} .post-page-container, .posts-page-container {max-width: 720px;min-width: 720px;} footer .copyright-container {text-align: center; padding: 0;} footer .copyright {font-size: 13px;} footer .social-media-icons-container {text-align: center; padding: 0;} .error-404{font-size: 75px;} .first-message-404{font-size: 32px; margin-top: -2%;} .second-message-404{font-size: 15px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 11px; margin-top: 2%; width: 15%; height: 30px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} } @media screen and (max-width: 767px) { body > #mainArea {margin-top: 140px;} .input-width {width:100%;} .validationError, .successMessage {font-size: 12px;} .container-no-padding-right {padding: 0;} .container-no-padding {padding: 0;} input[type="text"], input[type="password"] {padding: 5px 8px;} select {padding: 5px 8px;} .navbar {padding: 0;} .navbar {padding: 0;height: 70px;z-index: 3;} .navbar.navbar-second.navbar-fixed-top {top: 70px;} .navbar.navbar-first .navbar-nav.navbar-left li {height: 70px;} .navbar.navbar-first .navbar-nav > li > span > a {line-height: 70px;} .navbar.navbar-second .navbar-nav > li > span > a {line-height: 70px;} .navbar .navbar-header {float: none;text-align: center;} .navbar .navbar-brand {margin-left: -50px!important;} .navbar .navbar-nav.navbar-left {margin-left: 0;padding :0;} .navbar.navbar-first .navbar-nav.navbar-left li:first-child {padding: 14px 2px 14px 0;} .navbar.navbar-first .navbar-nav.navbar-left li {padding: 14px 2px;} .navbar .navbar-nav.navbar-left li span:before {margin: 0;width: 26px;height: 26px;line-height: 10px;font-size: 10px;} .navbar .navbar-nav.navbar-right li {float: right;text-align: center;padding: 0 0 0 5px;} .navbar .navbar-nav .menu-icon {margin-left: 0;} .navbar .login-options-container {width: 100px;} .navbar #searchField {width: 80px;font-size: 9px;height: 22px;} input#searchField::-webkit-input-placeholder {font-size: 9px;} input#searchField:-moz-placeholder {font-size: 9px;} input#searchField::-moz-placeholder {font-size: 9px;} input#searchField:-ms-input-placeholder {font-size: 9px;} .navbar .navbar-nav .menu-icon, .navbar .navbar-nav .language-icon, .navbar .navbar-nav .cart-icon, .navbar .navbar-nav .search-icon, .navbar .navbar-nav .login-icon, .navbar .navbar-nav .wine-club-icon {width:18px;} .navbar .navbar-nav .search-icon, .navbar .navbar-nav .language-icon {margin-left: 5px;} .carousel-indicators li {margin: 0 2px; width: 6px; height: 6px;} .carousel-indicators li.active {margin: 0 2px; width: 6px; height: 6px;} .carousel-info .quote-container {width:50%;min-height: 180px;height: 180px;} .carousel-info .quote-text {font-size: 26px;text-shadow: 2px 1px 2px #000;} .carousel-info .quote-border {margin: 8px auto 16px;} .btn-default{font-size: 8px;height: 30px;margin: 0 0 40px;width: 20%;text-shadow: 1px 1px 1px #000;-webkit-box-shadow: 1px 1px 4px #000;-moz-box-shadow: 1px 1px 4px #000;box-shadow: 1px 1px 4px #000;} .btn-default-hero-without-url{height: 30px; margin: 0 0 40px;} .menu-items ul li a {font-size: 18px;} .menu-expand .close-icon {width: 20px;height: 20px;background-size: contain;} .eshop-tabs-row {padding: 0;} .eshop-tabs {width:80%; font-size:16px;} .eshop-products-row {min-width: 0;} .eshop-product-container, .eshop-product-catalogue-item-container {margin: 0 auto 10px auto;float: none;clear: both;} .eshop-product-container .price, .eshop-product-catalogue-item-container .price{font-size:16px;} .eshop-product-image{height: 220px;} .eshop-product-image img {max-height: 160px;} .eshop-product-details {font-size: 13px;height: 60px;} .eshop-product-catalogue-container{padding: 0 0 7%;} .eshop-hovered-tile-block .cart-icon, .eshop-hovered-tile-block .lens-icon {width: 36px;height: 36px;} .filters-side-nav-container {padding-left: 30px;margin-bottom: 15px;} .filtersSideNav {overflow-x: hidden;position: fixed;padding: 0px;box-shadow: rgb(153, 153, 153) 0px 0px 10px 0px;width: 70%;left: 0px;top: 0px;background-color: rgb(241, 241, 241);transition: 0.5s;height: 100%;left: -72%;z-index: 4;} .filtersSideNavInner {position: relative;padding: 60px 20px 20px 15px;height: 100%;overflow: auto;width: 106%;overflow-y: scroll;} .filtersSideNav .closebtn {position: absolute;top: 0;right: 15px;font-size: 36px;color: #222;} .filters-icon {background-image: url(../../images/vertoyo/filters_icon.png);width: 22px;height: 22px;display: block;cursor: pointer;background-size: contain;} .eshop-product-catalogue-filter-header {font-size: 12px;} .eshop-product-catalogue-filter {font-size: 11px;} .product-details-extra-info-container {padding: 0;} .product-details-data-row, .product-details-back-row {max-width: 470px;min-width: 470px;margin: 5% auto 1%;} .product-details-post-row {max-width: 470px;min-width: 470px;} .product-details-image {height: 260px;min-height: 260px;width: 260px;margin: auto;padding:30px;} .product-details-image img {max-height: 200px;} .product-details-data {padding: 15px 0;font-size: 15px;line-height: 14px;} .product-details-data .product-title {font-size: 18px;} .product-details-data .product-final-price{font-size: 22px;text-align: center;} .product-details-data .bundle-final-price {font-size: 22px;text-align: center;margin-top: 10px;} .product-details-data .product-initial-price {font-size: 16px;} .product-details-data .buy-product-row {font-size: 12px;} .product-details-data .price-without-discount {font-size: 10px;width: 80%;margin-left: 8px;} .product-details-data .change-quantity {width: 15px;} .product-details-data .change-quantity-minus, .product-details-data .change-quantity-plus {width: 15px;height: 15px;font-size: 12px;} .product-details-data .quantity-indicator-container {width: 20px;font-size: 15px;} .product-details-data .product-details-add-to-basket {font-size: 10px;padding: 5px 0 5px 0;height: 28px;} .product-details-data .buttons-container {margin-top: 40px;} .product-details-tabs {width: 100%;font-size: 15px;} .product-details-characteristics-row {max-width: 90%;min-width: 90%;font-size: 12px;} .product-details-characteristics-row .characteristic-row {padding: 3px 5px;} .product-details-data .product-title {text-align: center;} .product-details-data .product-sub-title{text-align: center;} .product-details-data .product-weight {text-align: center;} .product-details-data .product-code {text-align: center;font-size: 12px;} .product-details-data .display-basket-image {background-size: 14%;height: 40px;} .product-details-data .display-shipping-info-image {background-size: 20%;height: 40px;} .product-details-data .buy-product-row .change-quantity-container {height: 28px;} .product-details-data .buy-product-row .info-cell-center {line-height: 28px;} .product-details-data .buy-product-row .info-cell-right {line-height: 28px;} .product-details-data .share-notify-container{width: 100%;margin: 0 0 20px;font-size: 14px;} .product-details-data .share-notify-container img {width: 30px;} .product-details-data .stock-indicator {font-size: 13px;text-align: center;} .share-button-text {font-size: 14px;} .share-button-content img {width:60px;} .basket-page-container {max-width: 490px;min-width: 490px;} .user-account-order-container {max-width: 490px;min-width: 490px;} .checkout-page-container .order-items-container {margin: 0 0 10px;} .basket-page-container .order-items-container {margin: 10px 0;} .empty-basket, .search-no-products-found {padding: 14% 0;font-size: 14px;} .no-products-found {font-size: 14px;} .checkout-page-container .order-items-container .order-item-image, .basket-page-container .order-items-container .order-item-image {height: 190px;padding: 20px 5px;} .checkout-page-container .order-items-container .order-item-image img, .basket-page-container .order-items-container .order-item-image img {max-height: 150px;} .checkout-page-container .order-items-container .order-item-details, .basket-page-container .order-items-container .order-item-details {font-size: 16px;padding: 15px 20px 15px 15px;height: 190px;} .thank-you-message-container {margin-bottom: 0;margin-left: 5px;text-align: justify;} .basket-page-container .order-items-container .order-item-details .order-item-name, .checkout-page-container .order-items-container .order-item-details .order-item-name {height: 60px;overflow-y: hidden;top: 0;transform: translateY(0%);font-size: 14px;} .order-items-container .order-item-details .order-item-quantity-container {height: 50px;} .basket-page-container .order-items-container .order-item-details .order-item-quantity, .checkout-page-container .order-items-container .order-item-details .order-item-quantity {top: 50%;transform: translateY(-50%);height: 100%;text-align: left;} .basket-page-container .order-items-container .order-item-details .order-item-price, .checkout-page-container .order-items-container .order-item-details .order-item-price {font-size: 18px;height: 50px;line-height: 50px;text-align: right;} .basket-page-container .order-items-container .order-item-details .order-details-row {height:130px;} .checkout-page-container .order-items-container .order-item-details .order-details-row {height:140px;} .remove-item-row {height:30px;padding-right: 15px;} .order-items-container .remove-item-link {padding: 0;} .checkout-main-area .form-container {max-width: 490px;min-width: 490px;} .checkout-main-area {max-width: 490px;min-width: 490px;font-size: 12px;} .checkout-main-area .logo {width: 70px;height: 70px;background-size: 70px auto;} .checkout-main-area .checkout-steps {font-size: 11px;} .checkout-main-area .checkout-steps li {margin: 0 1px;padding: 0 0 0 15px;height: 50px;width: 24.5%;} .checkout-main-area .checkout-steps li .step-text-container {height: 50px;} .checkout-main-area .checkout-steps li.first-step {border-top-left-radius: 4px;border-bottom-left-radius: 4px;} .checkout-main-area .checkout-steps li.last-step {border-top-right-radius: 4px;border-bottom-right-radius: 4px;} .checkout-main-area .checkout-steps li:not(.first-step):before {border-left: 15px solid @backgroundColor;border-top: 25px solid transparent;border-bottom: 25px solid transparent;} .checkout-main-area .checkout-steps li:not(.last-step):after {border-left: 15px solid @basicColor;border-top: 25px solid transparent;border-bottom: 25px solid transparent;} .checkout-main-area .checkout-steps li.step-passed:after {border-left-color: #ed3b23;} .checkout-main-area .button-container {padding: 0 5%;margin: 5% auto;width: 100%;} .shipping-cost-title {font-size: 16px;} .shipping-cost-text, .checkout-popup-text {font-size: 12px;} .age-registration-text {font-size: 12px;} .age-registration-page .continueBtn{width: 70%;} .basket-page-container .buttonContainer {padding: 0;} .basket-info-message {font-size: 11px;} .container-label {font-size: 13px;padding-left: 8px;} .container-info {padding-left: 8px;} .present-radio-container label:before, .invoice-radio-container label:before, .payment-radio-container label:before {top: 1px;} .present-radio-container label .rb-indicator, .invoice-radio-container label .rb-indicator, .payment-radio-container label .rb-indicator {top: 2px;} .copy-data-container label:before {top: 1px;} .copy-data-container label .cb-indicator {top: 2px;} .basket-page-container .order-cost-container, .checkout-page-container .order-cost-container {font-size: 13px;margin: 10px 0;} .order-shipping-info {font-size: 13px;} .desktop {display: none;} .nav>li.desktop {display: none;} .login-register-container {min-width: 300px;max-width: 300px;font-size: 12px;} .login-register-header {font-size: 12px;} .user-info-label {font-size: 12px;padding-left: 8px;} .register-panel-title, login-panel-title, .login-alternative-panel-title {font-size: 13px;} .login-register-container .buttonContainer, .change-password-container .buttonContainer {padding: 0;} .loginBtn, .registerBtn, .resetPasswordBtn, .changePasswordBtn, .continueAsGuestBtn, .checkoutBtn, .continueBtn, .goToProductBtn {font-size: 14px;} .loadMoreBtn {font-size: 14px;width:auto;} .post-page-container, .posts-page-container {max-width: 490px;min-width: 490px;} .posts-container {margin: 20px 0 30px;padding: 0;} .posts-title, .posts-description {font-size: 12px;} .post-title {font-size: 16px;margin-bottom: 25px;} .post-image-container {height: 260px;} .post-image {width: 75%;} .post-description {font-size:10px;width: 50%;} .empty-posts-page {font-size: 14px;} .cookies-message-text {font-size: 11px;padding: 0 2%;} .cookies-message-button {font-size: 10px;width: 80%;} .my-user-div, .my-address-div{font-size:12px;margin-bottom: 5px;} .myAccount-button-container {padding: 0 5%;margin: 5% auto;width: 100%;} .row-change-password-link, .row-add-address-link {font-size: 12px;} .basket-dont-forget{font-size: 12px;} footer .emailForNewsLetterField {padding: 6px;font-size: 12px;width: 65%;} footer .newsLetterContainer {padding: 0 5%;} footer .newsLetterHeader {font-size: 16px;} footer .subscribeToNewsletterBtn {font-size: 12px;padding: 8px 0;width: 45%;margin-left: 0;margin-top: 5px;} footer .footerColumns {padding: 0;} footer .footerColumnHeader {padding-bottom: 0;font-size: 12px; border: none;font-weight: 700;} footer .footerColumnHeader:after {content: "/";float: right;color: #fff;font-weight: 400;margin: 0 3px;} footer .footerColumnHeader:last-child:after {content: "";} footer .footerColumnHeader a {color: #fff;} footer .footerColumnHeader {color: #fff;} footer .toTop {top: -14px;width: 30px;height: 30px;} footer .toTop:before {width: 14px;height: 14px;margin-top: 34%;} footer .copyright {font-size:12px;} footer .footerBottomContainer {padding: 0;} footer .copyright-container {text-align: center; padding: 0;} footer .social-media-icons-container {text-align: center; padding: 0;} footer .wim-container {font-size: 12px;} footer .wim-image {width: 30%;} input.emailForNewsLetterField::-webkit-input-placeholder {font-size: 12px;} input.emailForNewsLetterField:-moz-placeholder {font-size: 12px;} input.emailForNewsLetterField::-moz-placeholder {font-size: 12px;} input.emailForNewsLetterField:-ms-input-placeholder {font-size: 12px;} .header-title {font-size: 16px;} .title-border {margin: 10px auto;} .loading-image {margin: 8px 0;} .myOrder-table-header{font-weight: 600; font-size: 13px;} .myOrder-table-data{font-size: 11px;} .myOrder-payment-style{text-overflow: ellipsis; overflow: hidden;} .message-container-404{text-align: center; padding-top: 4%; color: white; font-weight: bold; margin-top: -2%;} .error-404{font-size: 50px;} .first-message-404{font-size: 24px; margin-top: -2%;} .second-message-404{font-size: 13px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 10px; margin-top: 2%; width: 15%; height: 24px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .fs-xx-small {font-size: xx-small;} .fs-x-small {font-size: xx-small;} .fs-small {font-size: x-small;} .fs-medium {font-size: small;} .fs-large {font-size: medium;} .fs-x-large {font-size: medium;} .fs-xx-large {font-size: large;} .htmlModuleContent {min-width: 490px; max-width: 490px;} .htmlModule .buttonContainer {padding: 0;margin: 3% 0 9%;} .htmlModule .continueBtn {width: 70%;font-size: 14px;} .tasting-team-image-container {text-align: center;} .tasting-team-image {width: 160px;height: 160px;border: 8px solid #ba0d36;} .tasting-team-name-left, .tasting-team-name-right {font-size: 16px;padding: 5% 0;text-align: center;} .tasting-team-text-container-right, .tasting-team-text-container-left {font-size: 11px;margin: 0;} .tasting-team-section {margin-bottom: 50px;} .tasting-team-section .col-md-push-9 {left: 0;} .cellier-services-page .mywrapper {min-width: 220px; max-width: 220px;} .cellier-tasting-page .mywrapper {min-width: 220px; max-width: 220px;} .cellier-services-page .brwrapper {min-width: 200px; max-width: 200px;} .cellier-tasting-page .brwrapper {min-width: 200px; max-width: 200px;} .cellier-services-page .centercol .slick-current div {font-size: 18px;height: 70px;} .cellier-tasting-page .centercol .slick-current div {font-size: 18px;height: 70px;} .cellier-services-page .centercoldesc .carousel-text {font-size: 12px;} .cellier-tasting-page .centercoldesc .carousel-text {font-size: 12px;} .cellier-tasting-page .centercoldesc .carousel-text-container {height: 180px;} .cellier-services-page .centercoldesc .carousel-text-container {height: 180px;} .cellier-tasting-page .centercol .slick-slide img {width: 100%;} .cellier-services-page .centercol .slick-slide img {width: 100%;margin-left: 0;} .ui-autocomplete {width: 90%;right: 5%!important;} .ui-widget {font-size: 12px;} .continue-shopping-link-mobile{border-bottom: 1px solid #e1e1e1; padding: 10px; text-decoration: underline;} .continue-shopping-link-mobile a{color: black} .ui-state-default, .ui-widget-content .ui-state-default {top: -3px;width: 16px;height: 16px;margin-left: -12px;} .eshop-product-catalogue-filter label .cb-indicator {top: 1px;} } @media screen and (max-width: 512px) { .carousel-info .quote-container {width:70%;} .filters-side-nav-container {padding-left: 10px;} .eshop-product-catalogue-filter label:before {top: 1px;} .basket-page-container {max-width: 360px;min-width: 360px;} .post-page-container, .posts-page-container {max-width: 360px;min-width: 360px;} .post-image-container {height: 230px;} .post-description {width: 60%;} .product-details-post-row {max-width: 360px;min-width: 360px;} .checkout-main-area {max-width: 360px;min-width: 360px;} .product-details-data-row, .product-details-back-row {max-width: 360px;min-width: 360px;} .checkout-main-area .form-container {max-width: 360px;min-width: 360px;} .checkout-main-area .checkout-steps li {padding: 0 0 0 15px;height: 40px;width: 24.4%;} .checkout-main-area .checkout-steps {font-size: 8px;} .checkout-main-area .checkout-steps li .step-text-container {height:40px;} .checkout-main-area .checkout-steps li:not(.first-step):before {border-left: 15px solid @backgroundColor;border-top: 20px solid transparent;border-bottom: 20px solid transparent;} .checkout-main-area .checkout-steps li:not(.last-step):after {border-left: 15px solid @basicColor;border-top: 20px solid transparent;border-bottom: 20px solid transparent;} .checkout-main-area .checkout-steps li.step-passed:after {border-left-color: #ed3b23;} .eshop-tabs {width:100%; font-size:14px;} .user-account-order-container {max-width: 360px;min-width: 360px;} .user-order-container{padding-left: 0px; padding-right: 0px;} .myOrder-table-header{font-weight: 600; font-size: 12px;} .message-container-404{padding-top: 4%; color: white; font-weight: bold;margin-top: -2%;} .error-404{font-size: 37px;} .first-message-404{font-size: 20px; margin-top: -2%;} .second-message-404{font-size: 12px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 9px; margin-top: 2%; width: 15%; height: 23px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .htmlModuleContent {min-width: 330px; max-width: 330px;} .basket-page-container .change-quantity-plus{padding: 0 5px;} .basket-page-container .change-quantity-minus {width: 21px;} .basket-page-container .quantity-indicator{width: 37px} .checkout-page-container .order-items-container .order-item-details, .basket-page-container .order-items-container .order-item-details{padding: 15px 20px 15px 1px;} .continue-shopping-link-mobile{border-bottom: 1px solid #e1e1e1; padding: 10px; text-decoration: underline;} .continue-shopping-link-mobile a{color: black} } @media screen and (max-width: 440px) { .message-container-404{text-align: center; padding-top: 4%; color: white; font-weight: bold;margin-top: -2%;} .error-404{font-size: 30px;} .first-message-404{font-size: 17px; margin-top: -2%;} .second-message-404{font-size: 10px;} .button-404{background-color: @newsletterButtonColor; border: none; color: white; font-weight: 300; text-decoration: none; display: inline-block; font-size: 7px; margin-top: 2%; width: 15%; height: 15px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.4s;} .button-404:hover, .button-404:focus{background-color: @buttonHoverColor} .htmlModuleContent {min-width: 330px; max-width: 330px;} .continue-shopping-link-mobile{border-bottom: 1px solid #e1e1e1; padding: 10px; text-decoration: underline;} .continue-shopping-link-mobile a{color: black} .checkout-main-area .checkout-steps {font-size: 7px;} .checkout-main-area .checkout-steps li {width: 24.3%;} } @media screen and (max-width: 360px) { .basket-page-container {max-width: 300px;min-width: 300px;} .post-page-container, .posts-page-container {max-width: 300px;min-width: 300px;} .product-details-post-row {max-width: 300px;min-width: 300px;} .checkout-main-area {max-width: 300px;min-width: 300px;} .product-details-data-row, .product-details-back-row {max-width: 300px;min-width: 300px;} .checkout-main-area .form-container {max-width: 300px;min-width: 300px;} } label.disabled {opacity: 0.5;cursor: not-allowed;}