@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Open+Sans:wght@300;400;600;700&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');

/*logos scroll area*/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.img-gradient{
  position: bottom;
}

.img-gradient:before {
  content:
  '';
  position: absolute;
  left:0;
  /* top:0; */
  width:100%;
  height: 30%;
  display:
  inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 6%) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  linear-gradient(to bottom, #0ceaedf5 30%,#ffc40000 70%,rgb(255 0 0) 100%): ;
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  bottom: 0;
}
.img-gradient img{
  display:block;
}
}

.slider {
  background: white;
/*  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;*/
  position: relative;
  max-width: 1600px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

/*END logos scroll area*/
.hpsoverlay {
	margin-left: -39px;
    position: absolute;
    transform: rotateY(0deg) rotate(320deg);
    transition: transform 2s;
    margin-top: 35px;
    background: #585858;
    padding: 10px;
    width: 220px;
    clip-path: polygon(16% 0, 78% 0, 100% 100%, 0 100%);
    /* border: 1px solid blue; */
    color: white;
    font-weight: bold;
}

.form-shipping-address option[value=FR] {
    display: none!important;
}

.homepromoinner a.action.tocart.primary.single:hover {
    border: 1px solid #9b973e;
	background: #9b973e;
}

.homepromoinner a.action.tocart.primary:hover {
    border: 1px solid #9b973e;
	background: #9b973e;
}

.intropara {
	padding-top: 2rem;
	font-size: 1.3rem;
	font-family: 'Cabin', 'Open Sans';
}

.homepromoinner a.action.tocart.primary {
    width: 140px;
    margin: 0 auto;
    margin-top: 1rem;
    background: #000000;
    border: 1px solid #000000;
    color: white;
    font-weight: 400;
    font-size: 13px;
    display: inline-grid;
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
	padding: 12px 15px;
}

.homepromoinner a.action.tocart.primary.single {
	width: auto;
	height: auto;
	line-height: 16px;
	max-width: 240px;
    margin: 0 auto;
    margin-top: 1rem;
}

.homepromoinner {
	width: 100%;
    border: 1px solid lightgrey;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding-bottom: 1rem;
}

.large-4.medium-4.small-12.cell.homepromosix {
	padding: 1.5rem;
	position: relative;
}

.homepromosix p {
    padding-left: 10px;
    padding-right: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

button.box-button.save, button.box-button.view-item {
font-size: 12px;
color: black;
cursor: pointer;
background-color: #d9d56a;
border: 0px;
overflow: hidden;
}

button.box-button.save:hover, button.box-button.view-item:hover {
background-color: #9b973e!important;
color: white;
}

#assistance_allowed_checkbox, #assistance_allowed_checkbox + label, #assistance_allowed_checkbox + label + input + .field-tooltip { display:none!important;}

.toolbar {
    display: none;
}

.block-products-list .block-title strong {
    font-size: 1rem;
}

.category-description p {
	font-size: 1.1rem;
}

.category-description {
	margin-top: -1.5rem;
}

label[for="magenest_sagepay_form"] span:before {content: url(https://www.olivesdirect.co.uk/media/wysiwyg/payment-logos-od2.png);}

/*hide message warning payment methods*/
.payment-methods .message.warning {
    display: none !important;
}

/*font style opayo message tick box*/
.amcheckout-step-container input[type='checkbox']+label span:only-child {
font-weight:400;
text-transform: uppercase;
font-size: 1rem;
color: #1979c3!important;
}

/*resize paypal logo*/
.checkout-payment-method .payment-method-title .payment-icon {max-width: 120px!important;}

/*hide paypal description
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title span:nth-child(1) {
display:none;
}*/

.amcheckout-main-container.-modern img.mmkb-cart-item-image {
	display: none;
}

.amcheckout-step-container .fieldset>.field {
	margin: 0 0 10px;
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
	margin:0px;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
	background: #1979C2;
}

.amcheckout-form-login fieldset.fieldset.hidden-fields {display:none;}

.amcheckout-form-login fieldset.fieldset.hidden-fields span.note { display:none!important;}


.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
	background: #1979c3!important;
	margin-left:1rem;}

.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel:hover {
	background: black!important;
	border: none;
	cursor: pointer;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action {
padding:10px 16px;
font-size: 18px;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action:hover {
	background: black!important;
	border: none;
	cursor: pointer;
}

.billing-address-form .action.primary{display:none!important;}

/*.billing-address-same-as-shipping-block label {display:none!important;}
*/
.checkout-cart-index .message.message-notice.notice {
display:block;
}

.address .search-container .control .message {
	display: none;
}

.amasty-deliverydate-comment {
	font-size: 0.9rem;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.5!important;
}

.form-create-account {
	min-width: 90%!important;
}

#template-social-sharing {
	max-width: 1020px!important;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
}

#template-social-sharing .mfp-close {
	display: block;
}

.mfp-close {
	opacity: 1!important;
	background: white;
}

#template-social-sharing .title-popup {
	font-weight: 600;
	font-size: 38px;
}

#template-social-sharing .des-popup {
	margin-top: 0px!important;
}

.popup_content p {
	font-size: 1.2rem;
	font-weight: 500;
	color: black;
	margin-bottom: 20px;
}

.popup_content p.note {
	font-size: 0.9rem;
	font-weight: normal;
	color: black;
	margin-bottom: 0px;
}

a.action.tocart.primary.popup {
    background:#fefefe;
	font-size: 16px;
	font-weight: 500;
	color: black!important;
}

a.action.tocart.primary.popup:hover {
    background: black;
	color: white!important;
}

.customer-account-createpassword.page-layout-1column {
	margin-top:100px;
}

.amcheckout-email.control._with-tooltip {
	width: 90%!important;
}

.amcheckout-form-login .actions-toolbar {
    width: 100%!important;
    margin-left: 0!important;
	padding: 0px!important;
}

.amcheckout-form-login button.action.login.primary {
	margin-right: 0px!important;
}

.amcheckout-form-login button.action.login.primary:hover {
	border: 0px!important;
}

.amcheckout-form-login .primary {
	width: 100%;
}

.amcheckout-form-login .secondary {
	width: 100%;
	margin-left: 0!important;
}

.fieldset>.field:not(.choice)>.control {
width:100%;
}

/*.box-type-loader {
	display: none!important;
}

.box-items-loader {
	display: none!important;
}
*/
@media (min-width: 769px), print {
	.category-olives-by-post-any-4-items .bundle-options-container {
	margin-bottom:0px!important;
	}
	.category-olives-by-post-any-4-items .product.info.detailed {
	margin-bottom:0px!important;
	}
	.product-olives-by-post-6-box .bundle-options-container {
	margin-bottom:0px!important;
	}
	.product-olives-by-post-6-box .product.info.detailed {
	margin-bottom:0px!important;
	}
}

@media (min-width: 769px), print {
.customer-account-logoutsuccess.page-layout-1column {
    margin-top: 210px!important;
}
}

@media (max-width: 768px) {
.c-account-menu-toggle {
    display: none;
}
}

@media only screen and (max-width: 479px) {
.account .page-main, .cms-privacy-policy .page-main {
    padding-top: 160px;
}
}

@media only screen and (max-width: 479px) {
	.account .page-main, .cms-returns-policy .breadcrumbs {
    margin-top: 170px;
	}
	.page-layout-mmkbitemlist-1column .breadcrumbs {
	 margin-top: 0px!important;
	}
	.page-products .breadcrumbs {
	 margin-top: 170px;
	}
	.page-product-configurable .breadcrumbs {	
    margin-top: 170px!important;
	}
}


a.action.edit {
    FONT-WEIGHT: 500;
    DISPLAY: FLEX;
}

a.action.delete.mp-gdpr-delete {
    FONT-WEIGHT: 500;
    DISPLAY: FLEX;
}

@media (min-width: 769px) {
.actions-toolbar .primary, .actions-toolbar .secondary {
    display: flex;
}
}

@media (min-width: 769px) {
button.action.update:hover, button.action.share:hover, button.action.tocart:hover, button.action.back:hover {
    transition: 0.4s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background: black!important;
    cursor: pointer;
}
	}

.v1item-info span.v1price {
    display: none!important;
}

.c-account-menu-toggle {
    display: none!important;
	}

@media (max-width: 769px) {
	.account .block.block-collapsible-nav.amasty-affiliate-collapsible {
		top:60px!important;
	}
	.account .title.block-collapsible-nav-title {
		top:20px
	}
	
	.account .block-collapsible-nav .content {
		margin-top: 20px;
	}
	
	.account header.page-header {
	z-index: 6!important;
	}
}


@media only screen and (max-width: 769px){
.tooltip.wrapper .tooltip.content {
	position:inherit;
	margin-top: 12px;
	max-width: 8rem;
}
	span.action.details.tooltip.toggle {
	position:inherit;
}
}

strong#block-related-heading {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 300;
}

.block.related.visual-buttons.page-products {
    margin-top: 3rem;
}

.product.details.product-item-details button.button.action.primary {
	display:none!important
}

.block.related.visual-buttons.page-products .block-actions {
	display:none!important
}

.item-options-container span.price {
    display: none;
}

a.use-ajax.action.towishlist.action-towishlist {
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-decoration: none!important;
    color: black!important;
    font-weight: 300!important;
    font-size: 1rem;
    margin-top: 0.4rem!important;
    margin-right: 3rem!important;
}

img.smimg {
	min-height: 100px!important;
    max-height: 300px!important;
    height: auto;
}

figure {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover12.prod {
	margin-bottom: 2rem;
}

.hover12 figure {
	background: white;
	margin: 0 auto;
	cursor: pointer;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 0px solid black;
}


@media (min-width: 769px) {
	body {
		overflow-x: hidden;
	}
}

.logo {
	max-width: 250px!important;
}

@media (min-width: 769px) {
.nav-item.level1.submenu-alignleft.subhover.dropdown-submenu a {
    color: white!important;
	margin-bottom: 0.5rem;
    line-height: 1.4rem;
	padding: 0.3rem!important;
	font-size: 0.9rem;
}
}

@media (min-width: 769px) {
.nav-item.level1.submenu-alignleft.subhover.dropdown-submenu a:hover {
	background: #64d1c2;
	}
}

@media (min-width: 769px) {
header.page-header .header.content p, header.page-header .header.content a {
    color: white;
}
}

@media (min-width: 769px) {
.navigation .ves-megamenu .level0 .submenu .submenu {
    left: 100%!important;
    border: #64d1c2 1px solid;
}
}

.productindex {
	text-align: center;
}

.londoneslogo {
	margin-top: 3rem;
	margin-bottom: 1rem;
	text-align: center;
}

.large-4.medium-4.small-12.cell.homepromos {
	padding: 0px;
}

.homepromos p {
    padding-left: 10px;
    padding-right: 10px;
}

.page-title {
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	padding-left: 0;
	background-image: none;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300
}

.block-content.filter-content {
	display: none;
}

.breadcrumbs a:visited {
	color: black!important;
}

.breadcrumbs .items {
	color: black!important;
}

.breadcrumbs {
	background: #d3d3d32e;
/*	margin-top: 1em;
*/}

span.price {
	font-weight: 400!important;
}

.price-container .price-wrapper:after {
	content: none!important;
}

li.item.product.product-item .action.tocart.primary {
    background: #d9d56a;
    border: 1px solid #d9d56a;
    color: black;
    font-weight: 400;
}

li.item.product.product-item .action.tocart.primary:hover {
	transition: 0.6s;
	background: #9b973e!important;
	color: white!important;
}

/*MENU EDITS*/

.navigation ul {
	text-align: center;
  padding-bottom:10px;
  background: white; /* gradient can be an image 
    linear-gradient(
      to left, 
      #fefefe 0%,
      #333333 47%,
      #fefefe 100%
    )
    left 
    bottom
    #fefefe    
    no-repeat; 
  background-size:100% 1px ; if linear-gradient, we need to resize it */
}

.ui-menu {
    margin-left: 0px!important;
}

.navigation .level0.active>a:not(.ui-state-active) {
	border-left: white;
    background-position: top;
    background-size: 20%;
    background-repeat: no-repeat;
}

.navigation .level0.has-active>a:not(.ui-state-active){
	border-left: white;
}

@media (min-width: 769px) {
.navigation .level0 .submenu li {
text-align:left;
}
}

.navigation .level0.has-active>.level-top {
	border-bottom: 1px solid black;
}

.navigation .level0 .submenu .active>a {
	border-left: none;
}

.section-item-content.nav-sections-item-content {
		background:white!important;
}

.navigation {
	background: white;
}

.navigation {
	background: white;
}

.navigation .level0 > .level-top {
	color: black;
	border-bottom: white 1px solid;
}

@media (min-width: 769px), print{
.navigation .level0 > .level-top {
	line-height: 20px;
	max-width: 175px;
}
}

@media (min-width: 769px), print{
.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 5px;
}
	.submenu.animated.dropdown-menu {
	margin-top:28px!important;
}
}

.header.content.grid-x.grid-padding-x {
    padding-top: 10px;
}

.ves-megamenu li.level0 > a {
	font-weight: normal;
	line-height: 18px;
	width: 100%;
	height: 100%;
}

.navigation .level0.active > .level-top {
	background:white;
}

.navigation .level0 .level-top.ui-state-focus {
	background:white!important;
	border-bottom:1px solid black;
	color: black;
}

.navigation .level0.active > .level-top {
	border-bottom: /*1px solid black*/none;
	color: black;
}

.navigation li.level0 {
	font-size: 14px;
}

ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	font-size: 1em;
	color: black;
	font-weight: 500;
}

.catalog-leftnav-top {
	display: none;
}

header.page-header {
	border-bottom: 0px;
	z-index: 3;
}

.category-description {
	font-family: 'Montserrat', sans-serif;
}

.product-items li.product-item .product-item-name {
	font-size: 1em;
    line-height: 1.2rem;
	font-family: 'Montserrat', sans-serif;
}

.breadcrumbs ul.items::before {
    content: "You are here:";
    font-weight: 500;
    padding-right: 1em;
}

.breadcrumbs strong {
	border-bottom: 1px solid black;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.secondary-addto-links.actions-secondary {
    display: none;
}

/*OBP ITEMS EDITS START BELOW*/

.product-weight {
	display: none;
}

.modal-popup._inner-scroll .modal-inner-wrap {
	max-width: 1000px;
}

.in-box::before {
	content: "("
}

.in-box::after {
	content: ")"
}

.in-box {
	color:#556B2F;
	background: transparent;
	font-weight: 600;
	position: absolute;
}

/*MODAL WINDOW EDITS*/

.product-item-name a {
	padding: 0px!important;
}

/*ONE STEP CHECKOUT PAGE EDITS*/

.step-title {
	color: black;
}

.opc-wrapper .step-title {
    border: 1px solid #ccc;
    padding: 10px;
	background-color: white;
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note, .amcheckout-step-container .form-login .amcheckout-email .note {
	line-height: 20px;
    font-size: 0.8em;
}

/*PAGE STYLE OTHERS*/

.grid-x.grid-padding-x.obplanding h1 {
	border: 0px;
}

.category-trade-landing.catalog-category-view h1#page-title-heading {
	display:none;
}

div#minicart-content-wrapper .product-image-container {
	width: 75px!important;
}

div#minicart-content-wrapper img.product-image-photo {
	width:75px!important;
}

.amcheckout-wrapper .product-image-container {
	width: 75px;
}

img.mmkb-cart-item-image {
	width: 40px;
}


.step-title, .amcheckout-step-container .amcheckout-title {
	font-weight: 300;
	text-transform: uppercase;
}

.amcheckout-main-container label.label, legend.label {
	font-size:0.9em;
}

fieldset.field.street.admin__control-fields.required legend.label {
	font-size:0.9em;
}

.field-error {
    font-size: 0.9em;
    font-weight: 400;
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 0.9em;
    font-weight: 400;
}

.amcheckout-items {
	font-size:0.9em;
}

.step-title, .amcheckout-step-container .amcheckout-title {
    color: #000000 !important;
    border: 1px solid #CCCCCC;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    background: #fff;
}

.amcheckout-step-container .amcheckout-title {
	background: #000; 
}

.payment-group .step-title {
    border: 0px;
}

.opc-block-summary.amcheckout-summary-container .amcheckout-title {
	border-bottom:1px solid lightgrey;
	border-left:0px;
	border-right: 0px;
	border-top: 0px;
	background: #000!important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #9d9d9d;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
	    color: #444444;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #7fc929;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
	display: none;
}

.amrec-product-view::before {
	content: "Please choose Single purchase or Subscription:";
    line-height: 40px;
    border-bottom: 1px solid #cccccc;}

.amrec-purchase-option>.amrec-label {
    font-weight: 400;
    font-size: 15px;
}

label.amrec-label {
    font-size: 14px;
	font-weight: 300;
}

.amrec-purchase-option .amrec-input.-radio:checked+.amrec-label:before {
    border: 5px solid #4d5525;
    box-shadow: 0 2px 4px rgba(63,156,215,0.4);
}

.amrec-cycle-container .amrec-title {
	font-weight: 400;
    font-size: 14px;
}

label.amrec-label {
	font-size:14px!important;
}

.hr {
	padding:0px;
}

.product-info-main h1.page-title {
	border-bottom: 1px solid lightgrey;
    margin-bottom: 1em!important;
}

.fotorama__thumb-border {
	border: 1px solid black;
	background-image: none;
}

@media (min-width: 769px) {
.cart-container .cart-summary {
    position: absolute;
    right: 40px!important;
    top: 387px!important;
}
}


.cart.table-wrapper .cart.items .actions-toolbar>.action.action-delete {
	position:inherit;
}

.checkout-header .description {
    font-size: 14px!important;
}

.minicart-items .update-cart-item {
	font-size: 12px;
	font-weight: 300;
	display: contents!important;
}

.cart.table-wrapper .cart.items .actions-toolbar>.action.action-delete {
	width: 140px;
}

.cart.table-wrapper .cart.items .actions-toolbar>.action.action-delete>span {
	position: inherit;
    width: auto;
    font-size: 1rem;
	font-weight: 300;
	color: black;
	height: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 768px) {
.opc-block-summary.amcheckout-summary-container .amcheckout-title {
	border: 1px solid lightgrey;
	background: #f9f9f9;
}
}

/*MMKB style edits*/

.items-view-wrapper .box-button.upgrade-btn {
	display: none;
}

.item-actions button.box-button.box-button.upgrade-btn {
	display: none;
}

a.action.action-update.action-edit.edit-box {
	color: black!important;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.cart.table-wrapper .cart.items .actions-toolbar>.action.action-edit {
    padding-top: 5px!important;
    font-size: 1rem;
    text-decoration: none;
	text-transform: uppercase;
    font-family: 'Montserrat';
	color: black;
	font-weight: 300;
}

.notice-text button.box-button.upgrade-box {
	display: none;
}

.item-quick-view {
	padding-top: 10px;
}

.product-details.bottom {
	width: 100%;
	padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

.cart.table-wrapper .cart.items .actions-toolbar>.action.action-delete {
	text-decoration: none;
}
@media (max-width: 768px) {
.more-info-modal .addtobox.box-button {
	padding: 0 22px;
}
}

.cart-totals .grand .amount {
	padding-right: 4px!important;
}

.cart-summary>.title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

button.action.primary.checkout:hover {
    transition: 0.6s;
	background-color: black!important;
}
a.action.viewcart:hover {
    transition: 0.6s;
    background: black!important;
}

.page-header .panel.wrapper {
    background: #464646!important;
    border-top: 1px solid darkgray;
}

.page-header .panel.wrapper .header.panel {
	text-align: center;
	text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.page-header panel.wrapper .header.panel p {
    font-size: 17px;
    font-weight: 500;
}

.cms-index-index .panel.wrapper {
    background: black!important;
}

.cms-home .panel.wrapper {
    background: #464646!important;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
}

@media (min-width: 769	px) {
	li.item.product.product-item .action.tocart.primary {
	max-width: 200px;
    margin: 0 auto;
	}
}

/*.filter-options-content a[href^="https://olives.rendili.net/fresh-olives.html?cat=4"] {
    color: #ff0202!important;
    text-decoration: none;
}*/

.filter-options-content a[href^="https://olives.rendili.net/fresh-olives.html?cat=4"]::before {
content:"ANTIPASTI & PESTO";
padding-right:60px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
line-height:40px
}

.filter-options-content a[href^="https://olives.rendili.net/fresh-olives.html?cat=14"]::before {
content:"FRESH OLIVES";
padding-right:100px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
line-height:40px
}

.filter-options-content a[href^="https://olives.rendili.net/fresh-olives.html?cat=20"]::before {
content:"OILS & VINEGARS";
padding-right:100px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
line-height:40px
}

.filter-options-content a[href^="https://olives.rendili.net/fresh-olives.html?awardwinner=21"]::before {
content:"AWARD WINNERS";
padding-right:100px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
line-height:40px
}

.filter-options .filter-options-title {
	display: none;
}

.filter .filter-current-subtitle {
	width:50%;
	background: /* gradient can be an image */ linear-gradient( to left, #fefefe 0%, #333333 47%, #fefefe 100% ) left bottom #fefefe no-repeat;
    background-size: 100% 1px;
	border-bottom: none;
	text-transform: uppercase;
}

div#narrow-by-list {
    padding-left: 0px;
    margin-left: 0px;
}

.filter-options-item.active {
	margin-left: 0px!important;
}

@media (min-width: 769px), print{
.items-view-wrapper .three.columns {
    width: 21%!important;
}
}

@media (min-width: 769px), print{
.box-item.three.columns {
    margin-left: 1%;
}
}
	
@media (min-width: 769px), print{
.three.columns {
	width: 24%;
	}
}

.three.columns i.fa.fa-minus {
    display: none;
}

.three.columns i.fa.fa-plus {
    display: none;
}

.home-video {
	padding: 0px;
	margin:0px;
}

.home-video p {
	padding: 0px;
	margin:0px;
	line-height: 0px;
}


.home-promo h1 {
	text-transform: none;
	text-align: center;
	border-bottom: none;
	font-size: 24px;
}

.home-promo p {
	text-align: center;
}

.home-promo {
	align-items: center;
    text-align: center;
    justify-content: center;
}

@media (min-width: 769px), print{
	.home-video {
	align-items: center;
    text-align: center;
    justify-content: center;
	}
}

@media (max-width: 1030px), print{
	.home-video iframe {
	width: 400px;
	height: 400px;
	align-items: center;
    text-align: center;
    justify-content: center;
	}
}

@media (max-width: 768px), print{
	.home-video iframe {
	width: 290px;
	height: 290px;
	align-items: center;
    text-align: center;
    justify-content: center;
	}
}

@media (min-width: 769px), print{
	.vert {
	padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: 500px;
	}
}

@media (max-width: 768px), print{
	.vert {
	padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 250px;
	}
}

.txtbkgd {
	background: rgba(255,255,255,0.8);
	padding: 1rem;
}


 .headerfw {
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden; 
  }

@media (max-width: 768px) {
  .headerfw {
	background: lightgrey; 
  }
}

button.action.primary {
    transition: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
	background-color:#9b973e;
	border: 1px solid #9b973e;
	font-weight:400;
	color:black;
}

button.action.primary:hover {
	background-color:#9b973e;
	border: 1px solid #9b973e;
	font-weight:400;
	color:white;
}

@media (max-width: 768px), print{
.product-item-actions .actions-primary {
	width: 100%;
}
}

@media (max-width: 479px), print{
	.products-grid .products.list .product-item {
	border-bottom: 1px solid lightgrey;
    padding-bottom: 1rem;
	}
}

button.general {
	background: #666;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

button.general:hover {
    background: black;
    transition: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
    border: none;
}

.footer-links li {
    display: inline-block;
    padding-left: 15px;
	padding-right: 15px;
    text-align: center;
}

.page-footer .footer {
    background: #aaaaaa;
    color: white;
    margin-top: 0rem;
    border-bottom: none;
}

.grid-x.sixboxes {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.grid-x.sixboxes {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media only screen and (max-width: 768px), print {
	.grid-x.sixboxes {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}
}
	
.homepromos {
	padding: 16px;
}

.sixboxes.cell h1 {
	text-align: center!important;
    border-bottom: none!important;
    padding: 3rem;
}

.grid-x.sixboxes h3 {
	text-align: center!important;
    border-bottom: none!important;
    padding-top: 2rem;
	margin-top: -14px!important;
    color: black;
    font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	font-weight: 600;
}

.grid-x.threeboxes h3 {
	text-align: center!important;
    border-bottom: none!important;
    padding-top: 2rem;
	margin-top: -65px!important;
    color: white!important;
    font-size: 1.2rem;
}

.homepromos button.general a {
    color: white!important;
}

.bannerbkgd {
	background-image: url(../pub/media/wysiwyg/banner-NEW.jpg);
	background-size: cover;
	background-position: center;
}

.affiliate_social_buttons {
    right: 10px;
	left: unset;
    bottom: 10px;
    background: rgba(220,220,220,0.8);
    max-width: 280px;
    text-align: center;
    padding: 1rem;
    line-height: 7rem;
	border: 1px solid darkgrey
}
.affiliate_social_buttons::before {
    content: "Affiliate Share Options";
    line-height: 4rem!important;
    border: 1px solid black;
    padding: 1rem;
    background: white;
}

.sidebar .o-list {
	display: contents;
}

@media (min-width: 769px), print{
.sections.nav-sections {
	display: none;
}
}

@media only screen and (min-width: 769px), print {
.sections.nav-sections {
	width:auto;
}
}

@media (min-width: 769px), print {
.navigation ul {
	display:inline-flex;
}
}

@media (min-width: 769px), print {
	.ves-megamenu .nav-item > a {
		padding: 0px!important;
	}
}


@media (min-width: 769px), print {
	.ves-megamenu .nav-item > a.nav-anchor {
	width:100%;
	}
}

/*@media only screen and (min-width: 769px), print {
	.cms-index-index header.page-header {
		background: rgb(0,0,0)!important;
		background: -webkit-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: -o-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
	}
}*/

@media only screen and (max-width: 768px), print {
	.cms-index-index header.page-header {
		background: rgb(0,0,0)!important;
		background: -webkit-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: -o-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
	}
}

@media only screen and (max-width: 768px), print {
	header.page-header {
		background: rgb(0,0,0)!important;
		background: -webkit-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: -o-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
	}
}


@media only screen and (min-width: 769px), print {
	.cms-index-index header.page-header p {
		color:white!important;
	}
}

@media only screen and (min-width: 769px), print {
	.cms-index-index .header.content a {
		color: white!important;
		font-weight: normal;
	}
}

@media only screen and (min-width: 769px), print {
	.cms-index-index .minicart-wrapper .action.showcart:before {
		color: white!important;
	}
}

@media only screen and (min-width: 769px), print {
a.action.showcart {
	text-transform: uppercase;
	font-size: 16px;
}
}

/*@media only screen and (max-width: 1229px), print {
.cms-home .page-main {
	margin-top: -205px;
}
}*/

@media only screen and (min-width: 769px), print {
.cms-home .page-main {
	margin-top: 185px;
}
}

@media only screen and (max-width: 768px), print {
.cms-home .page-main {
	margin-top: 258px;
}
}

@media only screen and (min-width:767px), print {
	.page-layout-mmkbitemlist-1column .breadcrumbs {
	margin-top: -30px!important;
	}
}


@media only screen and (min-width: 767px), print {
.breadcrumbs {
	margin-top: 200px;
}
}

@media only screen and (min-width: 1160px), print {
.breadcrumbs {
	margin-top: 230px;
}
}

@media only screen and (min-width:1160px), print {
	.page-layout-mmkbitemlist-1column {
		margin-top:170px!important;
	}
}

@media only screen and (min-width:769px), print {
	.customer-account-login .page-wrapper {
		margin-top: 245px;
	}
	.customer-account-create .page-main {
		margin-top: 245px;
	}
    .customer-account-forgotpassword {
    	margin-top:245px;
    }	
}


@media only screen and (min-width:1024px), print {
	.page-layout-mmkbitemlist-1column .breadcrumbs {
	margin-top: 27px!important;
	}
	.mmkb-progress-bar.pos-1 {
    position: fixed;
    margin-top: 230px;
}
}


@media only screen and (min-width:767px), print {
	.page-layout-mmkbitemlist-1column {
		margin-top:140px;
	}
}

@media only screen and (min-width:759px), print {
	.page-layout-mmkbitemlist-1column .page-main {
	margin-top: 0px;
	}
}

@media only screen and (min-width:365px), print {
	.page-layout-mmkbitemlist-1column {
		margin-top:180px;
	}
}

/*@media only screen and (min-width:365px), print {
	.page-layout-mmkbitemlist-1column .page-main {
	margin-top: 260px!important;
	}
}*/

@media only screen and (min-width:769px), print {
	.checkout-cart-index .page-wrapper{
	margin-top: 245px!important;
}	
}

@media only screen and (min-width:769px), print {
	.checkout-index-index .page-wrapper {
		margin-top: 200px;
	}
}

@media only screen and (max-width:768px), print {
	.checkout-cart-index .page-wrapper{
	margin-top: 0px!important;
	}
}
@media only screen and (max-width:768px), print {
	.checkout-index-index .page-wrapper {
	margin-top: 0px!important;
	}
}

@media only screen and (max-width:495px), print {
	.checkout-cart-index .page-wrapper{
	margin-top: 130px!important;
	}
}
@media only screen and (max-width:495px), print {
	.checkout-index-index .page-wrapper{
	margin-top: 130px!important;
	}
}

@media only screen and (min-width: 769px), print {
	.cms-home header.page-header {
		/*background: rgb(0,0,0)!important;
		background: -webkit-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: -o-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;*/
		background-color: rgba(0, 0, 0, 0.0)!important;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

.mmkb-progress-bar.pos-1 {
	z-index: 2;
}

@media only screen and (min-width: 769px), print {
	header.page-header {
		/*background: rgb(0,0,0)!important;
		background: -webkit-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: -o-linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;
		background: linear-gradient(rgba(0,0,0,0.6895133053221288) 0%, rgba(0,0,0,0.4906337535014006) 35%, rgba(0,0,0,0) 100%)!important;*/
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(57,57,57,0.924829306722689) 65%, rgba(0,0,0,0.5718881302521008) 100%);
		position: fixed;
		top: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 768px), print {
	.cms-home header.page-header {
		background-color: rgba(255, 255, 255, 0.3)!important;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 768px), print {
	header.page-header {
		background-color: rgba(255, 255, 255, 0.5)!important;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 3;
	}
}
@media only screen and (max-width: 768px), print {
.page-main {
	margin-top: 0px;
	}
}

@media only screen and (min-width: 769px), print {
	.cms-home header.page-header p {
		color:white!important;
	}
}

@media only screen and (min-width: 769px), print {
	.header.content a {
		color: white!important;
		font-weight: 600;
	}
}

@media only screen and (min-width: 769px), print {
	.minicart-wrapper .action.showcart:before {
		color: white!important;
	}
}

@media only screen and (max-width: 768px), print {
	.minicart-wrapper .action.showcart:before {
		color: white!important;
	}
	.ves-megamenu li.level0 > a {
	padding: 10px;
}
	.nav-sections-item-title a {
		font-size: 1rem;
		text-transform: uppercase;
	}
	.nav-sections-item-title a:hover {
		font-size: 1rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 769px), print {
	.ves-megamenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
	.ves-menu .navigation .level0 > .submenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
	.navigation .level0 .submenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
	.ves-megamenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
	.ves-menu .navigation .level0 > .submenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
	.navigation .level0 .submenu {
		background: none!important;
	}
}

@media only screen and (min-width: 769px), print {
.ves-megamenu .dropdown.submenu-left {
		position: relative;
		padding-bottom: 1rem;
	}
}

@media only screen and (min-width: 1230px), print {
.ves-megamenu .dropdown.submenu-left {
		position: relative;
		padding: 1rem;
	}
}

@media (min-width: 769px), print {
	.header.content .header.links {
		float: right;
		padding-top: 5px;
  		padding-left: 10px;
	}
}

@media (max-width: 768px), print {
.page-header .minicart-wrapper {
    margin-right: 0px;
}
}

.page-header .minicart-wrapper {
    margin-top: 0;
    float: right;
    color: black;
    max-width: 100px;
}

.ves-megamenu .opener {
	padding: 12px;
}

/*@media (min-width: 769px), print {
	.ves-megamenu li.level0:hover > a {
		color:white!important;
		background: transparent!important;
	}
}*/

@media (min-width: 769px), print {
	.cms-index-index .ves-megamenu li.level0:hover > a {
		background: transparent!important;
	}
}

@media (min-width: 769px), print {
	.ves-megamenu li.level0:hover > a {
		color:#9cc60f!important;
		background: transparent!important;
	}
}

@media (min-width: 769px), print {
	.ves-megamenu li.level0:hover > a {
		background: transparent!important;
	}
}
@media (min-width: 769px), print {
.small-3.medium-3.cell.top-actions {
    padding-top: 0.8rem;
}
}

@media (min-width: 769px), print {
.page-header .middle {
	padding-top: 0.4rem;
	}
}

@media (min-width: 769px), print {
	.navigation .level0.active>a:not(.ui-state-active) {
  	background:none!important;
}
}
	
@media (min-width: 769px), print {
	.ves-megamenu li.level0:hover > a {
		background: none!important;
	}
}


.buyoverlayindex {
    margin-top: -420px;
	height: 300px;
    width: 300px;  /*keep same size as bannertext width to keep centered*/
    text-align: center;
/*    border: 10px solid beige;
*/    position: absolute;
	font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 487px), print {
.buyoverlayindex {
	width: 290px;
}
}

.buyoverlayindex p {
    color: white!important;
    text-transform: none;
	font-size: 24px;
    line-height: 26px;
}

.buyoverlayindex a.action.tocart.primary {
    margin: 0 auto;
    background: #18371e!important;
    font-weight: 500;
	border-radius: 30px;
    font-size: 18px;
    width: 180px;
}

.buyoverlayindex a.action.tocart.primary:hover {
    background: #000000!important;
}



/*requires additional class for mobile*/
.sliderpromo {
    margin-top: -420px;
	/*background: radial-gradient(closest-side, #0c08073d, #0c08083d, #0c080700);*/
	color: #ffffff;
    height: 360px;
    width: 600px;  /*keep same size as bannertext width to keep centered*/
    text-align: center;
/*    border: 10px solid beige;
*/    position: absolute;
	font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 487px), print {
.sliderpromo {
	max-width: 360px;
    padding: 1rem;
}
}

.sliderpromo p {
    color: white!important;
    text-transform: none;
	font-size: 24px;
    line-height: 26px;
}

.sliderpromo a.action.tocart.primary {
    margin: 0 auto;
    background: transparent!important;
    font-weight: 300;
	border-radius: 0px;
    font-size: 30px;
    width: 210px;
	border: 1px solid white;
}

.sliderpromo a.action.tocart.primary:hover {
    background: #000000!important;
}

.prod a.action.tocart.primary {
    margin: 0 auto;
    border: 1px solid #d9d56a;
	background: #d9d56a!important;
    font-weight: 400;
	border-radius: 0px;
    font-size: 18px;
    width: 210px;
}

.prod a.action.tocart.primary:hover {
    background: #fff!important;
	color: black;
}

.newpg .sliderpromo {
	width: 1200px;	
}

@media (max-width:960px), print {
	.newpg .bannertext {
		max-width: 800px;
	}
	.newpg .sliderpromo {
		width: 800px;
	}
}

@media (max-width:400px), print {
	.newpg .bannertext {
		max-width: 360px;
	}
	.newpg .sliderpromo {
		width: 360px;
	}
}

.newpg .bannertext {
	max-width: 1200px;
}

.bannertext {
    margin: 0 auto;
    max-width: 600px; /*keep same size as sliderpromo width to keep centered*/
    max-height: 200px;
}

@media (max-width:768px), print {
.home-scroller img {
    min-height: 450px!important;
    width: auto!important;
	}
.sliderpromo {
    margin-top: -200px;
	}
img.smimg {
		display: none!important;
	}
}

.home-scroller-wrapper.newpg .sliderpromo {
	bottom: 15px;
/*	background: #00000085;
*/    border-radius: 20px;
    padding: 2rem;
    height: auto;
/*	border: 1px solid #767474fa
*/
	z-index: 1;
}

.newpg .sliderpromo p {
    font-family: 'Century Gothic', 'Open Sans';
	font-size: 32px;
	text-shadow: 3px 3px black;
}

.newpg .sliderpromo a.action.tocart.primary {
font-family: 'Montserrat';
font-size:14px;
width: 236px;
padding: 10px 14px;
background: black!important;
display: inline-grid;
/*margin: 1rem;
*/font-weight: 600;
border: 0px;
margin-top: 1rem;
}

.newpg .sliderpromo a.action.tocart.primary:hover {
	border: 0px;
    background: #9b973e!important;
}

.home-scroller-wrapper.newpg .home-scroller img {
object-position:bottom;
	z-index: 1;
}

p.promola {
    font-size: 44px!important;
	line-height: 36px;
}

p.promosm {
    font-size: 26px!important;
	line-height: 16px;
}

@media (max-width:768px), print {
.home-scroller-wrapper.newpg .sliderpromo {
	margin-left:1rem;
	max-width: 600px;
	}
}

.home-scroller img {
        width: 100%!important;
        max-height: calc(100vh - 220px);
        min-height: 750px;
        object-fit: cover!important;
}

@media (min-width: 769px), print {
.home-scroller-wrapper.newpg {
	margin-top: -6px;
}
}

.home-scroller-wrapper {
	margin-top: -275px;
}

.home-scroller-wrapper.newpg img {
	max-height: 550px;
	min-height: 550px;
}

@media (min-width: 769px), print {
header.page-header {
    border-bottom: 0px;
    z-index: 100;
	}
}

@media (min-width: 769px), print {
.submenu.animated.dropdown-menu {
	text-align: left;
}
}

@media (max-width: 768px), print {
.nav-mobile .nav-item.level1 {
	padding-left: 0px!important;
	}
}

.menu .active > a {
    background: #cfcfcf;
    color: #121111;
}


.cms-index-index .page-main {
	padding-left: 0px;
	padding-right: 0px;
}

.cms-home .page-main {
	padding-left: 0px;
	padding-right: 0px;
}

.page-header .panel.wrapper {
	border-bottom: 0px;
}

.panel.header .header.links {
	margin-top: -129px;
	position: relative;
}

@media (max-width:1024px), print {
	.panel.header .header.links {
	margin-top: -76px;
}
}

.page-header .panel.wrapper .header.panel a:before {
	color: white!important;
}

/*@media (min-width: 769px), print {
.page-header .minicart-wrapper {
	margin-right: 175px;
}
}*/

@media (max-width: 769px), print {
.page-header .minicart-wrapper {
    margin-right: 150px;
}
}

@media (min-width: 769px), print {
.c-account-dropdown ul {
	background:black;
}
}

.page-header .panel.wrapper .header.panel .greet ul:hover {
    min-width: 12rem;
    padding: 0px!important;
    margin-top: 0px;
}

.page-header .panel.wrapper .header.panel a {
	color: white!important;
}

.page-header .panel.wrapper .header.panel .header.links li.welcome a {
    text-transform: none;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border: inset 8px;
	margin-top: -4px;
	border-color: #000000 transparent transparent;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	margin-top: -0px!important;
}


/*TO BE ADDED*/

.nav-item.submenu-alignleft.subhover.dropdown-submenu a {
	color: black!important;
}

@media only screen and (min-width: 769px), print {
.cms-home .ves-menu .navigation .level0 > .submenu {
    background: white!important;
	}
}

@media only screen and (min-width: 769px), print {
.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
	background: black!important;
	}
}

.page-header .panel.wrapper .header.panel .header.links li.welcome a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

.page-header .panel.wrapper .header.panel .header.links li.welcome a span:hover {
	background: none;
	text-decoration: underline;
}

.page-header .panel.wrapper .header.panel .header.links li.welcome a:hover {
	background: none;
}

.minicart-wrapper .action.showcart .text {
	font-weight: normal;
}

.minicart-wrapper .action.showcart .text:hover {
	text-decoration: underline;
}

.page-footer {
	background: #000;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}

.lowerfooter2 p {
    line-height: 2rem;
}

button#product-addtocart-button span {
	color: black!important;
}

button#product-addtocart-button:hover span {
	color: white!important;
}

button#product-addtocart-button {
    background: #d9d56a;
border: 1px solid #d9d56a;
    color: #000!important;
    font-weight: 400;
}

button#product-addtocart-button:hover {
    transition: 0.6s;
    background: #9b973e!important;
border: 1px solid #9b973e;
    color: white;
}

.product-addto-links a.action.towishlist {
	display: block;
    background: #000;
    border: solid 1px #000;
    border-radius: 0;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    padding: 14px;
    max-width: 100%;
    margin-top: 6px;
	margin-left:67px;
	text-align: center;
}

.product-addto-links a.action.towishlist {
	color: white;
    border: solid 1px #000;
    text-decoration: none;
	font-size: 1rem;
}

.product-addto-links a.action.towishlist:hover {
    background: #949494!important;
    color: white!important;
	border: solid 1px #949494;
}

@media (min-width: 767px), print {
.product-info-main .product-addto-links {
    margin-top: -20px;
}
}

.product-olives-by-post-7-box .product-addto-links a.action.towishlist {
    width:100%;
    margin-left: 0px!important;
    margin-top:50px!important;
}

.product-olives-by-post-5-items-letterbox .product-addto-links a.action.towishlist {
    width:100%;
    margin-left: 0px!important;
    margin-top:50px!important;
}

	/*.nav-item.level2.nav-0.submenu-alignleft.subhover.dropdown-submenu*/


/*.amcard-field-container.-cart {
	border: 4px solid #aaaaaa;
    float: right;
    padding: 1rem;
	max-width: 285px;
}*/

.vertical.menu li.level1 {
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-weight: 300;
	text-transform: none;
	font-size: 1rem;
}

.vertical.menu li.level0 {
	margin-top: 0rem;
	font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
}

.vertical.menu a {
	padding: 0.2rem 1rem;
}

.vertical.menu.nested {
	margin-left: 0px!important;
}

.block.filter {
	display: none!important;
}

@media only screen and (max-width: 768px), print {
.nav-sections {
width: calc(100% - 54px)!important;
	}
}

.tabs-content {
	border: 0px;
}

.product-image-photo {
	max-width:265px!important;
}

@media only screen and (max-width: 768px), print {
.hover12.prod figure {
padding: 2rem;
	}
}

.block-wishlist .block-title>strong {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.block-title {
    margin-top: 2rem;
}

.c-sidebar.c-sidebar--categories h3 {
    font-weight: 400;
}

body.account.page-layout-2columns-left {
	padding-top: 180px;
}

.account ul.vertical.menu {
    display: none!important;
}

.account .c-sidebar.c-sidebar--categories h3 {
	display: none;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible li {
    margin-bottom: 0rem;
}

@media only screen and (min-width: 768px), print {
.no-touchevents .c-account-dropdown:hover ul {
	padding: 0rem;
	margin-top: 0rem;
}
}

body.catalog-product_compare-index {
    padding-top: 180px;
}

.minicart-items .product-item-name a {
	color: black!important;
	font-weight: 400;
}

.minicart-items .product-item .product .product-item-details .product-item-name a {
	color: black!important;
	font-weight: 400;
}

@media (min-width: 769px), print {
	.gift-options .actions-toolbar .secondary .action {
	margin: 1rem;
	}
	}

.gift-content._active {
    padding: 1rem;
    margin-bottom: 0px!important;
}

@media (min-width: 769px), print {
.cart.table-wrapper .cart.items .item-actions td {
    padding-right: 10px;
}
}

.checkout-cart-index .action-gift {
    font-family: 'Montserrat';
    font-size: 1rem;
    text-transform: uppercase;
}

@media (min-width: 769px), print {
.gift-options-title {
    font-weight: 400;
    font-size: 1.2rem;
	}
}

.checkout-cart-index .gift-options .actions-toolbar .action-update {
    font-size: 1rem;
	cursor: pointer;
}

.checkout-cart-index .gift-options .actions-toolbar .action-update:hover {
    background-color: black;
	transition: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.gift-options .actions-toolbar .action-cancel {
	text-decoration: none;
	cursor: pointer;
}

.gift-options .actions-toolbar .action-cancel:hover {
	background-color:black;
	transition: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.cart-container .form-cart .action.continue {
	font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid black;
    padding: 0.5rem;
    border-radius: 0;
}

.cart-container .form-cart .action.continue:hover {
	padding: 0.5rem;
    border-radius: 0;
	border:1px solid lightgrey;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

span.amcard-title {
	text-transform: uppercase;
}

.amcard-field-container .amcard-check {
	background: #aaaaaa!important;
	font-size: 1rem;
	font-weight: 300;
    padding: 14px 17px;
	color: white;
	text-transform: uppercase;
}

.amcard-field-container .amcard-check:hover {
	text-decoration: none;
	background: #484848!important;
	transition: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

input.amcard-field.-datalist {
    font-family: 'Montserrat';
    font-size: 0.9rem;
    text-transform: uppercase;
}

.amcard-button {
    font-family: 'Montserrat';
font-size: 0.8rem;
	font-weight: 300!important;
}

input.amcard-button {
    text-transform: uppercase;
    font-weight: 400;
}

button.action.action-gift:hover {
    text-decoration: underline;
}

@media (min-width: 769px), print {
body.page-product-bundle.catalog-product-view.product-olives-by-post-5-items-letterbox .fotorama__stage {
    width: 800px;
    height: 500px!important;
    margin-top: -2rem;
}
}

@media (min-width: 769px), print {
.product-info-main .page-title-wrapper .page-title {
	text-align:center;
	}
}

.product.attribute.description {
	text-align: center;
}

a.action.tocompare {
    display: none!important;
}

.products-grid.wishlist .product-item-actions>* {
	font-size: 1rem;
    text-transform: uppercase;
}

@media (min-width: 769px), print {
.block.block-wishlist {
	padding-right: 2rem;	
}
}

.admin__field.admin__field-option.am-gift-message {
    display: none!important;
}

.amcard-field-container.-cart {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

button.action.primary.checkout.amasty {
	width: 100%!important;
    font-size: 1.3rem;
	font-weight:400;
	background:#d9d56a!important;
}

button.action.primary.checkout.amasty:hover {
	background:#9b973e!important;
}

.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar {
	padding: 1.4rem;
}

@media (min-width: 769px), print {
body.page-product-bundle.catalog-product-view.product-olives-by-post-7-box .fotorama__stage {
    width: 800px;
    height: 500px!important;
    margin-top: -2rem;
}
}

p.note.note_8 {
    font-size: 12px!important;
}

.qty-progress-section .item-number {
	border-radius:0;
}

.single-item .item-remove {
	color: #000000;
	font-weight: bold;
}

.admin__legend.step-title {
    display: none;
}

fieldset.fieldset.create.info legend {
	text-transform: uppercase;
	font-size: 1.3rem;
}

fieldset.fieldset.create.account legend {
	text-transform: uppercase;
	font-size: 1.3rem;
}

fieldset.fieldset.create.info label {
    text-transform: uppercase;
    font-weight: 500;
}

fieldset.fieldset.create.account label {
    text-transform: uppercase;
    font-weight: 500;
}

.gtafooter {
	text-align: left;
}

@media (min-width: 769px), print {
	.gtafooter {
		padding-right: 0rem;
		padding-top: 0.5rem;
	}
}

@media (max-width: 1024px), print {
.mmkb-progress-bar.pos-1 {
	position: fixed;
	margin-top: 257px;
}
}

@media (max-width: 450px), print {
.mmkb-progress-bar.pos-1 {
	position: fixed;
	margin-top: 164px;
}
}

@media only screen and (min-width: 769px), print {
.page-layout-mmkbitemlist-1column {
	margin-top:260px!important; 
}
}

@media only screen and (max-width: 768px), print {
.page-layout-mmkbitemlist-1column {
	margin-top:260px!important;
}
}

@media only screen and (max-width: 365px), print {
.page-layout-mmkbitemlist-1column {
	margin-top:0px!important;
}
}

.amcard-page-product .amcard-preview .main {
	border-top:6px solid black;
}

.amcard-label-block.-price.-active, .amcard-label-block.-price:hover {
    border: 1px solid #000000;
    background-color: #000000;
}

img.amcard-image.-active {
    border: 1px solid black!important;
}
.amcard-preview-container>.amcard-button {
    border: 1px solid black;
    color: black;
}

.amcard-preview-container>.amcard-button:hover {
    background: #000;
}
.actions-toolbar {
	padding: 1.5rem;
}

.primary .action.checkout, .action.checkout.amasty {
    background-color: #9b973e !important;
	font-family: 'Montserrat', sans-serif;
	color: white;
}

@media (max-width: 487px), print {
	.item-number {
		width: 27px;
	}
}

body.checkout-onepage-success.page-layout-1column {
    margin-top: 200px!important;
}


body.cms-no-route.cms-noroute-index.page-layout-2columns-right {
    margin-top: 200px;
}

body.paypal-express-review.page-layout-1column {
    margin-top: 200px!important;
}

.amorderattr_img_radio {
    margin-top: 1rem;
    padding-right: 10px!important;
}

@media (min-width: 769px), print {
.fieldset>.field:not(.choice)>.label  {
width: 100%!important;
}
}

.checkout-agreement::before {
    content: 'By placing my order with Olives Direct ';
}

.tooltip.wrapper.product-item-tooltip {
    position: relative!important;
}

@media only screen and (max-width:1110px), print {
	.ves-menu .ves-megamenu {
	font-size:14px;
	}
}

@media (min-width: 769px), print {
	.c-account-dropdown.is-active ul {
    width: 196px;
	}
	.c-account-dropdown.is-active ul li {
		padding: 0.2rem 1rem;
	}
}

.box-item.loading {
	position: initial !important;
}

.box-item.loading .box-type-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 100vw;
    bottom: 100vh;
}

.opc-progress-bar-item._active>span:before {
    background: #9b973e;
}

.opc-progress-bar-item._active:before {
    background: #9b973e;
}
button.button.action.continue.primary {
    background: #9b9732;
	font-weight: 400;
}

button.button.action.continue.primary:hover {
    background: black;
    border: 1px solid black;
}

.checkout-cart-index .gift-item-block {
    padding: 20px;
    border: 1px solid lightgrey;
    margin-bottom: 2rem!important;
}

.billing-address-same-as-shipping-block.field.choice:after {
    content: '(please untick box and enter your billing address if different to your delivery address)';
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
	color: red!important;
}

/*div#shipping-new-address-form:before {
    content: 'Your parcel or items will be delivered to this address';
    margin: 0;
    letter-spacing: initial;
    FONT-WEIGHT: 500;
}*/

.checkout-index-index div#shipping-new-address-form:before {
    content: '(Your parcel / items will be delivered to this address)';
    margin: 0;
    letter-spacing: initial;
    font-weight: 500;
    color: red;
}

.checkout-index-index button.action.action-update {
    margin-right: 1rem!important;
    font-size: 1.4rem;
    padding: 0.5rem 2rem!important;
    line-height: 0.2rem!important;
    cursor: pointer;
	background: #9b973e !important;
}

.checkout-index-index button.action.action-cancel {
    margin-right: 1rem!important;
    font-size: 1.4rem;
    padding: 0.5rem 2rem!important;
    line-height: 0.2rem!important;
    cursor: pointer;
	text-decoration: none;
	background: #9b973e !important;
}

.checkout-index-index button.action.action-update:hover {
	background: black !important;
}

.checkout-index-index button.action.action-cancel:hover {
	background: black !important;
}

@media (min-width: 768px), print {
	.ves-megamenu .navigation>ul {
		background: transparent;
	}
	.ves-megamenu .navigation .nav-item.subhover>.submenu>.submenu-inner {
            background: black;
	}
}

.ves-megamenu .navigation .level0 {
  padding: 14px!important;
}

.nav-desktop {
	height: 40px;
}

@media only screen and (max-width: 767px) {
	.navigation a {
		font-size: 12px;
	}
}

.checkout-cart-index span.amcard-title {
	display: none;
}