/*
Theme Name: Crux Child Theme
Theme URI: http://codestag.com/themes/crux
Description: Child theme for customizing Crux.
Version: 1.8.14
Author: Codestag
Author URI: http://codestag.com/
Template: crux
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
/* @import url('../crux/style.css'); */

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
html, body {
    overflow: visible;
}
.custom-background--wrapper {
	display: none!important;
}

.custom-page-background .site-content {
    margin-top: 0px !important;
}
.tax-product_cat .content-wrapper, .post-type-archive-product  .content-wrapper{
    background-color: #f7f7f7;
    margin-bottom: -3.125rem;
}
.tax-product_cat .content-wrapper .site-content, .post-type-archive-product .content-wrapper .site-content {
    background-color: #f7f7f7;    
}
.content-wrapper .product-info {
    min-height: 50px;
    padding: 20px;
    text-align: center;
}
.content-wrapper .product-actions-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
}
.content-wrapper .product-info .price {
    font-size: 20px;
    margin-top: 20px;
}
.content-wrapper .product-buttons {
    background: rgba(154, 154, 154, 0.7);
}
.content-wrapper .product-buttons .button {
    padding: 12px 1.125rem;
    border-radius: 4px;
    background: black;
    border: none;
    font-size: 15px;
    color: white;
    font-family: "Ropa Sans";
    will-change: auto;
    cursor: pointer;
}
.content-wrapper .product-actions-buttons .product-button {
    padding: 12px 1.125rem;
    border-radius: 4px;
    background: black;
    border: none;
    font-size: 15px;
    color: white;
    font-family: "Ropa Sans";
    will-change: auto;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}
.content-wrapper .products  .thumbnail-container {
    margin-bottom: 0;
}
.content-wrapper .inner-product-wrapper {
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.content-wrapper .products .product-title {
    text-transform: none;
    margin-bottom: 10px;
}
.content-wrapper .products .product-title a {
    color: black;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
    background: transparent;
    color: #71a32f;
    border: 1px solid #71a32f;
    text-transform: uppercase;
    margin: 10px 0px;
}

.btn:hover {
    background-color: #71a32f;
    color: #FFF;
    cursor: pointer;
}

.btn:hover a:link, .btn:hover a:visited, .btn:hover a:hover {
    color: #FFF;
    cursor: pointer;
}

.product-category {
	text-align: center;
}
.product-category__shop_cat_desc {
    padding: 20px;
}
.woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    border-top: 1px solid #b2b2b2;
    font-family: "BebasNeue";
    font-size: 30px;
    font-size: 1.875rem;
}

.footer-dark {
    margin-top: 50px;
    margin-top: 3.125rem;
	padding: 30px 0px 0px;
	background: #1e1e1e;
}

.site-info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #000;
}

.footer-dark h1, .footer-dark h2, .footer-dark h3 {
	color: #FFF;
}

.footer-dark .widget_recent_entries a {
    color: #71a32f !important;
    font-size: 16px !important;
}
.footer-dark .widget_recent_entries li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none !important;
}

.site-info .inside {
    color: #CCC;
    text-transform: uppercase;text-align: center;
}

.footer-widget-area .widget {
    width: 29.05% !important;
}

.footer-dark .footer-widget-area .widget {
    width: 22.05% !important;
}

.widget-top-rated-products img.wp-post-image {
	float: right;
	max-width: 70px;
}

.widget-top-rated-products li {
	margin: 30px 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b2b2;
	height: 70px;
}

.star-rating {
    position: relative;
    overflow: hidden;
    width: 6em;
    height: 1.0em;
    letter-spacing: 1px;
    padding-bottom: 4px;
}

.zoomImg {
	background-color: #FFF;
}

.product_info {
	display: none !important;
}

.site-header .site-branding img {
	max-width: 300px;
	height: auto;
}

#formLeft {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

#formRight {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.input-text, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button {
    opacity: 1 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    background: #eee url('../png/number-spinner.png') no-repeat 50% 50%;  
    width: 11px;
    height: 14px;
    padding: 4px;
    position: relative;
    right: 2px;
    border-radius: 28px;
}

input::-webkit-inner-spin-button{
    opacity:1 !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 20px;
}
.product__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product__quantity, .product-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 30px;
}
.product__quantity-text, .product-quantity__text {
    margin-right: 5px;
}

.cart .quantity input {
    border-left: 1px solid #b2b2b2 !important;
	vertical-align: middle !important;
}

#qtyMsg {
    display: inline-block;
}
#qtyMsg, #qtyMsgMobile {
    width: 46%;
}

#qtyMsgMobile {
    display: none;
}
@media screen and (max-width: 450px) {
	#qtyMsgMobile {
		display: inline-block;
		vertical-align: middle !important;
	}
	#qtyMsg {
		display: none;
	}
	.site-header .site-branding img {
		max-width: 200px;
		height: auto;
	}
}

.addon-name {
    font-size: 1.00em !important;
    font-weight: 300 !important;
	text-transform: capitalize !important;
	color: #777 !important;
	margin: 0px;
}

.addon-price {
    font-size: 0.85em;
    margin: 5px 0px !important;
    color: #777;
    font-weight: 300;
    text-transform: none;
}


.entry-summary .price {
    background: none !important;
    color: #000 !important;
    padding: 0px !important;
    font-size: 25px;
    font-size: 1.5625rem;
	margin-top: 10px !important;
}


.product-actions-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-actions-buttons .button{
    background: white;
    color: black;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px 16px;
    margin-right: 10px;
}
.product-actions-buttons .add_to_cart_button{
    background-color: black;
    border-radius: 4px;
    padding: 10px 16px;
    color: white;  
    margin-right: 0;  
}
.product-more-details {
    color: black;
    display: inline-block;
    margin-top: 16px;
}
.inner-product-wrapper {
    position: relative;
    padding-bottom: 62px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
}
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    flex-grow: 0;
    display: flex;
    margin-bottom: 10px !important;
}
@media (min-width: 450px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: none;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 33.33%;        
    }
}
@media (min-width: 1200px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 25%;        
    }
}
.woocommerce-tabs {
    margin: 30px 0 !important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    display: inline-block;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart{
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    display: inline-block;
}
h2.addon-title {
    margin-bottom: 10px !important;
}

td.addon-checkbox {
	padding-left: 20px !important;
}

.cart .quantity .qty {
    width: 65px !important;
}

.cart .quantity .qty::-webkit-inner-spin-button, 
.cart .quantity .qty::-webkit-outer-spin-button {  

   opacity: 1;

}

.main-navigation a {
    display: none;
    color: #2f322b;
    padding: 22px 40px;
    padding: 1.375rem 2.5rem;
}

.ubermenu-target-title {
	font-family: "Ropa Sans" !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}

.ubermenu ul .ubermenu-item {
    border-right: 1px solid #b2b2b2;
}
.ubermenu ul .ubermenu-item a {
padding: 1.375rem 2.5rem;
}

.ubermenu-sub-indicator {
	display: none !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 2.5rem !important;
}

.ubermenu-submenu {
	z-index: 99999 !important;
	background: #FFF !important;
}
.ubermenu-submenu .ubermenu-item {
    border-right: none !important;
}

.cart .quantity .plus, .cart .quantity .minus {
    font-size: 15px;
    width: 22px !important;
    padding: 0;
    max-width: 40px;
    text-align: center;
}

.woocommerce-message {
	display: none !important;
}

#wc-stripe-payment-request-wrapper {
	clear: none !important;
	padding-top: 0px !important;
}
.product-extras, .icon_title {
    margin-top: 0px;
    display: inline-block;
}

.product-buttons .add_to_cart_button {
	/*display: none !important;*/
}

@media screen and (max-width: 600px) {
	div#festi-cart-pop-up-content {
		max-width: 96%;
		margin: auto auto;
	}
	div.festi-cart-pop-up-body {
		max-width: 96% !important;
	}
}
@media screen and (max-width: 450px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    	width: 100% !important;
    	float: none !important;
   		margin: 0px !important;
        margin-bottom: 10px !important;
	}
}

.col2-set .col-1, .col2-set .col-2 {
    background: #F9F9F9 !important;
}

.woocommerce-mini-cart-item img {
	max-width: 80px !important;
	height: auto !important;
}



hr {
	border: 0px;
	background-color: none !important;
	border-bottom: 1px solid #b2b2b2;
	display: none;
}

form.cart {
	padding-top: 0px !important;
}

div#icon_title {
    margin-bottom: 20px !important;
	height: 40px !important;
    display: block !important;
}

.single_variation {
    border-top: none !important;
    border-bottom: none !important;
	padding: 0px !important;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    height: 32px !important;
}

.form-row .input-text:only-child {
    margin-left: 0px !important;
}

.checkout .input-checkbox:checked::after {
	display: none !important;
}

@media screen and (max-width: 500px) {
	.variations .value, .variations .label {
		width: 100% !important;
		float: none !important;
		display: table-row !important;
	}
}

input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
    /*-webkit-appearance: inner-spin-button !important;*/
    opacity: 1 !important;
    margin-left: 5px !important;
}
.product_meta {
	display: none !important;
}

.festi-cart-product-qty {
	min-width: 75px;
}

.ubermenu, .ubermenu-nav {
    z-index: 9 !important;

}

/* ORDER CONFIMATION STYLES */
.order_details {
    border-top: none !important;
    border-bottom: none !important;

}

.woocommerce-thankyou-order-details li, .wc-bacs-bank-details li {
	list-style-type: none !important;
}

.order_details strong, .product-title a, .product-category h3 mark {
    color: #666;
}

.woocommerce-bacs-bank-details {
	background-color: #F3F3F3;
	padding: 20px 0px 5px;
	margin-bottom: 20px;
}

.woocommerce-order-details .shop_table, .woocommerce-order-details .shop_table tr, .shop_table td {
    border: none !important;

}

.woocommerce-order-details {
	margin-bottom: 40px;
}

.woocommerce-order-details .shop_table tbody {
	background-color: #F3F3F3;
	border-top: 2px solid #CCC;
}

.woocommerce-order-details .shop_table tbody td {
	background-color: #F3F3F3;
	border-top: 2px solid #CCC;
	text-align: left;
}

.woocommerce-order-details .shop_table tfoot {
	background-color: #F3F3F3;
	text-align: left;
}

.woocommerce-order-details .shop_table tbody td:nth-of-type(2), .woocommerce-order-details .shop_table .product-total, .woocommerce-order-details .shop_table tfoot td {
	text-align: right !important;
}


body.page-id-7 .entry-title {
	text-align: center !important;
}

.woocommerce-customer-details, .woocommerce-columns .woocommerce-column {
	min-height: 300px;
}

.shipping ul li {
	list-style: none !important;
}


.main-navigation a:hover, .mobile-menu a:hover, .mobile-menu .current-menu-item > a, .main-navigation .current-menu-item > a, .archive-lists a:hover, .footer-dark .menu-products-container .menu .menu-item a:link, .footer-dark .menu-support-container .menu .menu-item a:link, .footer-dark .textwidget a:link, .footer-dark .menu-products-container .menu .menu-item a:visited, .footer-dark .menu-support-container .menu .menu-item a:visited, .footer-dark .textwidget a:visited {
    color: #71a32f !important;
}

.woocommerce-account .woocommerce form {
    background: #FFF !important;
}

#rememberme {
	margin-left: 20px !important;
}

.checkout .form-row label {
    width: auto !important;

}

.single_variation_wrap {
	display: inline-block !important;
}

.div-offers small {
	float: left !important;
}

.mc4wp-checkbox span {
	font-size: 17px !important;
	margin-left: 10px !important;
}

.shop_table .shipping th {
	vertical-align: top !important;
}

#shipping_method li {
	text-align: left;
	padding-bottom: 10px;
}

#shipping_method li input {
	vertical-align: top !important;
	margin-top: 4px !important;
}

.wc-proceed-to-checkout {
	margin-top: 10px;
}

@media screen and (max-width: 630px) {
div#festi-cart-pop-up-content span.festi-cart-closed.b-close {
    right: 24px !important;
    top: 0px !important;

}
}

@media screen and (max-width: 760px) {
	.footer-dark .footer-widget-area .widget {
		width: 46% !important;
		display: inline-block !important;
		vertical-align: top !important;
	}
}

@media screen and (max-width: 460px) {
	.footer-dark .footer-widget-area .widget {
		width: 100% !important;
		display: inline-block !important;
		text-align: center !important;
	}
}

.g-recaptcha {
     width:100%;
     transform:scale(0.77);
     transform-origin:0 0;
}

select::-ms-expand { display: none; }

.site-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-blog .post{
    width: 100%;
    padding: 0 15px;
    border: none;
}
.site-blog .post-thumbnail:before{
    content: ' ';
    display: block;
    padding-bottom: 50%;    
}
.site-blog .post-categories {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 10px;
}
.site-blog .entry-excerpt {
    font-size: 17px;
    margin-bottom: 20px;
}
.site-blog .post-thumbnail {
    margin-bottom: 20px;
}
.site-blog .post-categories li {
    list-style: none;
    padding-right: 10px;
}
.site-blog .post-categories a {
    display: block;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    font-size: 13px;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.site-blog .post-categories a:hover {
    background-color: #53c700;
    border-color: #53c700;
    color: white;
}
.site-blog .post-thumbnail-link{
    display:block;
}
.site-blog .post-thumbnail{
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.site-blog .post-thumbnail img{
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.site-blog .entry-content .btn {
    font-size: 14px;
}
.site-article {
    max-width: 1000px;
    margin: 0 auto;
}
.site-article .entry-header-title {
    background: white;
    margin-top: -80px;
    position: relative;
    margin-right: 40px;
    padding-top: 20px;
}
.article-social-share {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
}
.article-social-share li{
    list-style: none;
    padding-right: 10px;
    margin-bottom: 10px;
}
.article-social-share a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.article-social-share a:hover {
    background-color: #53c700;
    border-color:#53c700;
}
.article-social-share a:hover svg {
    fill: white;
}
.article-social-share svg {
    width: 25px;
    height: 25px;
    fill: black;
    transition: fill 0.3s ease-out;
}
.article-social-share--small {
    margin: 0;
}
.article-social-share--small a{
    width: 30px;
    height: 30px;
}
.article-social-share--small svg{
    width: 20px;
    height: 20px;
}
@media (min-width: 768px){
    .site-blog .post{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .site-article .post {
        display: flex;
        align-items: flex-start;
    }
    .site-article .article-content {
        width: 70%;
        padding: 0 15px;
    }
    .site-article .article-sidebar {
        width: 30%;
        padding: 0 15px;
        top: 20px;
        position: sticky;
    }
}
@media (min-width: 991px){
    .site-blog .post{
        width: 25%;
        padding: 0 15px;
        border: none;
    }   
    .site-blog .post:first-child, .site-blog .post:nth-child(2){
        width: 50%;
    }
    .site-blog .post:first-child .post-thumbnail:before, .site-blog .post:nth-child(2) .post-thumbnail:before{
        padding-bottom: 48%;
    }
    .site-blog .post-thumbnail:before{
        content: ' ';
        display: block;
        padding-bottom: 100%;    
    }
}
.addon-image img {
    background-color: white;
}
.addon-content:before {
    border-color: #b8b8b8 !important;    
}
.addon-content:after {
    background-color: #2f322b !important;
}
.addon-label input:checked + .addon-content:before{
    border-color: #2f322b !important;
}
.festi-cart-title {
    color: #53c700 !important;
}
.festi-cart-product-title {
    text-align: left;
}
.addon-row {
    border-color: #f9f9f9;
}
.addon-qty-div {
    padding-left: 30px;
}
.grecaptcha-badge {
    display: none !important;
}
.attachment-page .site-article .entry-header-title{
    margin-top: 0;
}
.money-back {
    display: flex;
    align-items: center;
    color: black;
    padding: 5px;
    font-size: 20px;
    margin-bottom: 30px;
}
.money-back b {
    color: #6fa23f;
}
.money-back svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    fill: #6fa23f;
}
.money-back-shield {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 1;
}
.money-back-shield svg{
    display: block;
    width: 120px;
    height: 120px;
}
.subheader .grids {
    display: flex;
    align-items: center;
}
.header--right {
    position: relative;
}
.header__right-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-category__item {
    background-color: white;
    display: block;
    margin-bottom: 30px;
    padding: 0 0 80px;
    width: 100%;
    position: relative
}
.product-category-item__title h3{
    display: block;
    padding: 20px 15px 0;
}
.product-category-item__button {
    position: absolute; 
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce ul.products .product-category[class*="grid-"] {
    display: flex;    
    margin: 0;
    padding: 0 10px;
}
body.single-product .content-wrapper {
    background-color: #f7f7f7;
    margin-bottom: -3.125rem;
}
body.single-product .site-content {
    background-color: #f7f7f7;
}
.single-product-main-image {
    width: 100%;
}
body.single-product .woocommerce-tabs, .woocommerce-tabs .tabs{
    border-top: none !important;
}
.woocommerce-tabs .panel {
    padding: 40px 30px;
    background-color: white;
}
.woocommerce-tabs .tabs li{
    background-color: white;
    border-top: 1px solid #b2b2b2;
}
.woocommerce-tabs .tabs a {
    padding: 20px 30px !important;
}
.woocommerce-tabs .tabs li:first-child a{
    padding-left: 30px !important;
}

@media (min-width: 450px) {
    .content-wrapper .widget-latest-products  .products {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
    }
}
.content-wrapper .widget-latest-products .products{
    margin-top: 0;
}
.content-wrapper .widget-latest-products .products .product, .content-wrapper .products .product{
    margin: 0;
    flex-grow: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 30px !important;
}
@media (min-width: 450px) {
    .content-wrapper .widget-latest-products .products .product, .content-wrapper .products .product{
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;        
    }
}
@media (min-width: 800px) {
    .content-wrapper .widget-latest-products .products .product, .content-wrapper .products .product{ 
        width: 33.33%;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }
}
@media (min-width: 991px) {
    .content-wrapper .widget-latest-products .products .product, .content-wrapper .products .product{
        width: 25%;
    }
}
.content-wrapper .widget-latest-products .products .inner-product-wrapper {
    width: 100%;
    background: white;
    flex-grow: 1;
}
body.home .content-wrapper{
    background-color: #f7f7f7;
    margin-bottom: -3.125rem;
    padding-bottom: 3.125rem;
}
body.home .site-content {
    background: none;
}
.product-details__help {
    background-color: #FFF;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 115px;
    right: 0;
    z-index: 10;
    border-radius: 4px 0 0 4px;
    transition: transform 0.3s ease-out;
    transform: translateY(-50%) translateX(100%);
}
.product-details__help--style-2 .product-details__help-button{
    border: 1px solid #e4e4e4;
    color: rgb(125, 173, 75);
    background: white;
}
.product-details__help--style-2 .product-details__help-cta{
    border-color: black;
    color: black;
}
.product-details__help--show {
    transform: translateY(-50%) translateX(5px);
}
.product-details__help--show:hover {
    transform: translateY(-50%) translateX(0);
}
.product-details__help-button {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px 0 0 4px;
    color: white;
    width: 100%;
    background: rgb(125, 173, 75);
    padding: 12px;
    outline: none;
    box-shadow: 0 5px 17px -3px rgba(0,0,0,.12);
}
.product-details__help-title {
    font-size: 19px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 12px;
}
.product-details__help-cta {
    display: block;
    padding: 5px;
    border: 1px solid white;
    text-transform: none;
}
.product-details-help-popup {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    transition: visibility 0s 0.3s linear;
}
.product-details-help-popup__bg {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.product-details-help-popup__close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-details-help-popup__close svg{
display: block;
width: 30px;
height: 30px;
}
.product-details-help-popup__content {
    position: absolute;
    right: 0;
    top: 0;
    background: #efefef;
    height: 100%;
    overflow: auto;
    padding: 70px 30px 30px;
    max-width: 500px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}
.product-details-help-popup--add {
    visibility: visible;
    transition: visibility 0s 0s linear;
}
.product-details-help-popup--add .product-details-help-popup__bg{
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.product-details-help-popup--add .product-details-help-popup__content{
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}
body.fixed {
    overflow: hidden;
}
.product-faq {
    background: white;
    margin-bottom: 4px;
}
.product-faq__collapse-all {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
    border: none;
    box-shadow: none;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
}
.product-faq__title {
    cursor: pointer;
    color: black;
    font-size: 20px;
    font-family: "Ropa Sans";
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 40px 20px 20px;
    position: relative;
    display: block;
}
.product-faq__symbol {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    pointer-events: none;
    right: 15px;
}
.product-faq__symbol:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 1.25px;
    border-radius: 0.25px;
    background-color: black;
    position: absolute;
    top: 5px;
    left: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.product-faq__symbol:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 1.25px;
    border-radius: 0.25px;
    background-color: black;
    position: absolute;
    top: 5px;
    left: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transform: rotate(90deg);
}
.product-faq.closed .product-faq__symbol:before{
    transform: rotate(90deg);
    opacity: 0;
}
.product-faq.closed .product-faq__symbol:after{
    transform: rotate(180deg);
}
.product-faq__description {
    color: black;
    font-size: 18px;
    overflow: hidden;
}
.product-faq__description-inner {
    padding: 0 20px 20px;
}
.product-faq table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #EFEFEF;
}
.product-faq table th{
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    border: 1px solid #EFEFEF;
}
.product-faq table tr:nth-child(2n + 1) td {
    background: #f7f7f7;
}
.product-faq table td{
    padding: 10px;
}
.product-category {
    width: 100%;
}
@media (min-width: 450px) {
    .product-category {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .product-category {
        width: 33.3334%;
    }
}
@media (min-width: 1200px) {
    .product-category {
        width: 25%;
    }
}
.product-category__header .term-description {
    margin-bottom: 0;
}
.product-category__header {
    padding-bottom: 30px;
}
#page {
    overflow-x: hidden !important;
}