.d-none {
	display: none !important;
}

.block-shipping-estimation, .action.tocompare {
	display: none !important;
}

.block-shipping-estimation {
	display: none !important;
}

.packing-notice {
  clear: both;
  display: block;
  text-align: left;
}

.minicart-wrapper .action.showcart .counter.qty,
.ui-slider-handle {
    background: #77b733;
}

.logo img {
    display: block;
    height: auto;
    max-width: 240px;
}

.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a:hover {
    color: #77b733 !important;
}

.cart.actions .action.towishlist {
    display: none;
}

.cdz-opc-wrapper #shipping-new-address-form .field[name="shippingAddress.prefix"],
.cdz-opc-wrapper #shipping-new-address-form .field[name="shippingAddress.telephone"],
.cdz-opc-wrapper #shipping-new-address-form .field[name="shippingAddress.company"] {
    width: calc(100% - 10px);
}

#checkout .fieldset > br {
    display: none;
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
    margin-left: 15px;
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col.col-carrier {
    display: none;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    width: auto !important;
    height: auto !important;
}

.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: #75b727;
    box-shadow: 0 2px 4px rgb(117 183 39);
}

._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #85bf40;
}

.amcheckout-step-container .primary .action.checkout, .amcheckout-step-container .action.checkout.amasty {
    padding: 14px 30px;
    background: #75b727;
    width: 100% !important;
}

.checkout-payment-method .actions-toolbar .primary {
    float: none;
    margin: 0;
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger), .amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    background: #333;
}

.fieldset>.field, .fieldset>.fields>.field, form .field {
    margin: 0 0 8px;
}

.blog-page.page-layout-2columns-right .sidebar-additional {
    display: none !important;
}

.blog-page #maincontent .page-title-wrapper, .blog-page #maincontent .columns {
	max-width: 991px;
}

.blog-page.page-layout-2columns-right .column.main {
    width: 100%;
}

.masonry {
  display: flex;
  width: 100%;
}

a {
  color: #333;
}

.masonry--h {
  flex-flow: row wrap;
}

.masonry--v {
  flex-flow: column wrap;
  max-height: 1080px;
}

.packing-notice {
    clear: both;
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 15px 0;
}

a.parallax-btn {
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 15px;
}

.cdz-subcategories.base-slider.rounded-corners.no-title {
	display: none !important;
}

.slide-caption .button-link {
    color: #fff !important;
}

.masonry--h,
.masonry--v {
  margin-left: -8px; /* Adjustment for the gutter */
  counter-reset: brick;
}

.masonry-brick {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 8px 8px;  /* Some Gutter */
  background-color: #333;
  color: white;
  position: relative;
}

.masonry-brick:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
  counter-increment: brick;
  /*content: counter(brick);*/
  transition: font-size .25s, opacity .25s ease-in-out;
  font-weight: 700;
  opacity: .5;
  font-size: 1.25em;
}

.masonry-brick:hover:after {
  font-size: 2.25em;
  opacity: 1;
}

.masonry-brick--h {
  flex: auto;
  height: 250px;
  min-width: 150px;
}

@media only screen and (min-width: 1024px) {
  /* Horizontal masonry bricks on desktop-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
	width: 250px;
  }
  .masonry-brick--h:nth-child(4n+2) {
	width: 325px;
  }
  .masonry-brick--h:nth-child(4n+3) {
	width: 180px;
  }
  .masonry-brick--h:nth-child(4n+4) {
	width: 380px;
  }

  /* Adjusting vertical masonry height on desktop-sized screen */
  .masonry--v {
	max-height: 1600px;
  }

  /* Vertical masonry bricks on desktop-sized screen */
  .masonry-brick--v {
	width: 33.33333%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* Horizontal masonry bricks on tabled-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
	width: 200px;
  }
  .masonry-brick--h:nth-child(4n+2) {
	width: 250px;
  }
  .masonry-brick--h:nth-child(4n+3) {
	width: 120px;
  }
  .masonry-brick--h:nth-child(4n+4) {
	width: 280px;
  }

  /* Adjusting vertical masonry height on tablet-sized screen */
  .masonry--v {
	max-height: 2000px;
  }

  /* Vertical masonry bricks on tablet-sized screen */
  .masonry-brick--v {
	width: 50%;
  }
}

.masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: none;
}

.product-item .price-box .price-label, .price-box .price-label {
  display: none !important;
}

.price-label {
  display: none;
}

.product-item .swatch-option.text {
  padding: 1px 8px;
  min-width: 120px;
}

.product-view-style-03 .product-info-main .product-options-wrapper .swatch-option.text {
  min-width: 120px;
}

.list .item .swatch-attribute {
  display: none;
}

.list .item.conf .price-box {
  display: none;
}

.page-product-configurable .price-box.price-final_price, .page-product-configurable .product-options-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  .logo img {
    display: block;
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupdrop-title {
    color: #282828 !important;
  }
}

.imagegallery-item-meta {
  display: none;
}

.product-list-style-17 .price-box .price {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #e02d2d !important;
}

.product-item .old-price .price {
  color: #333 !important;
}

.product-info-main .price-box .special-price .price {
  font-size: 40px;
  color: #e02d2d !important;
}

.product-item .special-price .price, .product-item .minimal-price .price {
  color: #e02d2d !important;
}

.goog-te-gadget img {
  display: none !important;
}

.main-custom-google {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.imagegallery-inner {
  box-shadow: none;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0px 0px 2px 2px #fafafa;
}

.imagegallery-content-animation, .imagegallery-banner-image, .imagegallery-album-image .imagegallery-image-inner .imagegallery-album-image-link:hover i, .imagegallery-item-inner-style3:after, .imagegallery-item-inner-style3 .imagegallery-item-meta span {
  background: rgba(0, 0, 0, 0.65) !important;
}

.imagegallery-album-content .imagegallery-album-title {
  margin-top: 0;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  font-family: Helvetica Neue, Verdana, Arial, sans-serif;
}

.imagegallery-items-layout-list .imagegallery-item-meta, .imagegallery-album .imagegallery-item-meta {
  display: inherit;
  margin-bottom: 10px;
  display: none;
}

.imagegallery-album-content {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: Helvetica Neue, Verdana, Arial, sans-serif;
}

.category-custom-epipla .page-products .products-grid.ctst .product-items .item.product-item {
  /* width: calc(33.33% - 20px); */
}

.category-custom-epipla .product-item .price-box {
  display: none !important;
}

.category-custom-epipla .product-item-name .product-item-link,
.category-custom-epipla .product-item-link, .product.name a {
  font: 500 14px/1.35 Helvetica Neue, Verdana, Arial, sans-serif;
  backface-visibility: hidden;
  font-size: 21px;
  font-weight: 300;
}

.category-custom-epipla .page-main > .page-title-wrapper .page-title {
  display: inline-block;
  font: 500 14px/1.35 Helvetica Neue, Verdana, Arial, sans-serif;
  backface-visibility: hidden;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  display: block;
}

.category-custom-epipla .button-hover-wrap.hidden-xs,
.category-custom-epipla.page-layout-1column .block.filter {
  display: none !important;
}

.category-custom-epipla .product-list-style-17 .product-item-details {
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
  display: none !important;
}

@media only screen and (min-width: 768px){
  .page-header .header-top-row .header-top-left {
    width: 66.66666% !important;
  }

  .page-header .header-top-row .header-panel-right {
    width: 33.33333% !important;
  }
}



@media only screen and (max-width: 767px){
  .page-header .header-top {
    display: block !important;
  }

  ul.header-extra-links {
    margin-bottom: 0 !important;;
    padding: 0 !important;;
  }

  ul.header-extra-links li:nth-child(1), ul.header-extra-links li:nth-child(2) {
      display: none !important;;
  }

  ul.header-extra-links li:nth-child(3) {
      list-style: none !important;;
      display: block !important;;
      width: 100% !important;;
      text-align: center !important;;
      border: none !important;;
      margin-top: 8px !important;;
  }

  .header-search-wrap {
      padding: 50px 10px 0px 0px !important;
  }

  .goog-te-gadget-simple{
    border: none !important;
  }
}