/* ==========================================================================
   ClickClack – Porto Child NZ
   Consolidated Custom Styles
   - Fonts: Gotham (body/buttons), CalvertMTStd-Bold (headings + header/nav)
   - Source: child style.css + css/style.css + Theme Options Custom CSS
   ========================================================================== */

/* ==========================================================================
   1. FONT-FACES
   ========================================================================== */

@font-face {
  font-family: 'CalvertMTStd-Bold';
  src: url("../fonts/Calvert/3751EC_0_0.eot");
  src: url("../fonts/Calvert/3751EC_0_0.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Calvert/3751EC_0_0.woff2") format("woff2"),
       url("../fonts/Calvert/3751EC_0_0.woff") format("woff"),
       url("../fonts/Calvert/3751EC_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calvert';
  src: url("../fonts/Calvert/CalvertMT.eot");
  src: url("../fonts/Calvert/CalvertMT.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Calvert/CalvertMT.woff2") format("woff2"),
       url("../fonts/Calvert/CalvertMT.woff") format("woff"),
       url("../fonts/Calvert/CalvertMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'click-clack';
  src: url("../fonts/click-clack/click-clack.eot?wa6waq");
  src: url("../fonts/click-clack/click-clack.eot?wa6waq#iefix") format("embedded-opentype"),
       url("../fonts/click-clack/click-clack.ttf?wa6waq") format("truetype"),
       url("../fonts/click-clack/click-clack.woff?wa6waq") format("woff"),
       url("../fonts/click-clack/click-clack.svg?wa6waq#click-clack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'click-clack-features';
  src: url("../fonts/click-clack-features/click-clack-features.eot?wa6waq");
  src: url("../fonts/click-clack-features/click-clack-features.eot?wa6waq#iefix") format("embedded-opentype"),
       url("../fonts/click-clack-features/click-clack-features.ttf?wa6waq") format("truetype"),
       url("../fonts/click-clack-features/click-clack-features.woff?wa6waq") format("woff"),
       url("../fonts/click-clack-features/click-clack-features.svg?wa6waq#click-clack-features") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   2. GLOBAL TYPOGRAPHY & LAYOUT
   ========================================================================== */

html,
body {
  font-family: "gotham a","gotham b", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2d;
}

/* All headings and key nav text in Calvert */
h1, h2, h3, h4, h5, h6,
#header .main-menu > li.menu-item > a,
#header .header-top,
.breadcrumb,
.page-top ul.breadcrumb > li a,
#footer .widget-title,
.footer-top .instagram-follow h3 {
  font-family: "CalvertMTStd-Bold","Calvert",serif !important;
}

#header .header-top .share-links>a {
    background-color: transparent !important;
    margin-right: 0;
    font-size: 17px;
    color: #2d2d2d;
}

/* Buttons – Gotham */
.btn,
.button,
body a.add_to_wishlist.single_add_to_wishlist,
body ul.products .add-links .button,
body li.product-default .add-links .quickview,
.footer-top .instagram-follow .btn,
a.land-link,
.pum-close.popmake-close.nz {
  font-family: "gotham a","gotham b",sans-serif !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  font-weight: 600;
}

/* General layout */
.left-sidebar,
.right-sidebar {
  padding-top: 10px;
}
.main-content {
	padding-top: 0px !important;
}
.home .main-content, .main-content, .left-sidebar, .right-sidebar

/* Base page-top – overridable per context */
.page-top {
  margin-bottom: 0px;
}

/* Specific contexts where Porto used larger spacing */
.single-product .page-top,
.woocommerce-page .page-top,
.blog .page-top,
.archive .page-top,
.category .page-top,
.single-post .page-top,
.search .page-top,
.search.search-results .page-top {
  margin-bottom: 40px;
}

/* Basic utilities */
.hidden,
#hidden {
  display: none;
}

tr.fee {
  font-size: 13px;
}

/* ==========================================================================
   3. HEADER, BREADCRUMBS & SEARCH
   ========================================================================== */

/* Header top bar */
#header .header-top {
  font-size: 13px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
}

/* Header top menu text weight */
#header .header-top .mega-menu > li.menu-item > a {
  font-weight: 300;
}

/* Mini cart list font */
#mini-cart .cart_list {
  font-family: "gotham a","gotham b",sans-serif;
}
#header #mini-cart .minicart-icon::before {
    content: "\e04d";
    font-family: 'Simple-Line-Icons' !important;
}

/* Logo-centered layout adjustments */
#header.logo-center .header-main .header-right {
  padding-left: 10px;
}
#header.logo-center .header-main .header-left {
  padding-right: 10px;
}
.header-main {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Breadcrumbs */
.breadcrumb,
.page-top ul.breadcrumb > li a {
  text-transform: uppercase;
  font-size: 12px;
}

/* Header search icon / popup */
#header .searchform-popup .search-toggle {
  display: block !important;
  font-size: 20px !important;
  line-height: 39px !important;
  color: #2d2d2d;
}

/* Searchform capsule */
#header .searchform {
  border-radius: 25px;
  line-height: 40px;
  background: #ffffff;
  border-color: #ffffff;
}

#header .searchform input {
  border-radius: 20px 0 0 20px;
  padding: 0 15px 0 20px;
}

#header .searchform button {
  border-radius: 0 20px 20px 0;
  padding: 0 16px 0 13px;
  color: #333333;
}

/* Popup Maker close button adjustments */
.pum-theme-13 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  right: unset;
  top: unset;
}

/* Popup outline removal */
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
  outline: none !important;
}

/* Side nav panel colors */
#side-nav-panel {
  background-color: #1d1e20 !important;
  color: #fff;
}
#side-nav-panel .accordion-menu li.menu-item.current-menu-item > a,
#side-nav-panel .accordion-menu li.menu-item.active > a,
#side-nav-panel .accordion-menu li.menu-item:hover > a,
#side-nav-panel .menu-custom-block a:hover {
  background-color: #1d1e20 !important;
}

/* ==========================================================================
   4. HERO / SLIDER / CAROUSEL
   ========================================================================== */

.c-hero {
  color: #fff;
  font-weight: 400 !important;
}

.c-hero_banner_bk_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 563px;
}

@media (min-width: 1164px) {
  .c-hero_banner_bk_img {
    margin-right: calc((100vw - 1164px) / -2);
  }
}

.c-hero_banner_content {
  padding: 40px 20px;
}

@media (min-width: 1164px) {
  .c-hero_banner_content {
    padding-right: 60px;
  }
}

.c-hero__item_container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1164px) {
  .c-hero__item_container {
    max-width: 1164px;
  }
}

.c-hero__title {
  font-family: "CalvertMTStd-Bold","Calvert",serif;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  color: #fff;
}

@media (min-width: 576px) {
  .c-hero__title {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .c-hero__title {
    font-size: 4.25rem;
    line-height: 1;
  }
}

/* Hero button */
.c-hero_btn {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  margin: 20px 0;
  font-weight: 400 !important;
  font-size: .9375rem;
}
.c-hero_btn:hover {
  background-color: #2d2d2d;
  color: #fff;
}

/* Owl dots */
.c-hero .owl-dots {
  width: 100%;
  text-align: center;
}
@media (min-width: 1164px) {
  .c-hero .owl-dots {
    width: 30%;
  }
}
.c-hero.owl-carousel .owl-dots .owl-dot span {
  background-color: #d0d0d0 !important;
}
.c-hero.owl-carousel .owl-dots .owl-dot.active span,
.c-hero.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

/* Carousel nav and pagination */
.owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {
  color: #747476;
}
.woocommerce-pagination ul li .prev:before {
  content: "\e829";
}
.woocommerce-pagination ul li .next:before {
  content: "\e828";
}
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next {
  border: none;
}
.woocommerce-pagination ul li .prev:before,
.woocommerce-pagination ul li .next:before {
  font-size: 15px;
}

.has-ccols:not(.owl-loaded), .products-slider.owl-carousel:not(.owl-loaded) {
    justify-content: center;
}

/* VC tabs pagination */
.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  top: 80% !important;
  margin-left: 4%;
  text-align: left;
  z-index: 9;
}

@media (max-width: 940px) {
  .slider-h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .slide-con {
    flex-direction: column-reverse;
  }
  .slide-img {
    height: 250px;
    background-size: cover;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    margin-left: 11%;
  }
}

/* ==========================================================================
   5. SALE BADGE / PRODUCT IMAGE LABELS
   ========================================================================== */

.onsale {
  color: #fff !important;
  /*background-color: #e27c7c; BF SALE */
  background-color: #000000;
  display: inline-block;
  padding: 15px 12px;
  border-radius: 100%;
}
.post-56851 .onsale::before {
  content: "SALE" !important;
  color: #fff;
  position: absolute;
}
.product-inner .product-image {
  position: relative;
}
.product-inner .product-image .onsale {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 5;
}

/* Porto's hot/onsale labels – typography override only */
.product-image .labels,
.summary-before .labels {
  font-family: "CalvertMTStd-Bold","Calvert",serif;
  font-weight: 300;
}
.product-image .labels .onhot,
.product-image .labels .onsale,
.summary-before .labels .onhot,
.summary-before .labels .onsale {
  padding: 6px 15px;
  font-size: 16px;
  border-radius: 20px;
}

/* Hide Discount Rules “range” columns */
.wdr_td_body_range,
.wdr_td_head_range {
  opacity: 0;
}

/* Hide countdown text + timer completely */
.sale-product-daily-deal,
.sale-product-daily-deal *,
.daily-deal-countdown,
.daily-deal-countdown * {
    display: none !important;
}



/* ==========================================================================
   6. SHOP / PRODUCT GRID / WISHLIST / QUICKVIEW
   ========================================================================== */

/* Product card padding + shadow */
ul.products li.product-col h3,
.product_title {
  font-family: "CalvertMTStd-Bold","Calvert",serif;
  color: #282d3b;
}
ul.products:not(.list) .product-inner {
  padding-bottom: 12px;
  box-shadow: 0 2px 3px -1px rgba(0,0,0,0.1);
}
ul.products:not(.list) .product {
  margin-bottom: 20px;
}
ul.products.product_list_widget .product-inner {
  padding: 15px 15px 0;
}
ul.products li.product-col .product-content {
    padding: 0 10px 1px;
}

.single-product .product-summary-wrap .description p {
    font-size: 16px !important;
    line-height: 22px !important;
}

/* Category tiles */
ul.products li.product-category .thumb-info h3 {
  font-family: "CalvertMTStd-Bold","Calvert",serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
ul.products li.product-category .thumb-info-title {
  background: rgba(23, 23, 23, 0.9);
  width: auto;
  padding: 6px 12px;
}

/* Product loop add-links layout */
li.product-outimage .add-links {
  flex-wrap: wrap;
}
li.product-outimage .add-links .button {
  word-break: break-word;
  display: inline-block;
  overflow: visible;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/* Main add-links flex layout */
.add-links.clearfix {
  display: flex !important;
  width: 100%;
  max-width: max-content;
  column-gap: 5px;
  flex-wrap: wrap;
}

/* Wishlist width */
.yith-wcwl-add-to-wishlist {
  max-width: max-content !important;
}

/* Price color */
.price,
.product-summary-wrap .price {
  color: #2b2b2b;
}

/* Hover shadows */
ul.products li.product:hover .product-image {
  box-shadow: none;
}
ul.products li.product:hover .product-inner {
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
}

/* Related products spacing */
.porto-related-products {
  background: none;
  padding: 20px 0 0;
}

/* Buttons on cards */
body a.add_to_wishlist.single_add_to_wishlist,
body ul.products .add-links .button,
body li.product-default .add-links .quickview {
  background: #f4f4f4;
  border: none !important;
}
body a.add_to_wishlist.single_add_to_wishlist:hover,
body li.product-default .add-links .quickview:hover {
  background-color: var(--porto-primary-color, #2dccd3);
  border-color: var(--porto-primary-color, #2dccd3);
  color: var(--porto-primary-color-inverse, #fff);
}
body li.product-default .add-links .quickview {
  right: -40px !important;
}

/* Review list */
#reviews .commentlist li {
  padding-left: 0 !important;
}

/* Sidebar filters */
.feature-box .widget_product_categories select,
.feature-box select.porto_dropdown_product_attributes {
  padding: 1em 2em 1em 1em;
  font-size: 13px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  margin: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.widget .widget-title,
.porto-product-filters.style2 + .woocommerce-ordering select {
  font-family: "CalvertMTStd-Bold","Calvert",serif;
}
body.woocommerce-page.archive .sidebar-content aside.widget {
  border-bottom: none;
  padding: 0;
}
body.woocommerce-page.archive .sidebar-content {
  border: none;
}
body.woocommerce-page.archive .sidebar-content .widget ul {
  padding-left: 10px;
}
.woocommerce-page .sidebar-content .widget-title {
  font-size: 14px;
}
body.woocommerce-page.archive .owl-carousel.show-nav-title .owl-nav {
  margin-top: -57px;
}
body.woocommerce-page.archive .sidebar-content .widget .widget-title {
  padding: 10px 0;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
body.woocommerce-page.archive .sidebar-content .widget:first-child .widget-title {
  padding-top: 0;
}
.shop-loop-after {
  border-top: 2px solid rgba(0,0,0,0.1);
}
.sidebar .product-categories li > a {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.sidebar-content .filter-item-list {
  display: block;
}
.sidebar-content .filter-item-list .filter-color {
  text-indent: 35px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  padding: 0;
  margin-bottom: 14px;
}
.sidebar-content .filter-item-list a:not(.filter-color):not(.filter-item) {
  display: inline-block;
  border: none;
  font-size: inherit;
  padding: 0;
}
.widget > div > ul li,
.widget > ul li {
  line-height: 1.7;
}
.sidebar-content .widget > div > ul,
.sidebar-content .widget > ul {
  font-size: 12px;
}

/* ==========================================================================
   7. BLACK FRIDAY LANDING PAGE (page-id-63980)
   ========================================================================== */

body.page-id-63980 #main {
  background-color: #000;
}

/* BF text */
.bf-text h1 {
  color: #fff;
  text-align: center;
  padding-bottom: 1.5rem;
}
.bf-text h2 {
  color: #03ad88;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}
.bf-text h3 {
  color: #fff;
  text-align: center;
}

/* BF products */
.bf-products {
  background: #000;
}
.bf-products h3.woocommerce-loop-product__title {
  color: #fff !important;
  font-size: 20px;
  text-align: center;
}
.bf-products ul.products .woocommerce-loop-product__title {
  white-space: wrap;
}
.bf-products .star-rating {
  display: none;
}
.bf-products ul.products .price {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  text-align: center;
}
.bf-products .price {
  color: #ffffff;
}
.bf-products .yith-wcwl-add-to-wishlist,
.bf-products .quickview {
  display: none;
}
.bf-products a.viewcart-style-1.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #03ad88;
  color: #fff;
}

/* BF add-to-cart alignment */
body.page-id-63980 .add-links.clearfix {
  justify-content: center;
  align-items: center;
  max-width: none;
}
body.page-id-63980 .add-links.clearfix .add_to_cart_button {
  margin: 0 auto;
}

/* BF custom pricing text */
.bf-hot-price {
  font-size: 1rem;
  color: #eaa5a0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
}
.bf-normal-price {
  color: #aaa;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 1rem;
}

/* BF button */

.black-friday-bt a {
    color: #ffffff !important;
    background: #000000;
}
.black-friday-bt a:hover {
    color: #ffffff !important;
    background: #2dccd3 !important;
}
#header .main-menu > li.black-friday-bt.menu-item.active > a {
    background-color: #000000 !important;
}

#header .main-menu > li.menu-item > a {
	/*font-size: 14px;*/
	font-size: 13px;
	
}
#header .main-menu > li.menu-item > a:hover {
    color: #2dccd3;
}
#header .main-menu > li.menu-item > a:hover {
    color: #2dccd3;
}

/* ==========================================================================
   8. NEWSLETTER ROW (FOOTER GF FORM)
   ========================================================================== */

div#newsletter-row > * {
  width: 100% !important;
}

div#newsletter-row {
  background: white;
  max-width: 920px;
  margin: 0 auto;
  width: 100% !important;
}

div#newsletter-row input[type="email"],
div#newsletter-row select {
  font-family: "gotham a","gotham b",sans-serif;
  font-size: 14px;
  line-height: 120%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: #000;
  border-style: solid;
  border-color: #000;
  border-width: 0 0 2px 0;
  cursor: pointer;
}

div#newsletter-row .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 0;
  width: 100% !important;
}

div#newsletter-row .gform_fields > * {
  flex-grow: 1 !important;
  width: 31.3%;
}

.footer-top_newsletter .gform_body {
  width: 100% !important;
}

div#newsletter-row select {
  background-image: url("data:image/svg+xml,%3Csvg class='omnisend-form-5fdc0da78a48f7148f6f7fb4-field-container-63eb432fe0d619e19b5113f9-select-arrow-icon' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.0634553L10 0L5.08376 6L0 0.0634553Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 12px !important;
  -webkit-appearance: none;
  background-position: right 6px center;
}

div#newsletter-row input[type="email"]:focus,
div#newsletter-row select:focus {
  outline: 2px solid;
  box-shadow: 0 0 12px #444444b0;
}

div#newsletter-row .alert.alert-success.br-normal {
  width: auto !important;
  margin: 0 auto;
  background: transparent;
  border: none;
  color: #1ad90f;
}

/* Hide captcha in row-specific form */
div#newsletter-row .captcha-module {
  display: none;
}

/* Small-screen newsletter row layout */
@media (max-width: 767px) {
  div#newsletter-row .gform_fields > * {
    width: 100% !important;
  }
}

/* Subscription Thank You page – hide footer newsletter */
.page-id-57258 .footer-top_newsletter {
  display: none;
}

/* ==========================================================================
   9. FOOTER, INSTAGRAM STRIP & FOLLOW ICONS
   ========================================================================== */

.footer {
  font-family: "gotham a","gotham b",sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .widget-title,
.footer .widget-title a,
.footer-top .widget-title {
  letter-spacing: 1px;
}

.footer-top > .container {
  padding: 50px 10px;
  max-width: 1170px;
  position: relative;
}

/* Instagram strip in footer-top */
.jr-insta-thumb ul.thumbnails.no-border.jr_col_1 li {
  width: auto !important;
}
.jr-insta-thumb ul.thumbnails li {
  display: block;
}
.footer-top .jr-insta-thumb .thumbnails {
  display: none;
  border-bottom: none;
}
.footer-top .widget {
  margin: 0 !important;
}

/* Center follow block overlay */
.footer-top .instagram-follow {
  position: absolute;
  z-index: 1;
  padding: 20px 10px;
  width: 27.28%;
  left: 36.3636%;
  top: 0;
  height: 100%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .instagram-follow p {
  margin-bottom: 0;
}
.footer-top .instagram-follow div p {
  line-height: 1.2;
}
.footer-top .instagram-follow span {
  font-size: 10px;
  text-transform: uppercase;
}
.footer-top .instagram-follow > div {
  text-align: right;
}
.footer-top .instagram-follow > p:first-of-type {
  margin: 0 4%;
}
.footer-top .instagram-follow h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-top .instagram-follow i {
  font-size: 50px;
  color: #151515;
}
.footer-top .instagram-follow .btn {
  padding: 0.8em 3em;
  border-radius: 3px;
}

/* Responsive widths for Instagram block */
@media (max-width: 1680px) {
  .footer-top .instagram-follow {
    width: 33.4%;
    left: 33.3333%;
  }
}
@media (max-width: 1200px) {
  .footer-top .instagram-follow {
    width: 42.86%;
    left: 28.57%;
  }
}
@media (max-width: 991px) {
  .footer-top .instagram-follow {
    position: static;
    width: auto;
  }
}
@media (max-width: 480px) {
  .footer-top .instagram-follow h3 {
    font-size: 24px;
  }
  .footer-top .instagram-follow i {
    font-size: 36px;
  }
  .footer-top .instagram-follow .btn {
    padding: 0.6em 2em;
  }
}

/* Footer widgets and main area */
#footer .widget-title {
  font-size: 15px;
  text-transform: uppercase;
	color: #ffffff;
}

#footer .widget.follow-us .share-links a {
  width: 48px;
  height: 48px;
  font-size: 18px;
  box-shadow: none;
}
#footer .widget.follow-us .share-links a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  #footer .share-links {
    float: left;
    padding-top: 30px;
  }
}

/* Footer main + bottom */

.footer-wrapper .unstyled-list li a, .footer-wrapper .links li a {
    color: #a8a8a8 !important;
    font-size: 13px !important;
}

#footer {
  background-color: #000000;
}
.footer-top {
  background-color: #ffffff;
}
#footer .footer-bottom {
  background-color: #161616;
}
#footer .footer-main {
  overflow: hidden;
}
#footer .footer-main > .container {
  padding-top: 60px;
}
#footer .footer-main .block {
  position: relative;
}
#footer .footer-main .block:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200%;
  left: -50%;
}
#footer .footer-main .block:after,
#footer .footer-main {
  border-bottom: 1px solid #212121;
}
#footer .footer-main > .container:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #212121;
  left: 15px;
  right: 15px;
}
#footer .contact-info li {
  line-height: 1.5;
  margin-bottom: 12px;
}
#footer .contact-info .contact-info-label {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-bottom .footer-center {
  text-align: right;
}
#footer .footer-bottom .footer-right {
    text-align: center;
}

#footer .footer-bottom span, #footer .footer-bottom span a {
    color: #a8a8a8;
    font-size: 12px;
}

/* ==========================================================================
   10. CLICKCLACK CLUB
   ========================================================================== */

.club-hero {
  text-align: center;
  padding: 10px 10px 60px;
  background: #fff;
}
.club-hero .subtext {
  color: #2dccd3;
}
.clickclack-tag {
  max-width: 450px;
}
.club-info {
  font-size: 12px;
  color: #28b9bf;
}
@media (max-width: 768px) {
  .clickclack-tag {
    max-width: 300px;
  }
}

/* ==========================================================================
   11. CHECKOUT & MESSAGES
   ========================================================================== */

/* Hide specific checkout field */
.woocommerce-checkout p#\30 _field {
  display: none;
}

/* Messages styling */
.woocommerce-message {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin-bottom: 20px;
}

/* Shipping notes and notice blocks */
.ship_only {
  font-size: 14px;
	color: #ffffff;
	background: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
	padding: 10px;
  width: 100%;
}
.coupon-warning_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Checkout helper text */
#billing_options_field label:after {
  content: 'for a special treat on your birthday.';
  font-size: 12px;
  color: #777;
  display: block;
}
.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .optional {
  display: none;
}
/*#billing_country_field:after,
#shipping_country_field:after {
  content: 'Please note we currently ship only to New Zealand addresses.';
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding-top: 10px;
}*/

/* Zipcode/order error blocks */
#zipcode_errors.z-succ {
  background-color: #92ff92;
  padding: 5px 5px 5px 15px;
}
#zipcode_errors,
#order_errors {
  background-color: #ffc3c3;
  padding: 5px 5px 5px 15px;
}

/* ==========================================================================
   12. POPUPS (LANDING SELECTOR / HEADER POPUP)
   ========================================================================== */

.land {
  text-align: center;
  padding: 80px 50px 30px;
}
.land h4 {
  margin-bottom: 25px;
  font-size: 25px;
}
.land-button {
  display: grid;
  grid-gap: 40px;
}
a.land-link {
  background-color: #2dccd3;
  border-color: #2dccd3;
  color: #fff;
  padding: 10px 30px;
}
a.land-link:hover,
.pum-close.popmake-close.nz:hover {
  text-decoration: none;
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  cursor: pointer;
}
.nz-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#popmake-57641 .pum-close.popmake-close {
  display: none;
}
.pum-close.popmake-close.nz {
  display: block !important;
  background-color: #2dccd3;
  border-color: #2dccd3;
  color: #fff;
  padding: 10px 30px;
  position: absolute;
  text-align: center;
}
.pum-id-64021 .pum-content .vc_row {
    max-width: 420px !important;
    margin: 0 auto !important;
}

.pum-id-64021 .land p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px !important;
}



/* Header popup banner */
#header-pop-up-banner {
  text-align: center;
  color: black;
}
#popmake-57737 {
  background-color: #2cccd3;
  position: absolute;
  top: 0 !important;
}
.pum-close.popmake-close {
  display: none;
}
#pum-57641 {
  position: fixed;
}

/* ==========================================================================
   13. RTL ADJUSTMENTS
   ========================================================================== */

.rtl #header.logo-center .header-main .header-right {
  padding-right: 10px;
  padding-left: 0;
}
.rtl #header.logo-center .header-main .header-left {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .shortcode_wysija .wysija-input {
  border-radius: 0 4px 4px 0;
}
.rtl .shortcode_wysija .wysija-submit {
  border-radius: 4px 0 0 4px;
}
.rtl .feature-box .widget_product_categories select,
.rtl .feature-box select.porto_dropdown_product_attributes {
  padding: 1em 1em 1em 2em;
}
.rtl body.woocommerce-page.archive .sidebar-content .widget ul {
  padding-right: 10px;
  padding-left: 0;
}
.rtl .footer-top .instagram-follow > div {
  text-align: left;
}
.rtl #footer .widget.follow-us .share-links a:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .rtl #footer .share-links {
    float: left;
  }
}
.rtl #footer .footer-bottom .footer-center {
  text-align: left;
}

/* ==========================================================================
   14. MISC / UTILITIES
   ========================================================================== */

/* Blog header bg + border */
.blog .page-top {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}

.single-post article .entry-title {
	color: #2d2d2d;
}

/* Free shipping notice toggle */
body.hide-free-shipping-notice .porto_free_shipping {
  display: none !important;
}

/* Woo page top margin */
.woocommerce-page .page-top {
  margin-bottom: 0 !important;
}

/* iframe on newsletter (footer top) for small screens */
@media only screen and (max-width: 600px) {
  #iframe1 {
    height: 350px !important;
  }
}

/* ==========================================================================
   15. PRODUCT TABS — FINAL MINIMAL NEEDED FIX
   ========================================================================== */

/* Show only the active tab content */
.woocommerce-tabs .resp-tab-content.resp-tab-content-active {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
}

/* Hide accordion headings on desktop */
@media (min-width: 768px) {
    .woocommerce-tabs .resp-accordion {
        display: none !important;
    }
}



