/*
Theme Name: StockTrak Theme - 2024 Edition Child
Template: stocktrak2024
Author: Mike Barwick
Author URI: https://content.stocktrak.com/
Description: Child wordpress theme for StockTrak
Text Domain: stocktrak2024
Version: 3
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&amp;family=Work+Sans:wght@400;500;600;700&amp;display=swap");

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-variation-price, 
.woocommerce-message {
    display: none;
}

.woocommerce div.product div.summary p,
.woocommerce-Tabs-panel p,
.license-includes p,
.woocommerce .quantity {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: black;
    margin-bottom: 1rem;
}

.woocommerce .woocommerce-cart-form__cart-item .quantity {
	margin-bottom: 0!important;
}

@media screen and (min-width: 40em) {
    .woocommerce div.product div.summary p,
    .woocommerce-Tabs-panel p,
    .license-includes p {
      font-size: 18px;
      line-height: 24px;
    }
}
  
.woocommerce div.product div.summary p strong,
.woocommerce-Tabs-panel p strong,
.woocommerce-Tabs-panel ul li a strong {
    font-weight: 600;
}

.woocommerce div.product div.summary p a,
.woocommerce-Tabs-panel ul li a {
    color: #5a60e1;
}

.woocommerce div.product div.summary p a:hover,
.woocommerce-Tabs-panel ul li a:hover {
    color: #955cbd;
}

.woocommerce div.product div.summary h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #444568;
    margin-bottom: 1rem;
}

.woocommerce div.product div.summary h5 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

.woocommerce div.product div.summary ul li,
.woocommerce-Tabs-panel ul li,
fieldset [type="checkbox"] + label {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: black;
}

@media screen and (min-width: 40em) {
    .woocommerce div.product div.summary ul li,
    .woocommerce-Tabs-panel ul li {
      font-size: 18px;
      line-height: 24px;
    }
}

.woocommerce div.product div.summary .button {
    font-family: 'Work Sans', sans-serif;
    padding: 8px 18px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #626fe9;
    display: block;
}

.woocommerce div.product div.summary .button:hover, .woocommerce div.product div.summary .button:focus {
    background-color: #955cbd;
  }

@media screen and (min-width: 40em) {
    .woocommerce div.product div.summary .button {
      padding: 12px 35px;
      font-size: 18px;
      line-height: 24px;
    }
}

.accepted-cc {
    display: flex;
    align-items: center;
	justify-content: center;
}

.accepted-cc img {
    max-height: 40px;
    margin: 0 5px;
}

.accepted-cc div {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    max-height: 35px;
    margin: 0 5px;
	width: min-content;
}

#wooswipe .thumbnails {
  height: auto!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent!important;
	border: 0!important;
}

.woocommerce .tabs {
	border: 0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600!important;
    color: black!important;
}

.license-includes h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: black;
    letter-spacing: -1px;
    margin-bottom: 56px;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 40em) {
    .license-includes h2 {
        font-size: 34px;
        line-height: 38px;
    }
}

.license-includes h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 20px auto;
    width: 72px;
    height: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#5f60ba), to(#955cbd));
    background: linear-gradient(to right, #5f60ba 0%, #955cbd 100%);
}

.license-includes h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: black;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    .license-includes h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
  
.license-includes .grid {
    display: -ms-grid;
    display: grid;
    place-content: center;
    grid-gap: 10px;
}
  
  @media screen and (min-width: 40em) {
    .license-includes .grid {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 300px);
    }
  }
  
  @media screen and (min-width: 64em) {
    .license-includes .grid {
        grid-gap: 26px;
        grid-template-columns: repeat(3, 300px);
    }
  }
  
  .license-includes .grid .card {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(119, 119, 119, 0.25);
            box-shadow: 1px 5px 10px 0px rgba(119, 119, 119, 0.25);
    text-align: center;
    border: 0;
    display: block;
    margin-bottom: 0;
    width: auto;
    height: auto;
}
  
.license-includes .grid .card img {
    width: 100%;
}

.license-includes .grid .card .card-content {
    padding: 20px 20px 30px 20px;
}

.bulk-discount {
    background-color: #edeef3;
    padding: 20px 25px 10px 25px;
    margin-bottom: 1rem;
}

.bulk-discount-border {
    height: 4px; 
    background: -webkit-gradient(linear, left top, right top, from(#5f60ba), to(#955cbd));
    background: linear-gradient(to right, #5f60ba 0%, #955cbd 100%);
}

.bulk-discount p {
    margin-bottom: 0;
}

.woocommerce .quantity .qty {
    width: 80px!important;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0!important;
    float: none!important;
}

.single_variation_wrap p {
    font-size: 16px!important;
    line-height: 20px!important;
}

section.body-content h1.page-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 70px!important;
  line-height: 60px!important;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #444568!important;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (min-width: 40em) {
section.body-content h1.page-title {
    font-size: 100px;
    line-height: 86px;
  }
}

section.body-content h1.page-title span {
  background: -webkit-linear-gradient(left, #5f60ba, #955cbd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.body-content h1.page-title:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin: 10px auto 0;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#5f60ba), to(#955cbd));
  background: linear-gradient(to right, #5f60ba 0%, #955cbd 100%);
}

@media screen and (min-width: 64em) {
section.body-content h1.page-title:after {
    margin: 10px 0 0 0;
  }
}

.woocommerce {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: black;
    margin-bottom: 1rem;
}

.woocommerce h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: black;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    .woocommerce h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none!important;
    width: auto!important;
}

ul.checkmark {
    list-style: none;
    margin-left: 0;
    margin-bottom: 30px;
  }

ul.checkmark li {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: black;
    padding-left: 30px;
    margin: 8px 0;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    ul.checkmark li {
      font-size: 18px;
      line-height: 24px;
    }
}

ul.checkmark li::before {
    content: "";
    display: inline-block;
    background-image: url(../png/checkmark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    position: absolute;
    margin-left: -30px;
}

@media screen and (min-width: 40em) {
    ul.checkmark li::before {
        height: 24px;
    }
}

ul.checkmark li ul li {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

ul.checkmark li ul li::before {
    background-image: none;
}

.woocommerce table.shop_table {
    border: 0!important;
}

.woocommerce a.button {
    font-family: 'Work Sans', sans-serif!important;
    padding: 8px 18px!important;
    font-size: 18px!important;
    line-height: 20px!important;
    font-weight: 600!important;
    border-radius: 30px!important;
    color: #FFFFFF!important;
    background-color: #626fe9!important;
    display: block;
}

.woocommerce a.button:hover, .woocommerce a.button:focus {
    background-color: #955cbd!important;
  }

@media screen and (min-width: 40em) {
    .woocommerce a.button {
      padding: 12px 35px!important;
      font-size: 18px!important;
      line-height: 24px!important;
    }
}

.wc-proceed-to-checkout {
    text-align: center;
}

.wc-proceed-to-checkout .checkout-button {
    margin-bottom: 60px!important;
}

.woocommerce .coupon {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.woocommerce .coupon button {
    font-family: 'Work Sans', sans-serif!important;
    padding: 8px 18px!important;
    font-size: 14px!important;
    line-height: 18px!important;
    font-weight: 600!important;
    border-radius: 30px!important;
    color: #FFFFFF!important;
    background-color: #626fe9!important;
    margin-left: 8px!important;
}

.woocommerce tbody {
    border: 1px solid #FFF!important;
    background-color: transparent!important;
}

.woocommerce thead {
    background-color: transparent!important;
    color: black;
}

.woocommerce thead tr th {
    border-bottom: 2px solid black;
}

.woocommerce tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: transparent!important;
}

.woocommerce .order-total {
    font-size: 20px;
}

.woocommerce .cart_totals {
    background-color: #edeef3; 
    padding: 20px 20px 30px 20px; 
    border-radius: 3px;
}

.woocommerce .product-thumbnail {
    max-width: 150px;
}

.woocommerce table.shop_table td a,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #626fe9;
    text-decoration: underline;
}

.woocommerce table.shop_table td a:hover,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
    color: #955cbd;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 10px;
	font-weight: 500;
}

.woocommerce .quantity .qty {
    width: 80px !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: black;
    margin-bottom: 0;
}

.woocommerce form .form-row label {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}

.woocommerce form .form-row input.input-text {
    font-size: 16px;
}

@media print, screen and (min-width: 64em) {
    .woocommerce-checkout .large-8 {
      padding-right: 20px;
    }
}

.woocommerce-checkout #payment {
    margin-top: 40px;
    background: transparent!important;
}

.woocommerce button.button.alt {
    font-family: 'Work Sans', sans-serif!important;
    padding: 8px 18px!important;
    font-size: 18px!important;
    line-height: 20px!important;
    font-weight: 600!important;
    border-radius: 30px!important;
    color: #FFFFFF!important;
    background-color: #626fe9!important;
    display: block;
}

.woocommerce button.button.alt:hover, 
.woocommerce button.button.alt:focus {
    background-color: #955cbd!important;
}

@media screen and (min-width: 40em) {
    .woocommerce button.button.alt {
      padding: 12px 35px!important;
      font-size: 18px!important;
      line-height: 24px!important;
    }
}

.woocommerce-billing-fields {
    border-bottom: 1px solid #d0dadd;
    padding-bottom: 40px;
}

.woocommerce-checkout-payment [type="radio"] + label {
    font-size: 16px;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #edeef3;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #edeef3;
	border-right-color: transparent;
   	border-left-color: transparent;
  	border-top-color: transparent;
}