/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


.woocommerce-loop-category__title mark {
    background: transparent;
    opacity: 0.66; 
}

.subscriptionTabs {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  background: #efefef;
  box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.1);
  margin-bottom: 28px !important;
}
.subscriptionTabs input {
  position: absolute;
  opacity: 0;
}
.subscriptionTabs label {
  width: 100%;
  margin: 0;
  padding: 20px 31.2px; /* fits 3 basic tabs at max-width */
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 16px;
  color: #7f7f7f;
  transition: background 0.1s, color 0.1s;
  user-select: none;
}
.subscriptionTabs label:hover {
  background: #d8d8d8;
}
.subscriptionTabs label:active {
  background: #ccc;
}
.subscriptionTabs input:focus + label {
  /* put some cool stuff in here */
}
.subscriptionTabs input:checked + label {
  background: #fff;
  color: #000;
  box-shadow: inset 0px 0px 0px 3px rgb(28,90,0);
  z-index: 1;
}
.subscriptionTabs div {
  display: none;
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #fff;
}
.subscriptionTabs input:checked + label + div {
  display: block;
}
@media (min-width: 600px) {
  .subscriptionTabs label {
	  width: auto;
  }
  .subscriptionTabs div {
	  order: 99;
  }
}

/* Custom Font Sizes */
.subscriptionTabs div {
  text-align: center;
}
.subscriptionTabs div > span {
  display: block;
  padding: 32px 0;
}
.subscriptionTabs div > span {
  display: block;
  padding: 32px 0;
}
.subscriptionTabs div > span.one-time-option-details {
  text-transform: capitalize;
}
.subscriptionTabs div > span ins .amount {
  font-size: 48px !important;
}
.subscriptionTabs div > span:after {
  content: '(selected)';
  display: block;
  margin-top: 8px;
  text-transform: lowercase;
  font-style: italic;
  font-size: 14px;
  opacity: 0.66;
}

.myAccount {
  transform: scale(1.5);
}

.entry-featured {
    position: relative;
    margin-top: 25px !important;
    border: 2px solid #e5e5e5;
    padding: 6px;
    background-color: #fff;
    max-width: 400px;
    margin: auto;
}







header .x-topbar {
  background: #1F1F1F;
}

header .x-topbar p, header .x-topbar a, header .x-topbar i {
  color: #CDCDCD !important;
  background-color: transparent !important;
}

header .x-brand {
  margin: 16px 0;
  width: 20%;
}

#menu-main {
  width: 75%;
  margin-top: 12px;
}

.myAccount {
  transform: scale(2.5) translateY(-20%);
  padding-left: 33%;
}

#x-nav-wrap-mobile .myAccount {
  transform: none;
  padding-left: 0;
}

#x-nav-wrap-mobile .myAccount:after {
  content: 'My Account';
  padding-left: 8px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.111em;
  text-transform: uppercase;
}

#menu-main > li:nth-last-child(2), #menu-main > li:nth-last-child(1) {
  float: right;
}

.x-separator-top-curve-in, .x-separator-bottom-curve-in, .x-separator-bottom-curve-out {
  display: none !important;
}

#deliverySection {
  background: #1F1F1F;
  color: #fff;
  font-size: 200%;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding: 2%;
}

#deliverySection i {
  font-size: 400%;
  margin-bottom: 1%;
}

#deliverySection a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#deliverySection a:hover {
  opacity: 0.66;
}

footer p, footer a, footer i, footer .x-colophon-content {
  color: #CDCDCD !important;
  background-color: transparent !important;
}


/*/////////// Custom Home Page Styling ///////////*/

.tabbedLinks .imgContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(900% / 16);
  cursor: pointer;
  margin: 12% auto;
}

.tabbedLinks .imgContainer:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
}

.tabbedLinks .imgContainer:hover:after, .tabbedLinks .imgContainer.active:after {
  opacity: 0.5; 
}

.tabbedLinks .imgContainer img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabbedLinks .imgContainer .titleBox {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: auto;
  min-width: 50%;
  height: auto;
  background: #fff;
  border: 1px solid #aaa;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 2.5% 7.5%;
  font-size: 140%;
  letter-spacing: 2px;
  white-space: nowrap;
  transform: translate(-50%, 50%);
  transition: border 0.2s ease-in-out;
  z-index: 2;
}

.tabbedLinks .imgContainer:hover .titleBox, .tabbedLinks .imgContainer.active .titleBox {
  border: 1px solid #000;
}

.tabbedLinks .imgContainer .titleBox:after {
  content: attr(afterText);
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 2.5% 7.5%;
  font-size: 50%;
  font-weight: 300;
  letter-spacing: 2px;
  transform: translate(-50%, 50%);
  color: #888;
  transition: color 0.2s ease-in-out;
}

.tabbedLinks .imgContainer:hover .titleBox:after, .tabbedLinks .imgContainer.active .titleBox:after {
  color: #000;
}

.tabbedLinkBars .linkHolder {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}

.tabbedLinkBars .linkHolder.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tabbedLinkBars .linkHolder a {
  position: relative;
  display: inline-block;
  padding: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  white-space: nowrap;
}

.tabbedLinkBars .linkHolder a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 0;
  height: 1px;
  background: #444;
  transform: translateX(-50%);
  transition: width 0.2s ease-in-out;
}

.tabbedLinkBars .linkHolder a:hover:after {
  width: 50%
}

.tabbedLinkBars .linkHolder .linkWrapper {
  white-space: nowrap;
}

.tabbedLinkBars .linkHolder .linkWrapper:not(:last-child):after {
  content: '|';
  margin: 0 12px;
  color: #444;
}

.featuredItems .featuedContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / 1);
  margin: 3% auto;
  text-decoration: none !important;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.featuredItems .x-1-1 .featuedContainer {
  /*font-size: 150%;*/
  padding-bottom: calc(100% / 3);
}

.featuredItems .featuedContainer:hover {
  opacity: 0.8;
}

.featuredItems .featuedContainer img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featuredItems .featuedContainer:after {
  content: attr(afterText);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffffaa;
  text-transform: uppercase;
  text-align: center;
  padding: 6% 2.5%;
  box-sizing: border-box;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #000;
}

.featuredItems .x-1-1 .featuedContainer:after {
  padding: 2% 2.5%;
}

.linkSection {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.featureSection {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.featureSection img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.featureSection .featureContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.featureSection .featureContainer #featureTitle {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 350%;
}

.featureSection .featureContainer #featureDesc {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 200%;
}

.featureSection .featureContainer #featureAction {
  position: relative;
  display: inline-block;
  width: auto;
  color: #fff;
  background: #000;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 150%;
  padding: 2% 10%;
  margin-top: 5%;
  border-radius: 2vmin;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.featureSection .featureContainer #featureAction:hover {
  opacity: 0.8;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.woocommerce-variation-add-to-cart .quantity {
  display: inline-block;
  padding-right: 16px;
}

.woocommerce-variation-add-to-cart .wc-stripe-payment-request-wrapper {
  display: none;
}

.woocommerce-checkout #payment input#payment_method_stripe {
  top: 0px !important;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 18px !important;
}

.woocommerce-checkout #terms {
  top: 0px !important;
}

#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator {
  display: none !important;
}

.woocommerce .cart.shop_table .product-name {
  display: table-cell !important;
  width: 33%;
}

.woocommerce .cart.shop_table .product-thumbnail img {
  width: 100% !important;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

body:not(.home) .cp-slidein-popup-container {
  display: none;
}

.cart-collaterals .cross-sells {
  display: none;
}

ul.products .product-category img {
  width: 100%;
}