/*
Theme Name: Tetsuo Child
Theme URI: http://tetsuo.edge-themes.com
Description: A child theme of Tetsuo Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: tetsuo
Template: tetsuo
*/

@media only screen and (min-width:1025px){
	.edgtf-woo-single-page .edgtf-single-product-content
	{
		display:flex!important;
	}
	.edgtf-woo-single-page .edgtf-single-product-content .images
	{
		width:50%;
		padding:0;
		order:2
	}
}




/* CART */

.page-id-7 .edgtf-wrapper .edgtf-wrapper-inner .edgtf-content *{
		background-color: #eef2f5;
		color: #313131 ;
		border-color: #313131 !important;
            text-align: center;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	border: 1px solid black!important;
}

.page-id-7.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner footer *{

	background-color: #eef2f5!important;
	color: #313131 !important;
	border-color: #313131 !important;

}

.page-id-7.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner footer .edgtf-footer-bottom-holder * {
	color: #313131!important;
	text-transform: uppercase!important;
	font-family: 'Poppins';
}


/* CHECKOUT */


.page-id-8 .edgtf-wrapper .edgtf-wrapper-inner .edgtf-content *{
		background-color: #eef2f5;
		color: #313131 ;
		border-color: #313131 !important;
        font-family: 'Poppins';
}

.page-id-8.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner footer .edgtf-footer-bottom-holder * {
	color: #313131!important;
	text-transform: uppercase!important;
	font-family: 'Poppins';
}

.page-id-8.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner footer *{

	background-color: #eef2f5!important;
	color: #313131 !important;
	border-color: #313131 !important;

}

.edgtf-woocommerce-page .woocommerce-checkout h3#order_review_heading {
	color: #313131!important;
}

.woocommerce-page .edgtf-content input[type=text]:not(.select2-search__field), .woocommerce-page .edgtf-content input[type=email], .woocommerce-page .edgtf-content input[type=tel], .woocommerce-page .edgtf-content input[type=password], .woocommerce-page .edgtf-content textarea, div.woocommerce input[type=text]:not(.select2-search__field), div.woocommerce input[type=email], div.woocommerce input[type=tel], div.woocommerce input[type=password], div.woocommerce textarea {
    position: relative;
    width: 100%;
    margin: 0 0 4px;
    padding: 6px 6px;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    line-height: 5px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #272727;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: border-color .2sease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2sease-in-out;
}










 
.page-id-9.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner footer .edgtf-page-footer .edgtf-footer-top-holder {
	border: 1px solid black;
}


.woocommerce-Address-title h2 {
	font-size: 20px;
}

.woocommerce-Address-title a {
	border: 1px solid black;
}





/*
.page-id-9.edgtf-boxed * {
    color: black !important;
}
*/



.billing-text {
	text-align: center;
}

.page-id-8 .edgtf-wrapper .edgtf-wrapper-inner .edgtf-content * {
    background-color: #eef2f5;
    color: #313131;
    border-color: #313131 !important;
    border-radius: 10px;
}


/* NEW CHECKOUT */

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Checkout layout */
.checkout-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* Billing details styling */
.woocommerce-billing-fields h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.form-row {
    margin-bottom: 15px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

/* Order summary styling */
.order-review-section {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.woocommerce-checkout-review-order-table tr:last-child td {
    border-bottom: none;
}

/* Payment methods */
.wc_payment_methods {
    list-style: none;
    padding-left: 0;
}

.wc_payment_methods li {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .checkout-columns {
        grid-template-columns: 1fr;
    }
}

/* ===== Checkout Layout ===== */
.checkout-columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

@media (max-width: 768px) {
    .checkout-columns {
        grid-template-columns: 1fr;
        padding: 20px 15px;
    }
}

/* ===== Billing Details Section ===== */
.woocommerce-billing-fields h3,
.order-review-section h3 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #3498db;
    position: relative;
}

.woocommerce-billing-fields h3:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e74c3c;
}

.form-row {
    margin-bottom: 20px;
    position: relative;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #34495e;
    font-size: 0.95em;
}

.form-row.woocommerce-invalid label {
    color: #e74c3c;
}

input, 
select, 
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    font-size: 0.95em;
    transition: all 0.3s ease;
    background: #fff;
}

input:focus, 
select:focus, 
textarea:focus {
    border-color: #3498db;
    box-shadow: 0 3px 15px rgba(52, 152, 219, 0.2);
    outline: none;
}

/* ===== Shipping Toggle ===== */
.shipping-toggle-section {
    margin: 25px 0;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

#ship-to-different-address {
    margin: 0;
}

#ship-to-different-address label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
}

#ship-to-different-address input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #3498db;
}

.woocommerce-form__label span {
	font-size: 18px;
    letter-spacing: 0;
    font-weight: 900;
    margin-top: -3px;
}

/* ===== Order Summary ===== */
.woocommerce-billing-fields h4 {
	display:none;
}
.billing-details-section h3 {
	font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Poppins';
}
.checkout-column-right h3{
	font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Poppins';
}

.order-review-section {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.woocommerce-checkout-review-order-table th {
    text-align: left;
    padding: 12px 0;
    border-bottom: 2px solid #ecf0f1;
    color: #2c3e50;
    font-size: 0.95em;
}

.woocommerce-checkout-review-order-table td {
    padding: 12px 0;
    border-bottom: 1px solid #ecf0f1;
    color: #7f8c8d;
}

.woocommerce-checkout-review-order-table tr:last-child td {
    border-bottom: none;
}

.woocommerce-checkout-review-order-table strong {
    color: #2c3e50;
    font-family: 'Poppins';
}

.order-total td {
    font-size: 1.2em;
    font-weight: 700;
    color: #27ae60 !important;
}

/* ===== Payment Methods ===== */
.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.wc_payment_methods li {
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    font-family: 'Poppins';
}

.wc_payment_methods li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.wc_payment_methods label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    color: #2c3e50;
    font-family: 'Poppins';
}

.wc_payment_methods input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    accent-color: #3498db;
}

.payment_box {
    background: #ffffff !important;
    border-radius: 6px;
    margin-top: 10px;
    padding: 15px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* ===== Place Order Button ===== */
#place_order {
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white !important;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
}

#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* ===== Shipping Address ===== */
.shipping_address {
    margin-top: 25px;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    animation: fadeIn 0.5s ease;
    font-family: 'Poppins';
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== Form Validation ===== */
.woocommerce-invalid .required {
    color: #e74c3c;
    font-family: 'Poppins';
}

.woocommerce-invalid input {
    border-color: #e74c3c !important;
    font-family: 'Poppins';
}

.woocommerce-error {
    background: #e74c3c !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    margin-bottom: 30px !important;
    font-family: 'Poppins';
}

/* ===== Optional Fields Note ===== */
.optional {
    color: #95a5a6;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Poppins';
}

/* ===== Billing Fields Layout ===== */
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-family: 'Poppins';
}

/* First Name & Last Name */
.form-row#billing_first_name_field,
.form-row#billing_last_name_field {
    grid-column: span 1;
}

/* Company Name (full width) */
.form-row#billing_company_field {
    grid-column: 1 / -1;
}

/* Country/Region & Town/City */
.form-row#billing_country_field,
.form-row#billing_city_field {
    grid-column: span 1;
}

/* Street Address (full width) */
.form-row#billing_address_1_field,
.form-row#billing_address_2_field {
    grid-column: 1 / -1;
}

/* State & ZIP Code */
.form-row#billing_state_field,
.form-row#billing_postcode_field {
    grid-column: span 1;
}

/* Phone & Email */
.form-row#billing_phone_field,
.form-row#billing_email_field {
    grid-column: span 1;
}

/* Address 2 Styling */
#billing_address_2_field label {
  grid-column: 1 / -1;
}

#billing_address_2_field input::placeholder {
    color: #999;
    font-style: italic;
}

/* ===== Responsive Layout ===== */
@media (max-width: 768px) {
    .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-column: 1 / -1 !important;
    }
}

/* ===== Field Styling Adjustments ===== */
.form-row {
    margin-bottom: 0; /* Remove default margin */
    padding: 8px 0;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
}

.form-row input,
.form-row select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-row select {
    appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 12px center;
    background-size: 16px;
}

/* Optional Field Indicators */
.optional {
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}

/* Address 2 Field */
#billing_address_2_field label:after {
    content: " (optional)";
    color: #999;
    font-weight: 400;
}

/* Billing Fields Grid Layout */
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 50px;
}

/* Row 1: First Name | Last Name */
#billing_first_name_field,
#billing_last_name_field {
    grid-column: span 1;
}

/* Row 2: Company (full width) */
#billing_company_field {
    grid-column: 1 / -1;
}

/* Row 3: Country | City */
#billing_country_field,
#billing_city_field {
    grid-column: span 2;
    order: 2;
}

/* Row 4: Street Address */
#billing_address_1_field {
    grid-column: 1 / -1;
    order: 2;
}


/* Row 5: State | Postcode */
#billing_state_field,
#billing_postcode_field {
    grid-column: span 1;
    order: 3;
}

/* Row 6: Phone | Email */
#billing_phone_field,
#billing_email_field {
    grid-column: span 1;
    order: 4;
}

/* Force field order */
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper > .form-row {
    width: 100%;
    order: var(--order);
}

#billing_first_name_field { --order: 1; }
#billing_last_name_field { --order: 2; }
#billing_company_field { --order: 3; }
#billing_country_field { --order: 4; }
#billing_city_field { --order: 5; }
#billing_address_1_field { --order: 6; }
#billing_address_2_field { --order: 2; }
#billing_state_field { --order: 8; }
#billing_postcode_field { --order: 9; }
#billing_phone_field { --order: 10; }
#billing_email_field { --order: 11; }

@media (min-width: 768px) {
    .woocommerce-billing-fields__field-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_country_field,
    #billing_city_field,
    #billing_state_field,
    #billing_postcode_field,
    #billing_phone_field,
    #billing_email_field {
        grid-column: span 1;
    }
    
    #billing_address_1_field,
    #billing_address_2_field {
        grid-column: 1 / -1;
    }
}

/* TEXT - INPIT ADJUSTMENTS */

.form-row span input {
    font-family: 'Poppins';
}


/* GENERAL SHIT */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    color: #a53e2b;
}

/* SOCIAL PRODUCT */
.social_border_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.social_border_area p {
    margin: 5px;
}

.label_social {
    text-align: center;
}

.genre-filter-list {
    display: flex;
    list-style: none;
    padding: 10px;
    margin: 0px;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.genre-hr {
    display: block;
    width: 100%;
    margin-top: -7px;
    z-index: 9999;
    border: 0;
    position: relative;
    border-color: #b5a574;
    transform: translate(-0%, 0%);
}

.genre-filter-list li a {
    text-align: center;
    border: 0;
    padding: 10px;
    transition: 0.3s;
    color: #fff;
    background-color: transparent;
    font-size: 1.2em;
    letter-spacing: -.04em;
    font-weight: 100;
    font-family: Rajdhani, sans-serif;
    transition: 0.2s;
    text-transform: uppercase;
}

.genre-filter-list li a:hover {
    color: #ff6969;
}

.edgtf-header-centered .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-vertical-align-containers-inner {
    border-bottom: 0px solid #000!important;
    box-shadow: 0px 14px 22px -14px black!important;
}

.genre-filter {
    position: relative;
    background-color: black;
	z-index: 3;
}

.genre-filter .genre-filter-list {
    padding: 10px;
    margin: 0px;
}

.product .genre-filter {
    position: relative;
    background-color: transparent;
}

.edgtf-wrapper-inner .genre-filter .genre-filter {
    background-color: black;
    margin-bottom: 0!important;
}

/* PRODUCT GENRES */
.product-genres {
    line-height: 13px;
    margin: 8px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.genre-link {
	font-size:10px;
	text-transform:uppercase;
	font-weight: 600;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-genre-reset {
    text-align: center;
    background-color: transparent;
    color: #bcaa78;
    border: 1px solid #bcaa78;
    padding: 5px 10px;
    transition: 0.3s;
    cursor: pointer;
    margin-top: -1px
}

.btn-genre-reset:hover {
    color: #a53e2b;
    border: 1px solid #a53e2b;
    cursor: pointer;
    margin-top: -1px
}

/* IDK WTF ARE THEESE */
.woocommerce-billing-fields__field-wrapper .form-row { 
    margin-bottom: 0;
    padding: 0px 0;
}

.shipping-toggle-section { 
	margin: 15px 0;
    padding: 5px 0px;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td, .edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
    padding: 5px 0;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
    margin-bottom: 0!important;
}

/* COOKIE SHIT */
.edgtf-mobile-menu-icon svg {
	width: 25px;
}

.fee td span {
    color: #00a000;
    font-weight: bold;
}

.yt_to_text_container {
    display: none;
}

.video-etv006 {
    display: flex!important;
    justify-content: center!important;
    align-items: flex-start!important;
    align-content: center!important;
}

.must-add {
    width: 100%!important;
}

.added_to_cart {
    opacity: 0;
    height: 0;
}

.hidden {
    display: none;
}

.pswp__caption__center {
    display: none;
}

.edgtf-pl-category a {
    display: none;
}

.edgtf-logo-wrapper a img.edgtf-normal-logo {
    opacity: 1;
}

.woocommerce-product-details__short-description p {
    color: white;
}

.woocommerce-product-details__short-description p a {
    color: white;
}

/* ALBUM CODE GENERATOR */
.xoo-cp-container {
    background-color: #111;
}

span.xoo-cp-close {
    background-color: #111;
}

input[type=number].xoo-cp-qty {
    background-color: #111;
    color: #fff;
}

.xcp-ptotal {
    font-size: 15px;
    font-weight: 900;
}

.xoo-cp-ptotal {
    font-size: 15px;
}

.xoo-wsc-ft-amt-value .woocommerce-Price-amount {
    color: #000;
    font-weight: 100;
    font-size: 15px;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-markup .xoo-wsc-btn,
.xoo-wsc-markup .woocommerce-shipping-calculator button[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 10px;
}

.xoo-wsc-progress-bar-container {
    background-color: #fff;
    border-radius: 5px;
    height: 20px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
}

.xoo-wsc-progress-bar {
    background-color: #a53e2b;
    height: 100%;
    border-radius: 5px;
}

.xoo-wsc-vinyl-progress-info {
    padding: 0px 15px;
}

.xoo-wsc-vinyl-progress-info p {
    color: #000;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
    font-weight: 600;
    line-height: 15px;
}

/* ANOTHER WEIRD SHIT */
#left-4 {
    margin-top: -5px;
}

@media screen and (max-width: 600px) {
    .right-text-element {
        transform: translate(0%, 0%);
        top: 0%;
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .woocommerce-product-details__short-description h5 {
        margin-bottom: 39px;
    }
    #left-3 {
        float: right;
        order: 1;
    }
    #left-4 {
        float: right;
        order: 2;
        margin-top: 20px;
    }
    #right-3 {
        float: left;
    }
    .remove-mobile {
        order: 1;
    }
    .right-text-element .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h5 {
        text-align: center!important;
    }
    .ng-binding {
        text-align: center!important;
    }
    .right-text-element .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper p {
        text-align: center!important;
    }
    .entry-summary .woocommerce-product-details__short-description h5 {
        padding: 0px 10px;
        display: contents;
    }
}

.genre-hr {
    display: block;
    width: 200%;
    margin-top: 0px;
    z-index: 9999;
    position: relative;
    color: #a53e2b;
    border-color: #a53e2b;
    transform: translate(-20%, 0%);
}

.bottom-line-r {
    margin-bottom: 15px;
}


/* FEATURED PRODIGY */
@font-face {
    font-family: 'Metal Reg-8';
    src: url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-8.woff2') format('woff2'), url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metal Reg-2';
    src: url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-2.woff2') format('woff2'), url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metal Reg-6';
    src: url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-6.woff2') format('woff2'), url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metal Reg-4';
    src: url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-4.woff2') format('woff2'), url('/wp-content/plugins/mthrbord-framework/fonts/Metal-Reg-4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/wp-content/plugins/mthrbord-framework/fonts/BebasNeueBold.woff2') format('woff2'), url('/wp-content/plugins/mthrbord-framework/fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.mthrbord-featured-products {
    width: 100%;
    height: 400px;
}

.mthrbord-featured-products-background {
    position: absolute;
    height: 400px;
    width: 100%;
    z-index: -1;
}

.mthrbord-featured-products-header {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mthrbord-featured-products-header .mthrbord_1 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-size: 2.3em;
    letter-spacing: -.04em;
    font-weight: 500;
    font-family: 'Metal Reg-2';
    transition: 1s;
    margin-bottom: 35px;
}

.mthrbord-featured-products-header .mthrbord_2 {
    color: #fff;
    letter-spacing: 0em;
    font-family: 'Bebas Neue';
    font-size: 46px;
    transition: .5s;
    text-align: center;
}

.mthrbord-featured-products-header .mthrbord_3 {
    color: #fff;
    letter-spacing: -.04em;
    font-family: 'Metal Reg-2';
    font-size: 22px;
    transition: .5s;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: -8px;
}

.mthrbord-featured-products-header .mthrbord_4 {
    color: #fff;
    letter-spacing: 0em;
    font-family: 'Bebas Neue';
    font-size: 22px;
    transition: .5s;
    margin-bottom: -8px;
    text-align: center;
}

.mthrbord-featured-products-header .mthrbord_5 {
    color: #fff;
    letter-spacing: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    transition: .5s;
    text-align: center;
}

.mthrbord-featured-product h3 {
    color: #fff;
    padding: 10px;
    letter-spacing: -.04em;
    font-family: 'Bebas Neue';
    margin: 9px 0 6px;
    font-weight: 400;
    font-size: 36px;
    transition: .5s;
    margin-top: -100px;
}



/* UNKNOWN USELESS SHITS */
@media (min-width: 768px) {
    meta[property="og:image"] {
        display: block !important;
    }
}

.fav-track {
    color: #b0bdbf;
}

.edgtf-equalizer {
    display: none;
}

.edgtf-website-song {
    display: none;
}

a .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

a .woocommerce-LoopProduct-link a.woocommerce-loop-product__link {
    display: none;
}

.edgtf-pl-text {
    display: none;
}

.outofstock a.button {
    display: none !important;
}

ul.products>.product .edgtf-pl-inner .edgtf-pl-text {
    display: none;
}

.edgtf-single-product-summary .product_meta {
    display: none;
}

.entry-title {
    display: none;
}

.edgtf-title-holder {
    display: none;
}

li#tab-title-description {
    right: 150px;
}

#linkarea {
    display: none;
}

/* DISCOUNTED VINYL */
.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon {
    display: none;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(50%, 0px);
    opacity: 1;
    mix-blend-mode: screen;
    text-shadow: -1px -1px 0 #a53e2b, 1px -1px 0 #a53e2b, -1px 1px 0 #a53e2b, 1px 1px 0 #fff;
}

.edgtf-text-marquee .edgtf-marquee-element {
    padding: 0 4px;
}

.edgtf-marquee-element {
    text-transform: uppercase;
    padding: 0 5px;
}

.featured-discounted-product {
    position: relative;
    text-align: center;
    height: 400px;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

.featured-discounted-product img {
    transition: 1.5s;
    width: 350px;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: contain;
    background-position: center center;
    background-origin: border-box;
    transform: translate(-50%, 7%);
    border: 2px solid #a53e2b;
}

.featured-discounted-product img:hover {
    transition: 1.5s;
    width: 400px;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: contain;
    background-position: center center;
    background-origin: border-box;
    transform: translate(-40%, 0%);
    border: 2px solid #a53e2b;
    color: #dd9933;
}

.featured-discounted-product .featured-title {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
    color: #ab5633;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    letter-spacing: -.04em;
    font-family: Rajdhani, sans-serif;
    margin: 9px 0 6px;
    font-weight: 700;
    font-size: 35px;
    transition: .5s;
    text-transform: uppercase;
}

.featured-discounted-product .featured-title:hover {
    color: #bcaa78;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: .04em;
    color: #dd9933;
    text-shadow: -1px -1px 0 #a53e2b, 1px -1px 0 #a53e2b, -1px 1px 0 #a53e2b, 1px 1px 0 #fff;
}

.featured-discounted-product .featured-info {
    text-align: center;
    margin-top: 10px;
}

.featured-discounted-product .featured-price {
    font-size: 2em;
    margin: 20px 0;
    text-align: right;
    color: #333;
    display: block;
    /* Makes it appear on a new line */
}

.featured-discounted-product .featured-stock {
    color: green;
    font-weight: bold;
    display: none;
}

.featured-discounted-product .featured-stock-quantity {
    color: #555;
    font-size: 0.9em;
    margin: 20px 0;
    text-align: right;
    float: right;
}

.featured-discounted-product .background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.search-by-genre {
    left: 50%;
    position: relative;
    text-align: center;
    transform: translate(-50%, 0px);
    color: #dd9933;
    margin: 25px;
}

.search-by-genre .edgtf-iwt-title-text {
    font-size: 1.5em;
    color: #dd9933;
}

.search-by-genre .edgtf-icon-dripicons {
    position: absolute;
    margin-bottom: 20px;
    font-size: 40px;
    width: 100%;
    height: 30px;
    left: 50%;
    transform: translate(50%, -25px)
}

.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon {
    display: none;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(50%, 0px);
    opacity: 1;
    mix-blend-mode: screen;
    text-shadow: -1px -1px 0 #a53e2b, 1px -1px 0 #a53e2b, -1px 1px 0 #a53e2b, 1px 1px 0 #fff;
}

.edgtf-text-marquee .edgtf-marquee-element {
    padding: 0 4px;
}

/* FEATURES */
/* If the product is out of stock, change the color */
.featured-discounted-product .featured-stock.out-of-stock {
    color: red;
}

.edgtf-marquee-element {
    text-transform: uppercase;
    padding: 0 5px;
}

.edgtf-tm-9865 {
    color: #dd9933;
    font-size: 28.5px;
    line-height: 2em;
    font-weight: 900;
    font-style: italic;
    margin-bottom: -60px;
}

.edgtf-tm-2541 {
    color: #dd9933;
    font-size: 28.5px;
    line-height: 2em;
    font-weight: 900;
    font-style: italic;
    margin-top: -50px;
    z-index: 9999;
    position: absolute;
}

@media (max-width: 1366px) {
    .genre-filter-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 10px 0px;
        text-align: center;
    }
    .genre-filter-list li a {
        font-size: 1em;
    }
    .genre-filter-list li {
        text-align: center;
        padding: 0px 0.7%;
    }
}

@media (max-width: 1200px) {
    .edgtf-main-menu>ul>li>a {
        padding: 0 10px;
        color: #fff;
        font-size: 13px;
        line-height: 24px;
        box-sizing: border-box;
        font-weight: 600;
    }
    .genre-filter-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 10px 0px;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: calc(100%);
        text-align: center;
        transform: translate(0%, 0);
    }
    .genre-filter-list li {
        text-align: center;
        padding: 5px 10px;
    }
}

@media (max-width: 768px) {
    .search-by-genre {
        margin: 20px 0;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #first {
        width: 100%;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #second {
        width: calc(50% - 0px);
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #third:nth-child(3) {
        width: 100%;
        width: calc(50% - 0px);
    }
    .featured-discounted-product img {
        transition: 1.5s;
        width: 350px;
        height: auto;
        left: 0;
        top: 0;
        z-index: -1;
        background-size: contain;
        background-position: center center;
        background-origin: border-box;
        transform: translate(-0%, 7%);
        border: 2px solid #a53e2b;
    }
    .featured-discounted-product .featured-title {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(-1%, -50%);
        color: #ab5633;
        font-size: 1.5em;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        letter-spacing: -.04em;
        font-family: Rajdhani, sans-serif;
        margin: 9px 0 6px;
        font-weight: 700;
        font-size: 35px;
        transition: .5s;
        text-transform: uppercase;
        text-align: center;
    }
    .featured-discounted-product .featured-price {
        font-size: 2em;
        margin: 20px 0;
        text-align: center;
        color: #333;
        display: block;
    }
    .featured-discounted-product .featured-title {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }
}

@media (max-width: 680px) {
    .featured-discounted-product .featured-price {
        font-size: 1em;
        margin: 20px 0;
        text-align: center;
        color: #333;
        display: block;
    }
    .featured-discounted-product .featured-title {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 100%;
    }
}

@media (max-width: 680px) {
    .featured-discounted-product .featured-price {
        font-size: 1em;
        margin: 20px 0;
        text-align: center;
        color: #333;
        display: block;
    }
    .featured-discounted-product .featured-title {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 100%;
    }
}

@media (max-width: 680px) {
    .featured-discounted-product img:hover {
        transition: 1.5s;
        width: 400px;
        height: auto;
        left: 0;
        top: 0;
        z-index: -1;
        background-size: contain;
        background-position: center center;
        background-origin: border-box;
        transform: translate(0%, 0%);
        border: 2px solid #a53e2b;
        color: #dd9933;
    }
}


/* Removing price from product but not variables */

#tab-title-description {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.archive .edgtf-page-header .edgtf-logo-area {
    background-color: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%)!important;
    background-color: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%)!important;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00d4ff", GradientType=1);
}

.edgtf-page-header .edgtf-logo-area {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%)!important;
}


/* VERSION 2 - Horizontal Scrolling Thumbnails */

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

@media only screen and (min-width: 768px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        order: 2 !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        width: 50% !important;
        padding-right: 56px !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 1025px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        width: 50%;
        padding: 0;
    }
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type=submit],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type=submit]:not(.edgtf-search-submit),
div.woocommerce input[type=submit] {
    float: left;
}

.edgtf-accordion-holder.edgtf-ac-boxed.edgtf-dark-skin .edgtf-accordion-title {
    color: #e1e1e1;
}

@media only screen and (min-width: 768px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        order: 2 !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        width: 40% !important;
        padding-right: 56px !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 1025px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex !important;
    }
}

@media only screen and (min-width: 1201px) {
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        width: 45%;
        padding: 0;
    }
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type=submit],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type=submit]:not(.edgtf-search-submit),
div.woocommerce input[type=submit] {
    float: left;
    line-height: 1.6em;
}

.edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-details__short-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 33px 0;
    line-height: 29px;
    letter-spacing: -.02em;
}

.edgtf-main-menu>ul>li>a {
    padding: 0 11px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
    font-weight: 600;
}

.edgtf-woo-single-page .edgtf-single-product-summary .edgtf-quantity-buttons {
    margin: 0;
    float: right;
}

.edgtf-accordion-holder.edgtf-ac-boxed.edgtf-dark-skin .edgtf-accordion-title {
    color: #e1e1e1;
}

.content {
    display: flex;
}

.left {
    flex: 5;
    padding-right: 30px;
    padding-left: 30px;
}

.top {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.label_sidebar {
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
}

.labelpic {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-left: 0px;
    margin-bottom: -10px;
    background-size: 120px 120px;
    background-position: center;
}

.edgtf-woo-single-page .edgtf-single-product-summary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    padding: 0 40px 0 0;
    float: left;
    box-sizing: border-box;
}

.edgtf-woo-single-page .edgtf-single-product-content .images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 0;
        padding: 0 30px 0 0;
        float: left;
        box-sizing: border-box;
    }
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
    font-size: 13px;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    width: fit-content;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button:hover {
    font-size: 13px;
    padding: 10px 20px;
    color: #fff;
    background-color: #a53e2b;
    border: 1px solid transparent;
    width: fit-content;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
        font-size: 13px;
        padding: 10px 20px;
        color: #000;
        background-color: #fff;
        border: 1px solid transparent;
        width: fit-content;
        margin-bottom: 10px;
    }
    .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button:hover {
        font-size: 13px;
        padding: 10px 20px;
        color: #fff;
        background-color: #a53e2b;
        border: 1px solid transparent;
        width: fit-content;
        margin-bottom: 10px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 43%;
        padding: 0 10px;
    }
    .label_sidebar .label_h4 {
        font-size: 24px;
        text-align: center;
    }
    .label_sidebar {
        width: 10%;
        position: absolute;
        top: 0;
        right: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .label_sidebar {
        display: none;
    }
    /* PRODUCT - PAGE*/
    h4 {
        font-size: 32px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        margin: -20px 0 0;
    }
}

.edgtf-woo-single-page .edgtf-single-product-content,
.edgtf-woo-single-page .product {
    width: 100%;
    margin: 0 0 0px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.labelspec {
    border-radius: 0%;
}

.visualAudible__body {
    position: relative;
    margin: 0 0 90px;
    padding: 14px 11px 14px 10px;
    z-index: 100;
    display: none !important;
}

p {
    line-height: 18px;
    font-size: 13px;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type="submit"],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
div.woocommerce input[type="submit"] {
    float: left;
    line-height: 1.6em;
    margin-right: 25px;
}

li a:contains("Enter The Void"):hover {
    color: #a53e2b;
}

.edgtf-main-menu>ul>li.edgtf-active-item>a,
.edgtf-main-menu>ul>li:hover>a:contains("Enter The Void") {
    color: blue;
    font-weight: 700;
}

.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    padding: 10px 0 0px 0 !important;
}

.edgtf-logo-wrapper a img.edgtf-normal-logo {
    opacity: 0.7;
    margin-top: 20px;
}

.edgtf-page-header {
    background-color: transparent !important;
    background-image: url("https://www.staging3.mthrbord.com/wp-content/uploads/2025/03/mthrbord_-_4IN-014_StoreProduct_NavBanner.jpg");
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.edgtf-page-header .edgtf-logo-area {
    background-color: rgba(0, 0, 0, 0);
    mix-blend-mode: hard-light;
    filter: brightness(2);
    opacity: 1;
}

.edgtf-wrapper .edgtf-content {
    background-color: #111 !important;
}

.edgtf-woo-single-page .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 104.2%;
    vertical-align: middle;
    margin: 30px 0 0;
    padding: 50px;
    background-color: transparent !important;
    background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/02/background-pattern.jpg);
    background-repeat: repeat;
    border-top: 1px solid #a53e2b;
    border-bottom: 1px solid #a53e2b;
    right: 25px;
}

.edgtf-side-menu-slide-from-right .edgtf-wrapper {
    background-color: #000;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-grid {
    padding: 0;
    background-color: #000;
}

.edgtf-footer-bottom-inner edgtf-grid {
    background-color: #000;
}

.edgtf-footer-bottom-holder {
    background-color: #bcaa78;
}

footer .widget {
    margin: 0 0 18px;
    padding: 0;
}

footer .widget.widget_text p:first-child {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 12px;
}

footer .widget.widget_text p span {
    color: #fff;
    text-align: center!important;
}

.edgtf-woo-single-page .edgtf-single-product-summary form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 13px 0 0;
    display: grid;
}

.edgtf-page-footer .edgtf-footer-bottom-holder,
.edgtf-page-footer .edgtf-footer-top-holder {
    background-color: #000;
    border-top: 1px solid #a53e2b;
    box-sizing: border-box;
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    display: block;
    height: auto;
    width: 200px;
    margin: 19px;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 h3,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 h3 {
    letter-spacing: -.04em;
    font-family: Rajdhani, sans-serif;
    margin: 9px 0 6px;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}

.woocommerce-page .edgtf-content input[type="text"]:not(.select2-search__field),
.woocommerce-page .edgtf-content input[type="email"],
.woocommerce-page .edgtf-content input[type="tel"],
.woocommerce-page .edgtf-content input[type="password"],
.woocommerce-page .edgtf-content textarea,
div.woocommerce input[type="text"]:not(.select2-search__field),
div.woocommerce input[type="email"],
div.woocommerce input[type="tel"],
div.woocommerce input[type="password"],
div.woocommerce textarea {
    font-size: 13px;
    font-weight: inherit;
}

body .select2-container--default {
    font-size: 13px;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox),
.edgtf-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
    display: inline-flex;
    margin: 0 0 5px;
}

.edgtf-woocommerce-page .woocommerce-checkout input[type="checkbox"],
.edgtf-woocommerce-page .woocommerce-checkout input[type="radio"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin: 15px 15px 15px 15px;
}

.edgtf-woocommerce-page .woocommerce-checkout h3#order_review_heading {
    margin: 18px 0;
    font-family: Rajdhani, sans-serif;
    margin: 20px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: -.04em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}

.single_add_to_cart_button {
    color: #000;
    background-color: #a53e2b;
}

.in-stock {
    color: #a53e2b;
    font-weight: 700;
    margin: 18px 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Rajdhani, sans-serif;
}

.edgtf-woo-single-page .edgtf-single-product-summary p.stock.in-stock, .edgtf-woo-single-page .edgtf-single-product-summary p.stock.out-of-stock {
	color: #a53e2b;
	
}

.woocommerce-page .edgtf-content button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: .12em;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 9px 51px;
    color: #a53e2b;
    background-color: #000;
    border: 2px solid transparent;
    cursor: pointer;
    z-index: 3;
}

footer .widget .edgtf-widget-title-holder .edgtf-widget-title {
    color: #a53e2b;
    text-align: left;
}

.edgtf-header-centered .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers .edgtf-vertical-align-containers-inner {
    border-bottom: 1px solid #000;
    box-shadow: 0px 14px 22px -14px black;
    ;
}

footer .widget .edgtf-widget-title-holder {
    margin-top: 24px;
}

.textwidget {
    margin-bottom: -8px;
    margin-top: 3px;
}

.edgtf-woo-single-page .woocommerce-tabs .entry-content>p,
.edgtf-woo-single-page .woocommerce-tabs table {
    margin: 0px 0 20px;
}

.woocommerce-page .edgtf-content button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin: 0;
    font-family: Rajdhani, sans-serif;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: .12em;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 9px 21px;
    color: #081010;
    background-color: #000;
    border: 2px solid transparent;
    cursor: pointer;
    z-index: 3;
}

.edgtf-woo-single-page .related.products>h2,
.edgtf-woo-single-page .upsells.products>h2 {
    font-size: 25px;
    line-height: 1em;
    letter-spacing: -.04em;
    display: block;
    margin: 64px 0 59px;
    text-align: center;
}

.remaining-out-stock {
    display: block;
    font-weight: 700;
    color: #ff0000!important;
}

.wpb_widgetised_column .widget .edgtf-widget-title-holder,
aside.edgtf-sidebar .widget .edgtf-widget-title-holder h4 {
    font-size: 24px;
}

/* LOGIN */
body .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 2px solid #272727;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 37px;
    line-height: 33px;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
}

.wpb_widgetised_column .widget .edgtf-searchform .input-holder button,
.wpb_widgetised_column .widget .edgtf-searchform .input-holder input,
aside.edgtf-sidebar .widget .edgtf-searchform .input-holder button,
aside.edgtf-sidebar .widget .edgtf-searchform .input-holder input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    height: 33px;
    line-height: calc(35px - 2px);
    outline: 0;
    position: relative;
    vertical-align: top;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.edgtf-grid-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
}

.edgtf-pl-main-holder {
    margin: -37px 0 22px;
}

.wpb_widgetised_column .widget,
aside.edgtf-sidebar .widget {
    background-color: transparent;
    border-color: #272727;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    margin: 0 0 23px;
    padding: 14px 13px 4px;
}

.edgtf-pl-category {
    font-family: Montserrat;
    font-size: 13px;
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-left .edgtf-pl-category {
    font-size: 13px;
}

.related .products ul {
    margin: 0 113px;
}

.edgtf-woo-single-page .related.products,
.edgtf-woo-single-page .upsells.products {
    margin: 0;
}

.edgtf-woo-single-page .related.products>h2,
.edgtf-woo-single-page .upsells.products>h2 {
    font-size: 25px;
    line-height: 1em;
    letter-spacing: -.04em;
    display: block;
    margin: 37px 0 33px;
    text-align: center;
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-left {
    float: left;
    width: 60%;
}

.edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li {
    padding: 0px;
    border-bottom: 1px solid #272727;
    width: 100%;
    display: inline-flex;
}

.edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li img {
    width: 260px;
    margin-top: -31px !important;
}

.edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li input,
.edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
    display: flex;
    vertical-align: middle;
    font-size: 13px;
    line-height: 42px;
}

.edgtf-drop-down .second .inner {
    border-top: 0;
    border-left: 1px solid #bcaa78;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
.mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding: 0 14px;
    line-height: 1.2;
    font-weight: 700;
    font-family: Poppins;
    letter-spacing: -0.4px;
}

.related-product-title {
    font-size: 15px;
}

.related-products h5 {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 4px;
}

.edgtf-woo-single-page .edgtf-single-product-summary .price {
    line-height: 1.2em;
    letter-spacing: -.04em;
    color: #fff;
    font-weight: 300;
    font-family: Rajdhani, sans-serif;
    font-size: 30px;
    margin: 0;
}

ul.products>.product .price {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -.04em;
    color: #fff;
    font-weight: 500;
    font-family: Rajdhani, sans-serif;
    margin-top: -5px;
}

.remaining {
    font-size: 13px;
    vertical-align: bottom;
    color: #fff;
    display: block;
}

.woocommerce-Address-title a {
    font-family: Rajdhani, sans-serif;
    color: #000;
    background-color: #fff;
    font-weight: 800;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: 21px 0;
    line-height: 56px;
}

.woocommerce-Address-title a:hover {
    color: #000;
    background-color: #a53e2b;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .title {
    margin: 4px 0 11px;
}

input[type="radio"i] {
    box-sizing: border-box;
    margin: 9px 13px 9px 4px;
    border-radius: 0;
    margin-right: 1.375em;
}

.edgtf-woocommerce-page .cart-collaterals h2 {
    position: relative;
    display: block;
    margin: 20px 0;
    font-size: 25px;
}

.edgtf-woocommerce-page .cart-collaterals table tr tb {
    font-size: 13px;
}

.edgtf-woocommerce-page .cart-collaterals table th {
    width: 20%;
    padding-right: 5px;
    border: 0;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: -.04em;
    font-family: Rajdhani, sans-serif;
    padding: 0;
}

.edgtf-woocommerce-page .cart-collaterals table td,
.edgtf-woocommerce-page .cart-collaterals table th {
    padding: 7px 0;
    text-align: left;
    vertical-align: middle;
}

/* LOGIN */
.edgtf-side-menu-slide-from-right .edgtf-wrapper .edgtf-cover {
    position: relative;
}

.top-title-acgcp {
    margin-bottom: 40px !important;
    text-align: center !important;
    font-family: 'Rajdhani';
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 30px;
    color: #fff;
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 10s linear infinite;
}

.acgcp_card {
    margin: auto;
    padding: 25px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #a53e2b;
    font-family: 'Rajdhani', sans-serif;
}

.acgcp_card .acgcp_selectForCodeGenerate {
    color: #fffbfb !important;
    margin-top: 10px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 1em;
    -webkit-appearance: none;
    background-color: #111;
    -moz-appearance: none;
    appearance: none;
}

.acgcp_card .acgcp_enableClass {
    padding: 10px;
    border: none;
    text-transform: uppercase;
    background: #a53e2b;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    border-radius: 0px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(-45deg, #157c9b, #010002, #661313);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 10s linear infinite;
}

.acgcp_card .acgcp_disabledClass {
    padding: 10px;
    border: 1px solid #a53e2b;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    border-radius: 0;
    margin-top: 20px;
    background-color: #a53e2b;
    width: 100%;
    cursor: default;
    font-size: 16px;
    background: linear-gradient(-45deg, #a53e2b, #fff);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 10s linear infinite;
}

.acgcp_card .acgcp_form-group .acgcp_copyCode {
    width: 40px;
    height: 43px;
    padding: 8px;
    border-radius: 0 0px 0px 0;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    outline: none;
    border: 0;
    cursor: pointer;
    background: #a53e2b;
    color: #fff;
    font-size: 16px;
}

.acgcp_redeemCode {
    color: #fff !important;
}

.acgcp_card .acgcp_form-group .acgcp_redeemCode {
    color: #777777 !important;
    width: 90%;
    padding: 8px 16px;
    border-radius: 0px 0 0 0px;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    outline: none;
    border: 1px solid #a53e2b;
    letter-spacing: 1px;
    font-size: 16px;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.faq_main_title .vc_toggle_title h4 {
    font-size: 20px;
}

.edgtf-sticky-header .edgtf-sticky-holder .edgtf-vertical-align-containers .edgtf-position-left .edgtf-position-left-inner .edgtf-logo-wrapper a {
    display: none;
}

.edgtf-sticky-header .edgtf-sticky-holder .edgtf-vertical-align-containers .edgtf-position-right {
    float: left;
    text-align: left;
    transform: translate(10%, 0);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: #a53e2b;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-color: #a53e2b;
}

.wpb_widgetised_column .widget .edgtf-widget-title-holder:after,
aside.edgtf-sidebar .widget .edgtf-widget-title-holder:after {
    background-color: #a53e2b;
}

.wpb_widgetised_column .widget .edgtf-widget-title-holder .edgtf-widget-title,
aside.edgtf-sidebar .widget .edgtf-widget-title-holder .edgtf-widget-title {
    color: #fff;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
    color: #fff;
}

.wpb_widgetised_column .widget ul:not(.select2-selection__rendered) li a,
aside.edgtf-sidebar .widget ul:not(.select2-selection__rendered) li a {
    color: #a53e2b;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    border: 1px solid #fff;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #a53e2b;
}

.edgtf-position-center-inner .edgtf-logo-wrapper a {
    padding: 0 0;
    margin-left: 0%;
}

.page-id-842 .edgtf-page-header .edgtf-menu-area {
    padding-top: 15px;
    height: 60px !important;
}

.edgtf-main-menu ul li a {
    font-size: 15px;
    line-height: 15px;
}

.edgtf-drop-down .second .inner ul li.current-menu-ancestor>a,
.edgtf-drop-down .second .inner ul li.current-menu-item>a,
.edgtf-drop-down .second .inner ul li:hover>a {
    color: #bcaa78;
}

.edgtf-drop-down .second .inner ul li.current-menu-ancestor>a,
.edgtf-drop-down .second .inner ul li.current-menu-item>a,
.edgtf-drop-down .second .inner ul li>a {
    font-size: 13px;
}

.wpb_widgetised_column .widget .edgtf-searchform .input-holder button,
.wpb_widgetised_column .widget .edgtf-searchform .input-holder input,
aside.edgtf-sidebar .widget .edgtf-searchform .input-holder button,
aside.edgtf-sidebar .widget .edgtf-searchform .input-holder input {
    color: #fff;
}

.edgtf-page-footer .edgtf-footer-bottom-holder,
.edgtf-page-footer .edgtf-footer-top-holder {
    border-top: 1px solid #a53e2b;
}

footer .widget.widget_text p:first-child {
    color: #fff;
}

#edgtf-back-to-top {
    border: 1px solid #a53e2b;
}

#edgtf-back-to-top:hover .edgtf-btt-text {
    color: #fff;
}

#edgtf-back-to-top .edgtf-icon-stack {
    color: #fff;
}

body .select2-container--default.select2-container--open .select2-selection--single {
    color: #fff;
}

.acgcp_card .acgcp_linkRedeemNow a {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    background-color: #a53e2b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #a53e2b;
    padding: 10px 40px;
    line-height: 30px;
    background: linear-gradient(-45deg, #a53e2b, #a53e2b, #a53e2b, #a53e2b);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 10s linear infinite;
}

.edgtf-page-header .edgtf-menu-area {
    background-color: rgba(0, 0, 0, 0.2)!important;
}

.nf-form-content label {
    font-size: 15px;
    line-height: 20px;
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase;
    color: #a53e2b;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #fff !important;
}

.nf-error .ninja-forms-field {
    border-color: #fff !important;
    transition: all .5s;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    border: 1px solid #fff !important;
    border-radius: 0;
    box-shadow: none;
    color: #a53e2b!important;
    transition: all .5s;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #fff !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background: transparent !important;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    transition: all .5s;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: #fff!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus {
    background: transparent !important;
    border-color: #919191;
    color: #e3e3e3 !important;
    outline: none;
    transition: all .5s;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    background: #333;
    border: 0;
    color: #f7f7f7;
    border: 1px solid #fff;
    transition: all .5s;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #a53e2b;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    background-color: transparent;
    padding: 4px 8px;
    width: 100%;
    -webkit-appearance: none;
}

.value .select2-container--default {
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    height: 57px;
    margin: 0 0 -20px;
    position: relative;
    text-align: initial;
    vertical-align: middle;
    width: auto;
}

.remaining-low-stock {
    color: #af950c;
    display: block;
}

.woocommerce-Price-amount {
    color: #fff;
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-left .edgtf-pl-category a {
    color: #fff;
}

.edgtf-main-menu>ul>li.edgtf-active-item>a,
.edgtf-main-menu>ul>li:hover>a {
    color: #bcaa78;
}

.widget_text .edgtf-widget-title-holder .edgtf-widget-title,
.widget_text .textwidget {
    text-align: left;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

.author-pic {
    width: 55px;
    margin-left: 0px;
    margin-top: -25px;
    border-radius: 0;
}

.author-pic .wpb_wrapper .vc_single_image-wrapper img {
    border-radius: 0;
}

::selection {
    background: #a53e2b;
}

.author-comment {
    margin-top: -10px;
    margin-left: -20px;
}

.supported-comment {
    margin-left: 18px;
    padding-bottom: 20px;
}

.supported-comment .wpb_wrapper {
    margin: 40px 10px -10px -15px;
}

.supported-comment .wpb_wrapper h5 {
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 3px;
}

#author-name {
    font-weight: 600;
    font-size: 12px;
}

#author-name strong {
    font-weight: 200;
}

.comment-hide {
    display: none;
}

.edgtf-pl-holder .edgtf-pli:hover .edgtf-pli-image img {
    border-color: #a53e2b;
}

@media only screen and (max-width: 1200px) {
    .author-comment {
        margin-top: -10px;
        margin-left: -10px;
        margin-right: 10px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
}

@media only screen and (max-width: 1024px) {
    .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner {
        width: 100%;
    }
    .edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td,
    .edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
        padding: 14px 5px;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        line-height: normal;
    }
    .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
        font-size: 11px;
        padding: 5px 5px;
        color: #000;
        background-color: #fff;
        border: 1px solid transparent;
        width: fit-content;
        margin-bottom: 10px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-quantity-buttons {
        margin: 0;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0;
        width: fit-content;
    }
    /* PRODUCT PAGE CUSTOMISATION*/
    .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner,
    .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
        width: 100%;
    }
    .edgtf-woo-single-page .edgtf-wrapper .edgtf-content .edgtf-content-inner .edgtf-grid .edgtf-row-grid-section {
        width: 95%!important;
        margin: 0px 3vw;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        margin: -18px 0 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px 0;
        color: #a53e2b;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 20px 0;
        line-height: 29px;
        letter-spacing: -.02em;
    }
    .label_sidebar {
        width: 10%;
        position: absolute;
        top: 0;
        right: 0px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 44%;
        padding: 0 10px 0 0;
    }
    .collected-by {
        margin-top: 25px;
        margin-left: 11px;
    }
    .image2-container {
        max-width: 100%;
        height: 0;
    }
    /* MAIN MENU*/
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
        font-size: 21px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    /* BANNER */
    .edgtf-position-right-inner .edgtf-icon-widget-holder .edgtf-icon-element {
        font-size: 20px!important;
    }
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 400px;
        margin: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .vc_custom_1533713865585 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .edgtf-woocommerce-page table.cart tr.cart_item td.product-remove a {
        color: #ff0000;
        font-size: 0;
        display: block;
        transform: translate(-2px, -9px);
    }
    .edgtf-woocommerce-page table.cart tr.cart_item td.product-remove {
        float: right;
        color: red;
        border: 1px solid red;
        width: 26px;
        line-height: 1;
        height: 26px;
        transform: translate(5px, 11px);
    }
    .edgtf-woocommerce-page table.cart td.actions .button {
        margin-left: 0px!important;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        margin-left: 0!important;
    }
    .woocommerce-notices-wrapper {
        margin-bottom: 0!important;
    }
    .edgtf-woocommerce-page .woocommerce-error,
    .edgtf-woocommerce-page .woocommerce-info,
    .edgtf-woocommerce-page .woocommerce-message {
        margin: 0 0 0px;
    }
    .vc_col-sm-2 {
        width: 16.66666667% !important;
    }
    .vc_col-sm-10 {
        width: 83.33333333% !important;
    }
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left;
    }
    .supported-comment .wpb_wrapper h5 {
        font-family: Poppins;
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 40px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: -30px;
        margin-right: 10px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex!important;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        margin: -18px 0 0;
        order: 1;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 50%;
        padding: 0 10px 0 0;
    }
}

@media (min-width: 700px) {
    .the-one {
        display: none;
    }
    .the-sec {
        display: none;
    }
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right {
    float: right;
    width: 15%;
    text-align: right;
}

#payment {
    margin-bottom: 120px;
}

#payment .wc_payment_methods {
    display: none;
}

@media (max-width: 700px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 239px;
        margin: 19px 0px;
    }
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
        font-size: 18px;
        line-height: 35px;
        font-weight: 600;
    }
    .related .products {
        display: flex;
        flex-wrap: wrap;
    }
    .related .products .product {
        width: 50%!important;
    }
    .image2-container {
        max-width: 100%;
        height: 0px!important;
    }
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex;
        order: 1;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        width: 100%;
    }
    /* PRODUCT PAGE GOD DAMN IT! */
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 100%;
        padding: 0 10px 0 0;
        display: flex;
        flex-direction: column;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-single-product-title {
        display: block;
        margin: 14px 0 0;
        order: 1;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .price {
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 300;
        font-family: Rajdhani, sans-serif;
        font-size: 30px;
        margin: 0;
        order: 2;
    }
    .woocommerce-page div.product div.images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: start-flex;
        order: 3;
        width: 100%;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary p.stock.in-stock,
    .edgtf-woo-single-page .edgtf-single-product-summary p.stock.out-of-stock {
        color: #fff;
        font-weight: 700;
        margin: 18px 0 0;
        order: 4;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 13px 0 0;
        display: grid;
        order: 5;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 20px 0;
        line-height: 29px;
        letter-spacing: -.02em;
        order: 6;
    }
    .woocommerce-product-details__short-description p hr {
        margin-top: -10px;
        margin-bottom: 25px;
    }
    .the-one {
        display: none;
    }
    .the-sec {
        display: none;
    }
    ul.products>.product .price {
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 500;
        font-family: Rajdhani, sans-serif;
        margin-top: -50px;
    }
    ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right .price {
        display: flex;
        flex-direction: column;
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: end;
    }
    .edgtf-woocommerce-columns-3 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-3 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-3 .related.products>.products>.product,
    .edgtf-woocommerce-columns-3 .upsells.products>.products>.product,
    .edgtf-woocommerce-columns-4 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-4 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-4 .related.products>.products>.product,
    .edgtf-woocommerce-columns-4 .upsells.products>.products>.product,
    .woocommerce.columns-2>.products>.product,
    .woocommerce.columns-3>.products>.product,
    .woocommerce.columns-4>.products>.product,
    .woocommerce.columns-5>.products>.product,
    .woocommerce.columns-6>.products>.product {
        width: 50%!important;
    }
    ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right {
        float: right;
        width: 15%;
        text-align: right;
        margin-top: 0px;
    }
    ul.products>.product .edgtf-product-list-title {
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 3em;
        line-height: 1.5em;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #first {
        width: 100%;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #second {
        width: calc(50% - 0px);
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #third:nth-child(3) {
        width: 100%;
        width: calc(50% - 0px);
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        /* Adjust PX to suit width of thumbnails */
        max-height: 425px;
        /* Adjust Height to Image height on desktop */
        overflow: auto;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 0 10px 10px 0;
    }
    .entry-summary .woocommerce-product-details__short-description h5 {
        float: left;
        padding: 0px 10px;
    }
    iframe {
        height: 450px;
    }
    .edgtf-single-product-content {
        display: flex;
        /* or 'display: grid;' */
        flex-direction: column;
        /* if you want them stacked vertically */
        ;
    }
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type="submit"],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
div.woocommerce input[type="submit"] {
    float: left;
    line-height: 1.6em;
    margin-right: 0;
}

@media only screen and (max-width: 680px) {
    .vc_col-sm-2 {
        width: 16.66666667% !important;
    }
    .vc_col-sm-10 {
        width: 83.33333333% !important;
    }
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left;
    }
    .supported-comment .wpb_wrapper h5 {
        font-family: Poppins;
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 40px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: -5px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .edgtf-woocommerce-columns-3 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-3 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-3 .related.products>.products>.product,
    .edgtf-woocommerce-columns-3 .upsells.products>.products>.product,
    .edgtf-woocommerce-columns-4 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-4 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-4 .related.products>.products>.product,
    .edgtf-woocommerce-columns-4 .upsells.products>.products>.product,
    .woocommerce.columns-2>.products>.product,
    .woocommerce.columns-3>.products>.product,
    .woocommerce.columns-4>.products>.product,
    .woocommerce.columns-5>.products>.product,
    .woocommerce.columns-6>.products>.product {
        width: 100%;
    }
    .edgtf-woo-single-page .woocommerce-tabs {
        position: relative;
        display: inline-block;
        width: 113.2%;
        vertical-align: middle;
        margin: 125px 0 0;
        padding: 50px px;
        background-color: transparent !important;
        background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/02/background-pattern.jpg);
        background-repeat: repeat;
        border-top: 1px solid #a53e2b;
        border-bottom: 1px solid #a53e2b;
        right: 25px;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .price {
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 300;
        font-family: Rajdhani, sans-serif;
        font-size: 25px;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner,
    .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
        width: 100%;
    }
    body,
    body .edgtf-wrapper .edgtf-content {
        background-color: #111111;
        width: 100%;
    }
    .edgtf-container-inner,
    .edgtf-grid,
    .edgtf-row-grid-section {
        width: 88%;
    }
    body .select2-container--default {
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        display: inline-block;
        height: 86px;
        margin: 0 0 0px;
        position: relative;
        text-align: initial;
        vertical-align: middle;
        width: auto;
    }
    .edgtf-woocommerce-page .woocommerce-ordering,
    .edgtf-woocommerce-page .woocommerce-result-count {
        width: 100%;
        margin-bottom: 7px;
    }
    .edgtf-woocommerce-page .woocommerce-result-count {
        line-height: 21px;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0px;
    }
    .edgtf-woo-single-page .woocommerce-tabs {
        position: relative;
        display: inline-block;
        width: 113.2%;
        vertical-align: middle;
        margin: 40px 0 0;
        padding: 50px 0px;
        background-color: transparent !important;
        background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/02/background-pattern.jpg);
        background-repeat: repeat;
        border-top: 1px solid #a53e2b;
        border-bottom: 1px solid #a53e2b;
        right: 25px;
    }
    .edgtf-woo-single-page .woocommerce-tabs p {
        padding: 10px 16px;
    }
    .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
        padding: 13px 0 36px;
    }
	
		    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 180px;
        margin: 19px 0px;
    }
	
	    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid ul li a, .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid ul li h6 {
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
    }
	
}

@media only screen and (max-width: 375px) {
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-quantity-buttons {
        margin: 0;
        float: right;
        width: 100%;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0px;
        margin-top: 25px;
        width: max-content;
    }
}

/* LOGIN */

/* BANDCAMP CODES*/

.collected-by {
    display: inline flow-root list-item!important;
}

.collected-by.collectors,
.collected-by.subscribers,
.collected-by .message,
.collected-by .subscriber-message {
    display: inline-block;
}

.collected-by {
    margin-top: 25px;
}

.trackView {
    font-size: 12px;
    line-height: 1.25em;
}

#pgBd {
    background: #15140F;
    color: #fff;
}

.collected-by .message,
.collected-by .subscriber-message {
    font-size: 1em;
}

.collected-by .deets {
    font: normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}

.collected-by .deets>.writing {
    margin-bottom: 10px;
    min-height: 25px;
}

.collected-by .deets {
    font: normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}

.collected-by.tralbum .deets>.writing>.pic {
    position: absolute;
    top: 2px;
}

.collected-by.tralbum .deets>.writing>.text {
    margin-left: 35px;
}

.collected-by .deets>.writing>.text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.collected-by .deets img.thumb {
    width: 28px!important;
    height: 28px!important;
}

.collected-by .deets .pic>.tooltip {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}

.collected-by .deets .pic>.tooltip>div {
    text-align: center;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}

.round3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.collected-by.tralbum .deets>.writing {
    position: relative;
    margin-bottom: 15px;
}

.collected-by .deets .pic>.tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.collected-by .deets .pic>.tooltip .name {
    width: 100%;
}

.collected-by .pic {
    position: relative;
}

.writing .text {
    color: #fff;
}

.writing .text .name {
    color: #a53e2b;
}

.collected-by .deets .pic>.tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.collected-by .deets>.no-writing>.fan {
    display: inline-block;
    font-size: 11px;
    width: 28px!important;
    height: 28px!important;
    margin: 0 3px 7px 4px;
}

.collected-by .deets>.no-writing {
    margin-left: -5px;
    font-size: 0;
}

.collected-by .deets>.writing+.no-writing {
    padding-top: 5px;
}

.writing {
    display: none;
}

.writing .text a {
    text-decoration: none;
    pointer-events: none;
}

.writing a {
    text-decoration: none;
    pointer-events: none;
}

#loadMore {}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}


/*
 * NEW CHANGES
 * */

.edgtf-main-menu>ul>li:hover {
    border: 0;
}

.edgtf-main-menu>ul>li:hover>a {
    text-shadow: 0 0 10px rgb(0 0 0), 0 0 10px rgb(0 0 0);
}

.edgtf-scattered-images .edgtf-si-images-holder .edgtf-si-aux-image-holder a {
    text-decoration: none;
    pointer-events: none;
}

.edgtf-scattered-images .edgtf-si-images-holder .edgtf-si-hero-image-holder a {
    text-decoration: none;
    pointer-events: none;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder h2 {
    font-size: 35px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-text-holder p {
    font-size: 13px!important;
    line-height: 1.7em!important;
    padding-right: 64px;
}

.edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner h2 {
    font-size: 35px;
}

.edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner span {
    font-size: 13px!important;
    color: #fff;
    line-height: 1.7em!important;
    padding-left: 35px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title:after {
    content: '';
    display: block;
    background-color: currentColor;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 2px;
    bottom: -10px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-button-holder .edgtf-si-button a {
    color: rgb(171, 86, 51);
    border-color: rgb(171, 86, 51);
    line-height: 1.3em;
}

.edgtf-btn.edgtf-btn-outline .edgtf-btn-overlay {
    background-color: #bcaa78;
    border: 2px solid #bcaa78;
    border-color: #bcaa78;
}

.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-border-hover):hover {
    border-color: #fff!important;
}

.edgtf-drop-down .narrow .second .inner ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(10, 10, 10, .75);
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding: 8px 0;
}


/*
.edgtf-drop-down .narrow .second .inner ul {
    background-color: #fff6b;
}*/

.edgtf-main-menu>ul>li.has_sub>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #bcaa78;
    height: calc(50% + 7px);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.edgtf-drop-down .narrow .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -24px;
    height: auto;
    opacity: 0;
    overflow: hidden;
    border-top: 2px solid #bcaa78;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.cps-a-link {
    margin: 0 5px;
    color: #a53e2b;
    background-color: transparent;
    padding: 10px 35px !important;
    border: 1px solid #a53e2b;
    margin-bottom: 50px;
    padding: 20px;
    margin: 0px 25px 48px 25px;
}

.cps-a-link:hover {
    margin: 0 5px;
    color: #000;
    background-color: #fff;
    padding: 10px 35px !important;
    border: 1px solid #fff;
    margin-bottom: 50px;
    padding: 20px;
    margin: 0px 25px 48px 25px;
}

.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content input.ninja-forms-field,
.nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 35px!important;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 15px!important;
    height: 34px!important;
    width: 34px!important;
    line-height: 35px!important;
}

.nf-pass.field-wrap .nf-field-element:after {
    font-size: 25px!important;
    right: 10px!important;
    height: 34px!important;
    line-height: 36px!important;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    line-height: 10px!important;
}

.nf-form-content input[type=submit]:hover {
    color: #000!important;
    background-color: #fff!important;
}

.edgtf-woo-single-page .edgtf-single-product-content .images figure a img,
ul.products>.product .edgtf-pl-inner .edgtf-pl-image img {
    border: 1px solid #111;
}

ul.products>.product:hover .edgtf-pl-inner .edgtf-pl-image img {
    border-color: #a53e2b;
}

.woocommerce-page .edgtf-content .woocommerce-form-login__submit {
    color: #000!important;
    background-color: #a53e2b!important;
    font-size: 13px!important;
    padding: 10px 20px!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-login__submit:hover {
    color: #000!important;
    background-color: #fff!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-register__submit {
    color: #000!important;
    background-color: #a53e2b!important;
    font-size: 13px!important;
    padding: 10px 20px!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-register__submit:hover {
    color: #000!important;
    background-color: #fff!important;
}

.edgtf-woocommerce-page .woocommerce-error,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    padding: 20px 20px;
    margin: 0 0 35px;
    line-height: 3.3em;
    list-style: none;
    background-color: transparent;
    border: 1px solid #fff;
}

.woocommerce-notices-wrapper {
    width: fit-content;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {}

.woocommerce-notices-wrapper .woocommerce-message {
    color: #a53e2b;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #a53e2b!important;
    margin-right: 20px!important;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #fff!important;
    margin-right: 20px!important;
    margin-bottom: 0;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    color: #a53e2b;
}

.woocommerce-notices-wrapper .woocommerce-error li a {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #a53e2b!important;
    margin-right: 20px!important;
}

.woocommerce-notices-wrapper .woocommerce-error li a:hover {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #fff!important;
    margin-right: 20px!important;
    margin-bottom: 0;
}

.shop_table tbody tr td button {}

.edgtf-woocommerce-page table.cart td.actions .button {
    margin: 0 0 0 22px;
    vertical-align: top;
    font-size: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #a53e2b;
}

.edgtf-woocommerce-page table.cart td.actions .button:hover {
    color: #000;
    background-color: #fff;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    margin: 0 0 0 22px;
    vertical-align: top;
    font-size: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #a53e2b;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    color: #000;
    background-color: #fff;
}

.edgtf-woocommerce-page .cart-collaterals table td,
.edgtf-woocommerce-page .cart-collaterals table th {
    color: #fff;
}

.edgtf-woocommerce-page table.cart thead tr th {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input {
    height: 33px;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons,
div.woocommerce .edgtf-quantity-buttons {
    width: 100px;
    margin-bottom: 20px;
}

.woocommerce-cart-form__cart-item .product-quantity .edgtf-quantity-buttons {
    margin-bottom: 0px;
}

.woocommerce-page .edgtf-content input:focus[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input:focus[type=email],
.woocommerce-page .edgtf-content input:focus[type=tel],
.woocommerce-page .edgtf-content input:focus[type=password],
.woocommerce-page .edgtf-content textarea:focus,
div.woocommerce input:focus[type=text]:not(.select2-search__field),
div.woocommerce input:focus[type=email],
div.woocommerce input:focus[type=tel],
div.woocommerce input:focus[type=password],
div.woocommerce textarea:focus {
    color: #fff;
    border-bottom-color: #a53e2b;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus:hover,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus:hover {
    color: #a53e2b;
}

.woocommerce-page .edgtf-content input[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input[type=email],
.woocommerce-page .edgtf-content input[type=tel],
.woocommerce-page .edgtf-content input[type=password],
.woocommerce-page .edgtf-content textarea,
div.woocommerce input[type=text]:not(.select2-search__field),
div.woocommerce input[type=email],
div.woocommerce input[type=tel],
div.woocommerce input[type=password],
div.woocommerce textarea {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    border: 1px solid #fff;
}

.woocommerce-page .edgtf-content input[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input[type=email],
.woocommerce-page .edgtf-content input[type=tel],
.woocommerce-page .edgtf-content input[type=password],
.woocommerce-page .edgtf-content textarea,
div.woocommerce input[type=text]:not(.select2-search__field),
div.woocommerce input[type=email],
div.woocommerce input[type=tel],
div.woocommerce input[type=password],
div.woocommerce textarea {
    margin-top: 2px;
    height: 30px;
    border: 1px solid #fff;
}

.woocommerce-MyAccount-content .woocommerce-message--info .woocommerce-Button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content .woocommerce-message--info .woocommerce-Button:hover {
    background-color: #a53e2b!important;
}

.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    display: grid;
    line-height: 1.3em;
}

.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button:hover {
    background-color: #a53e2b!important;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields p .wp-element-button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields p .wp-element-button:hover {
    background-color: #a53e2b!important;
}

label input {
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 0px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1.5px #fff;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

label input:focus {
    outline: none;
}

label input:checked {
    box-shadow: inset 0 0 0 6px #a53e2b;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset>legend {
    color: #a53e2b;
}

.woocommerce-MyAccount-content form p .wp-element-button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content form p .wp-element-button:hover {
    background-color: #a53e2b!important;
}

.woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 30px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    display: inline-flex;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again a {
    font-size: 13px;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    width: fit-content;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again a:hover {
    background-color: #a53e2b;
}

.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 30px;
}

/* LOGIN */
/* MOBAYL*/

.edgtf-mobile-header .edgtf-mobile-nav {
    height: 100vh!important;
}

.edgtf-mobile-header .edgtf-mobile-nav ul li a,
.edgtf-mobile-header .edgtf-mobile-nav ul li h6 {
    font-size: 13px;
    line-height: 13px;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon path,
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon>* {
    fill: #a53e2b;
}

.edgtf-content {
    margin-top: 69px!important;
}

.woocommerce-MyAccount-navigation-link--pacman-game {
    animation: glitch 0.1s infinite alternate;
}

.glitch {
    display: block!important;
}

.woocommerce-MyAccount-navigation-link--pacman-game {
    display: none;
}


/*
@keyframes glitch{
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0.3;
  }
  24% {
    transform: translate3d(3px, 2px, 0);
    opacity: 1;
  }
  28% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  64%{
    transform: translate3d(-2px, -3px, 0);
  }
  68% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  74%{
    opacity: 0.3;
    transform: translate3d(6px, -2px, 0);
  }
  78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}*/


/* SoundCloud customiser*/

.g-background-default {
    background-color: #ff0303!important;
}

#widget .multiSounds .multiSounds__sound {
    margin: 500px!important;
}

.woocommerce-tabs .woocommerce-Tabs-panel pre {
    color: #a53e2b;
}

.out-of-stock {
    color: #8B0000!important;
}

.label_sidebar .label_h4 {
    font-size: 28px;
    text-align: center;
}

.label_sidebar .label_h5 {
    text-align: center;
    font-family: Rajdhani, sans-serif;
    letter-spacing: 0.1em;
}

.label_sidebar .label_p {
    text-align: center;
    font-size: 12px;
}

.price .woocommerce-Price-amount bdi {
    text-align: left;
}


/* new media order*/

@media only screen and (max-width: 1024) {
    .woocommerce-notices-wrapper {
        width: fit-content;
        margin-bottom: 50px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .woocommerce-notices-wrapper .woocommerce-error li {
        color: #a53e2b;
        line-height: 1.3em;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 2.6em;
    }
    .woocommerce-notices-wrapper .woocommerce-message .woocommerce-notices-wrapper .woocommerce-error li a {
        padding: 5px 23px!important;
        width: unset!important;
    }
    .woocommerce-notices-wrapper .woocommerce-error li a:hover {
        padding: 5px 23px!important;
        width: fit-content!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message a.wp-element-button {
        padding: 5px 23px!important;
        width: unset!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover {
        padding: 5px 23px!important;
        width: unset!important;
    }
}

@media only screen and (max-width: 768px) {
    .edgtf-woocommerce-page .woocommerce-error a,
    .edgtf-woocommerce-page .woocommerce-info a,
    .edgtf-woocommerce-page .woocommerce-message a {
        margin: 0!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 1.3em;
    }
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover,
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
        line-height: 1.3em!important;
        padding: 5px 20px!important;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        width: 100%;
        text-align: center;
        margin-bottom: 14px!important;
        float: none;
    }
}

@media only screen and (max-width: 468px) {
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title {
        text-align: center;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title:after {
        width: 100%;
        height: 3px;
        left: 0;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-text-holder .edgtf-si-text,
    .edgtf-section-title-holder span.edgtf-st-text {
        text-align: center;
        padding: 0px 20px;
        margin-top: -20px;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-button {
        text-align: center;
    }
    .edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner h2 {
        text-align: center;
        margin-top: -50px;
    }
    .edgtf-separator {
        opacity: 0;
    }
    .woocommerce-MyAccount-navigation-link--pacman-game {
        display: none;
    }
}

.edgtf-wrapper.product-bg {
    backdrop-filter: blur(90px);
}

.edgtf-wrapper.product-bg::before {
    backdrop-filter: blur(90px);
}

.edgtf-content {

  
}


/* ADDITIONAL CHANGES */

.edgtf-product-list-title {
    color: #a53e2b!important;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type=submit],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type=submit]:not(.edgtf-search-submit),
div.woocommerce input[type=submit] {
    background-color: #bcaa78;
    color: #000;
    margin-top: 0;
    text-align: center;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
.woocommerce-page .edgtf-content a.added_to_cart:hover,
.woocommerce-page .edgtf-content a.button:hover,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit):hover,
.woocommerce-page .edgtf-content input[type=submit]:hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
div.woocommerce a.added_to_cart:hover,
div.woocommerce a.button:hover,
div.woocommerce button[type=submit]:not(.edgtf-search-submit):hover,
div.woocommerce input[type=submit]:hover {
    background-color: #a53e2b;
    color: #fff;
    text-align: center;
}

.edgtf-woocommerce-page .woocommerce-error,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    border-color: #a53e2b;
}

.woocommerce-MyAccount-content p {
    color: #fff;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
    color: #fff;
}

.product-price .woocommerce-Price-amount {
    color: #fff;
}

del {
    text-decoration: line-through;
    color: #fff!important;
}

.wpb_widgetised_column .widget ul:not(.select2-selection__rendered) li a,
aside.edgtf-sidebar .widget ul:not(.select2-selection__rendered) li a {
    color: #fff;
}

.wpb_widgetised_column .widget ul:not(.select2-selection__rendered) li a:hover,
aside.edgtf-sidebar .widget ul:not(.select2-selection__rendered) li a:hover {
    color: #a53e2b;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ffffff;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    float: left;
    line-height: 34px;
    color: #fbfbfb;
    letter-spacing: -.02em;
}

.author-pic {
    width: 55px;
    margin-left: 0px;
    margin-top: -25px;
    border-radius: 0;
}

.author-pic .wpb_wrapper .vc_single_image-wrapper img {
    border-radius: 0;
}

::selection {
    background: #a53e2b;
}

.author-comment {
    margin-top: -10px;
    margin-left: -20px;
}

.supported-comment {
    margin-left: 18px;
    padding-bottom: 20px;
}

.supported-comment .wpb_wrapper {
    margin: 40px 10px -10px -15px;
}

.supported-comment .wpb_wrapper h5 {
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 3px;
}

#author-name {
    font-weight: 600;
    font-size: 12px;
}

#author-name strong {
    font-weight: 200;
}

.comment-hide {
    display: none;
}

.edgtf-woo-single-page .edgtf-single-product-content .images .woocommerce-product-gallery__image:hover img {}

.edgtf-pl-holder .edgtf-pli:hover .edgtf-pli-image img {
    border-color: #a53e2b;
}

.edgtf-woo-single-page .edgtf-single-product-content .images figure a img,
ul.products>.product .edgtf-pl-inner .edgtf-pl-image img:hover {
    border: 1px solid #1c8ff2;
}

@media only screen and (max-width: 1200px) {
    .author-comment {
        margin-top: -10px;
        margin-left: -10px;
        margin-right: 10px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
}

@media only screen and (max-width: 1024px) {
    .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner {
        width: 100%;
    }
    .edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td,
    .edgtf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
        padding: 14px 5px;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        line-height: normal;
    }
    .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
        font-size: 11px;
        padding: 5px 5px;
        color: #000;
        background-color: #fff;
        border: 1px solid transparent;
        width: fit-content;
        margin-bottom: 10px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-quantity-buttons {
        margin: 0;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0;
        width: fit-content;
    }
    /* PRODUCT PAGE CUSTOMISATION*/
    .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner,
    .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
        width: 100%;
    }
    .edgtf-woo-single-page .edgtf-wrapper .edgtf-content .edgtf-content-inner .edgtf-grid .edgtf-row-grid-section {
        width: 95%!important;
        margin: 0px 3vw;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        margin: -18px 0 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px 0;
        color: #a53e2b;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 20px 0;
        line-height: 29px;
        letter-spacing: -.02em;
    }
    .label_sidebar {
        width: 10%;
        position: absolute;
        top: 0;
        right: 0px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 44%;
        padding: 0 10px 0 0;
    }
    .collected-by {
        margin-top: 25px;
        margin-left: 11px;
    }
    .image2-container {
        max-width: 100%;
        height: 0;
    }
    /* MAIN MENU*/
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
        font-size: 21px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    /* BANNER */
    .edgtf-position-right-inner .edgtf-icon-widget-holder .edgtf-icon-element {
        font-size: 20px!important;
    }
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 400px;
        margin: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .vc_custom_1533713865585 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .edgtf-woocommerce-page table.cart tr.cart_item td.product-remove a {
        color: #a53e2b;
        font-size: 0;
        display: block;
        transform: translate(-2px, -9px);
    }
    .edgtf-woocommerce-page table.cart tr.cart_item td.product-remove {
        float: right;
        color: #a53e2b;
        border: 1px solid #a53e2b;
        width: 26px;
        line-height: 1;
        height: 26px;
        transform: translate(5px, 11px);
    }
    .edgtf-woocommerce-page table.cart td.actions .button {
        margin-left: 0px!important;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        margin-left: 0!important;
    }
    .woocommerce-notices-wrapper {
        margin-bottom: 0!important;
    }
    .edgtf-woocommerce-page .woocommerce-error,
    .edgtf-woocommerce-page .woocommerce-info,
    .edgtf-woocommerce-page .woocommerce-message {
        margin: 0 0 0px;
    }
    .vc_col-sm-2 {
        width: 16.66666667% !important;
    }
    .vc_col-sm-10 {
        width: 83.33333333% !important;
    }
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left;
    }
    .supported-comment .wpb_wrapper h5 {
        font-family: Poppins;
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 40px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: -30px;
        margin-right: 10px;
    }
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex!important;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary {
        margin: -18px 0 0;
        order: 1;
    }
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 50%;
        padding: 0 10px 0 0;
    }
}

@media (min-width: 700px) {
    .the-one {
        display: none;
    }
    .the-sec {
        display: none;
    }
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right {
    float: right;
    width: 15%;
    text-align: right;
}

#payment {
    margin-bottom: 120px;
}

#payment .wc_payment_methods {
    display: none;
}

@media (max-width: 700px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 239px;
        margin: 19px 0px;
    }
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
        font-size: 18px;
        line-height: 35px;
        font-weight: 600;
    }
    .related .products {
        display: flex;
        flex-wrap: wrap;
    }
    .related .products .product {
        width: 50%!important;
    }
    .image2-container {
        max-width: 100%;
        height: 0px!important;
    }
    .edgtf-woo-single-page .edgtf-single-product-content {
        display: flex;
        order: 1;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        width: 100%;
    }
    /* PRODUCT PAGE GOD DAMN IT! */
    .edgtf-woo-single-page .edgtf-single-product-content .edgtf-single-product-summary,
    .edgtf-woo-single-page .edgtf-single-product-content .images {
        float: none;
        width: 100%;
        padding: 0 10px 0 0;
        display: flex;
        flex-direction: column;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-single-product-title {
        display: block;
        margin: 14px 0 0;
        order: 1;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .price {
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 300;
        font-family: Rajdhani, sans-serif;
        font-size: 30px;
        margin: 0;
        order: 2;
    }
    .woocommerce-page div.product div.images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: start-flex;
        order: 3;
        width: 100%;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary p.stock.in-stock,
    .edgtf-woo-single-page .edgtf-single-product-summary p.stock.out-of-stock {
        color: #fff;
        font-weight: 700;
        margin: 18px 0 0;
        order: 4;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 13px 0 0;
        display: grid;
        order: 5;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 20px 0;
        line-height: 29px;
        letter-spacing: -.02em;
        order: 6;
    }
    .woocommerce-product-details__short-description p hr {
        margin-top: -10px;
        margin-bottom: 25px;
    }
    .the-one {
        display: none;
    }
    .the-sec {
        display: none;
    }
    ul.products>.product .price {
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 500;
        font-family: Rajdhani, sans-serif;
        margin-top: -50px;
    }
    ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right .price {
        display: flex;
        flex-direction: column;
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: end;
    }
    .edgtf-woocommerce-columns-3 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-3 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-3 .related.products>.products>.product,
    .edgtf-woocommerce-columns-3 .upsells.products>.products>.product,
    .edgtf-woocommerce-columns-4 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-4 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-4 .related.products>.products>.product,
    .edgtf-woocommerce-columns-4 .upsells.products>.products>.product,
    .woocommerce.columns-2>.products>.product,
    .woocommerce.columns-3>.products>.product,
    .woocommerce.columns-4>.products>.product,
    .woocommerce.columns-5>.products>.product,
    .woocommerce.columns-6>.products>.product {
        width: 50%!important;
    }
    ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-right {
        float: right;
        width: 15%;
        text-align: right;
        margin-top: 0px;
    }
    ul.products>.product .edgtf-product-list-title {
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 3em;
        line-height: 1.5em;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #first {
        width: 100%;
        display: none;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #second {
        width: calc(50% - 0px);
        display: none;
    }
    .edgtf-content .edgtf-content-inner .edgtf-container .edgtf-container-inner .vc_row #third:nth-child(3) {
        width: 100%;
        width: calc(50% - 0px);
        display: none;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        /* Adjust PX to suit width of thumbnails */
        max-height: 425px;
        /* Adjust Height to Image height on desktop */
        overflow: auto;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 0 10px 10px 0;
    }
    .entry-summary .woocommerce-product-details__short-description h5 {
        float: left;
        padding: 0px 10px;
    }
    iframe {
        height: 450px;
    }
    .edgtf-single-product-content {
        display: flex;
        /* or 'display: grid;' */
        flex-direction: column;
        /* if you want them stacked vertically */
        ;
    }
}

.product-genres a[href*="no_category"] {
    opacity: 0 !important;
}
.genre-filter-list li a[href*="no_category"],
.genre-filter-list li a[href*="no-genre"] {
    display: none !important;
}

.widget ul li a[href*="no_category"] {
	display: none !important;
}

@media (max-width: 425px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 239px;
        margin: 19px 20px 19px 0px;
    }
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
    .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
    }
	
	    .edgtf-position-right-inner .edgtf-icon-widget-holder .edgtf-icon-element {
        font-size: 18px !important;
    }
	.vc_empty_space {
		height:10px!important;
	}
	
	.widget_text .edgtf-widget-title-holder .edgtf-widget-title, .widget_text .textwidget {
    text-align: center;
}
	
	footer .widget .edgtf-widget-title-holder .edgtf-widget-title {
    color: #a53e2b;
    text-align: center;
}
	
	footer .widget {
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
}
	
	footer .widget.widget_text img {
    display: block;
    margin: 0 auto;
}
	
	.edgtf-footer-column-4 .has-text-align-left {
    text-align: center;
    margin-top: 24px;
}
	
	   .genre-filter-list li {
        text-align: center;
        padding: 0px 10px;
    }
	
	.genre-filter-list li a {
    padding: 0px 5px;
	}
}

@media (max-width:350px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        display: block;
        height: auto;
        width: 180px;
        margin: 19px 20px 19px 0px;
    }
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type="submit"],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
div.woocommerce input[type="submit"] {
    float: left;
    line-height: 1.6em;
    margin-right: 0;
}

@media only screen and (max-width: 680px) {
    .vc_col-sm-2 {
        width: 16.66666667% !important;
    }
    .vc_col-sm-10 {
        width: 83.33333333% !important;
    }
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left;
    }
    .supported-comment .wpb_wrapper h5 {
        font-family: Poppins;
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 40px;
    }
    .supported-comment .wpb_wrapper {
        margin: 40px 10px -10px -15px;
    }
    .author-comment {
        margin-top: -10px;
        margin-left: -5px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .edgtf-woocommerce-columns-3 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-3 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-3 .related.products>.products>.product,
    .edgtf-woocommerce-columns-3 .upsells.products>.products>.product,
    .edgtf-woocommerce-columns-4 .cross-sells>.products>.product,
    .edgtf-woocommerce-columns-4 .edgtf-pl-main-holder>.products>.product,
    .edgtf-woocommerce-columns-4 .related.products>.products>.product,
    .edgtf-woocommerce-columns-4 .upsells.products>.products>.product,
    .woocommerce.columns-2>.products>.product,
    .woocommerce.columns-3>.products>.product,
    .woocommerce.columns-4>.products>.product,
    .woocommerce.columns-5>.products>.product,
    .woocommerce.columns-6>.products>.product {
        width: 100%;
    }
    .edgtf-woo-single-page .woocommerce-tabs {
        position: relative;
        display: inline-block;
        width: 113.2%;
        vertical-align: middle;
        margin: 125px 0 0;
        padding: 50px px;
        background-color: transparent !important;
        background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/02/background-pattern.jpg);
        background-repeat: repeat;
        border-top: 1px solid #a53e2b;
        border-bottom: 1px solid #a53e2b;
        right: 25px;
    }
    .edgtf-woo-single-page .edgtf-single-product-summary .price {
        line-height: 1.2em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 300;
        font-family: Rajdhani, sans-serif;
        font-size: 25px;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner,
    .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
        width: 100%;
    }
    body,
    body .edgtf-wrapper .edgtf-content {
        background-color: #111111;
        width: 100%;
    }
    .edgtf-container-inner,
    .edgtf-grid,
    .edgtf-row-grid-section {
        width: 88%;
    }
    body .select2-container--default {
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        display: inline-block;
        height: 86px;
        margin: 0 0 25px;
        position: relative;
        text-align: initial;
        vertical-align: middle;
        width: auto;
    }
    .edgtf-woocommerce-page .woocommerce-ordering,
    .edgtf-woocommerce-page .woocommerce-result-count {
        width: 100%;
        margin-bottom: 7px;
    }
    .edgtf-woocommerce-page .woocommerce-result-count {
        line-height: 21px;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0px;
    }
    .edgtf-woo-single-page .woocommerce-tabs {
        position: relative;
        display: inline-block;
        width: 113.2%;
        vertical-align: middle;
        margin: 40px 0 0;
        padding: 50px 0px;
        background-color: transparent !important;
        background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/02/background-pattern.jpg);
        background-repeat: repeat;
        border-top: 1px solid #a53e2b;
        border-bottom: 1px solid #a53e2b;
        right: 25px;
    }
    .edgtf-woo-single-page .woocommerce-tabs p {
        padding: 10px 16px;
    }
    .edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
        padding: 13px 0 36px;
    }
}

@media only screen and (max-width: 375px) {
    .edgtf-woo-single-page .edgtf-single-product-summary .edgtf-quantity-buttons {
        margin: 0;
        float: right;
        width: 100%;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        float: left;
        line-height: 1.6em;
        margin-right: 0px;
        margin-top: 25px;
        width: max-content;
    }
}


/* BANDCAMP CODES*/

.collected-by {
    display: inline flow-root list-item!important;
}

.collected-by.collectors,
.collected-by.subscribers,
.collected-by .message,
.collected-by .subscriber-message {
    display: inline-block;
}

.collected-by {
    margin-top: 25px;
}

.trackView {
    font-size: 12px;
    line-height: 1.25em;
}

#pgBd {
    background: #15140F;
    color: #fff;
}

.collected-by .message,
.collected-by .subscriber-message {
    font-size: 1em;
}

.collected-by .deets {
    font: normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}

.collected-by .deets>.writing {
    margin-bottom: 10px;
    min-height: 25px;
}

.collected-by .deets {
    font: normal 12px/1.16667em 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    margin-top: 10px;
}

.collected-by.tralbum .deets>.writing>.pic {
    position: absolute;
    top: 2px;
}

.collected-by.tralbum .deets>.writing>.text {
    margin-left: 35px;
}

.collected-by .deets>.writing>.text {
    font-family: georgia, serif;
    font-style: italic;
    margin-left: 32px;
}

.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.collected-by .deets img.thumb {
    width: 28px!important;
    height: 28px!important;
}

.collected-by .deets .pic>.tooltip {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: -62px;
    width: 150px;
    padding-bottom: 3px;
}

.collected-by .deets .pic>.tooltip>div {
    text-align: center;
    background: #333;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
}

.round3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.collected-by.tralbum .deets>.writing {
    position: relative;
    margin-bottom: 15px;
}

.collected-by .deets .pic>.tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.collected-by .pic img {
    outline: 1px solid #eee;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
}

.collected-by .deets .pic>.tooltip .name {
    width: 100%;
}

.collected-by .pic {
    position: relative;
}

.writing .text {
    color: #fff;
}

.writing .text .name {
    color: #a53e2b;
}

.collected-by .deets .pic>.tooltip img.grid {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 5px;
}

.collected-by .deets>.no-writing>.fan {
    display: inline-block;
    font-size: 11px;
    width: 28px!important;
    height: 28px!important;
    margin: 0 3px 7px 4px;
}

.collected-by .deets>.no-writing {
    margin-left: -5px;
    font-size: 0;
}

.collected-by .deets>.writing+.no-writing {
    padding-top: 5px;
}

.writing {
    display: none;
}

.writing .text a {
    text-decoration: none;
    pointer-events: none;
}

.writing a {
    text-decoration: none;
    pointer-events: none;
}

#loadMore {}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}


/*
 * NEW CHANGES
 * */

.edgtf-main-menu>ul>li:hover {
    border: 0;
}

.edgtf-main-menu>ul>li:hover>a {
    text-shadow: 0 0 10px rgb(0 0 0), 0 0 10px rgb(0 0 0);
}

.edgtf-scattered-images .edgtf-si-images-holder .edgtf-si-aux-image-holder a {
    text-decoration: none;
    pointer-events: none;
}

.edgtf-scattered-images .edgtf-si-images-holder .edgtf-si-hero-image-holder a {
    text-decoration: none;
    pointer-events: none;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder h2 {
    font-size: 35px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-text-holder p {
    font-size: 13px!important;
    line-height: 1.7em!important;
    padding-right: 64px;
}

.edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner h2 {
    font-size: 35px;
}

.edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner span {
    font-size: 13px!important;
    color: #fff;
    line-height: 1.7em!important;
    padding-left: 35px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title:after {
    content: '';
    display: block;
    background-color: currentColor;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 2px;
    bottom: -10px;
}

.edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-button-holder .edgtf-si-button a {
    color: rgb(171, 86, 51);
    border-color: rgb(171, 86, 51);
    line-height: 1.3em;
}

.edgtf-btn.edgtf-btn-outline .edgtf-btn-overlay {
    background-color: #bcaa78;
    border: 2px solid #bcaa78;
    border-color: #bcaa78;
}

.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-border-hover):hover {
    border-color: #fff!important;
}

.edgtf-drop-down .narrow .second .inner ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(10, 10, 10, .75);
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding: 8px 0;
}


/*
.edgtf-drop-down .narrow .second .inner ul {
    background-color: #fff6b;
}*/

.edgtf-main-menu>ul>li.has_sub>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #bcaa78;
    height: calc(50% + 7px);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.cps-a-link {
    margin: 0 5px;
    color: #a53e2b;
    background-color: transparent;
    padding: 10px 35px !important;
    border: 1px solid #bcaa78;
    margin-bottom: 50px;
    padding: 20px;
    margin: 0px 25px 48px 25px;
}

.cps-a-link:hover {
    margin: 0 5px;
    color: #000;
    background-color: #fff;
    padding: 10px 35px !important;
    border: 1px solid #fff;
    margin-bottom: 50px;
    padding: 20px;
    margin: 0px 25px 48px 25px;
}

.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content input.ninja-forms-field,
.nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 35px!important;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 15px!important;
    height: 34px!important;
    width: 34px!important;
    line-height: 35px!important;
}

.nf-pass.field-wrap .nf-field-element:after {
    font-size: 25px!important;
    right: 10px!important;
    height: 34px!important;
    line-height: 36px!important;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    line-height: 10px!important;
}

.nf-form-content input[type=submit]:hover {
    color: #000!important;
    background-color: #fff!important;
}

.edgtf-woo-single-page .edgtf-single-product-content .images figure a img,
ul.products>.product .edgtf-pl-inner .edgtf-pl-image img {
    border: 1px solid #111;
    transition: 1s;
}

.outofstock .edgtf-pl-inner .edgtf-pl-image img {
    border: 1px solid #771010!important;
}

ul.products>.product .edgtf-pl-inner,
ul.products>.product .edgtf-pl-inner .edgtf-pl-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
}

ul.products>.product:hover .edgtf-pl-inner .edgtf-pl-image img {
    border-color: #bcaa78;
}

.woocommerce-page .edgtf-content .woocommerce-form-login__submit {
    color: #000!important;
    background-color: #a53e2b!important;
    font-size: 13px!important;
    padding: 10px 20px!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-login__submit:hover {
    color: #000!important;
    background-color: #fff!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-register__submit {
    color: #000!important;
    background-color: #a53e2b!important;
    font-size: 13px!important;
    padding: 10px 20px!important;
}

.woocommerce-page .edgtf-content .woocommerce-form-register__submit:hover {
    color: #000!important;
    background-color: #fff!important;
}

.edgtf-woocommerce-page .woocommerce-error,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    padding: 20px 20px;
    margin: 0 0 35px;
    line-height: 3.3em;
    list-style: none;
    background-color: transparent;
    border: 1px solid #fff;
}

.woocommerce-notices-wrapper {
    width: fit-content;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {}

.woocommerce-notices-wrapper .woocommerce-message {
    color: #a53e2b;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #a53e2b!important;
    margin-right: 20px!important;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #fff!important;
    margin-right: 20px!important;
    margin-bottom: 0;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    color: #a53e2b;
}

.woocommerce-notices-wrapper .woocommerce-error li a {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #a53e2b!important;
    margin-right: 20px!important;
}

.woocommerce-notices-wrapper .woocommerce-error li a:hover {
    font-size: 15px!important;
    line-height: 1.3em!important;
    padding: 10px 25px!important;
    color: #000!important;
    background-color: #fff!important;
    margin-right: 20px!important;
    margin-bottom: 0;
}

.shop_table tbody tr td button {}

.edgtf-woocommerce-page table.cart td.actions .button {
    margin: 0 0 0 22px;
    vertical-align: top;
    font-size: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #a53e2b;
}

.edgtf-woocommerce-page table.cart td.actions .button:hover {
    color: #000;
    background-color: #fff;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    margin: 0 0 0 22px;
    vertical-align: top;
    font-size: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #a53e2b;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
    color: #000;
    background-color: #fff;
}

.edgtf-woocommerce-page .cart-collaterals table td,
.edgtf-woocommerce-page .cart-collaterals table th {
    color: #fff;
}

.edgtf-woocommerce-page table.cart thead tr th {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input {
    height: 33px;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons,
div.woocommerce .edgtf-quantity-buttons {
    width: 100px;
    margin-bottom: 20px;
}

.woocommerce-cart-form__cart-item .product-quantity .edgtf-quantity-buttons {
    margin-bottom: 0px;
}

.woocommerce-page .edgtf-content input:focus[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input:focus[type=email],
.woocommerce-page .edgtf-content input:focus[type=tel],
.woocommerce-page .edgtf-content input:focus[type=password],
.woocommerce-page .edgtf-content textarea:focus,
div.woocommerce input:focus[type=text]:not(.select2-search__field),
div.woocommerce input:focus[type=email],
div.woocommerce input:focus[type=tel],
div.woocommerce input:focus[type=password],
div.woocommerce textarea:focus {
    color: #fff;
    border-bottom-color: #a53e2b;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus:hover,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus:hover {
    color: #a53e2b;
}

.woocommerce-page .edgtf-content input[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input[type=email],
.woocommerce-page .edgtf-content input[type=tel],
.woocommerce-page .edgtf-content input[type=password],
.woocommerce-page .edgtf-content textarea,
div.woocommerce input[type=text]:not(.select2-search__field),
div.woocommerce input[type=email],
div.woocommerce input[type=tel],
div.woocommerce input[type=password],
div.woocommerce textarea {
    color: #fff;
}

.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
div.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    border: 1px solid #fff;
}

.woocommerce-page .edgtf-content input[type=text]:not(.select2-search__field),
.woocommerce-page .edgtf-content input[type=email],
.woocommerce-page .edgtf-content input[type=tel],
.woocommerce-page .edgtf-content input[type=password],
.woocommerce-page .edgtf-content textarea,
div.woocommerce input[type=text]:not(.select2-search__field),
div.woocommerce input[type=email],
div.woocommerce input[type=tel],
div.woocommerce input[type=password],
div.woocommerce textarea {
    margin-top: 2px;
    height: 30px;
    border: 1px solid #fff;
}

.woocommerce-MyAccount-content .woocommerce-message--info .woocommerce-Button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content .woocommerce-message--info .woocommerce-Button:hover {
    background-color: #a53e2b!important;
}

.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    display: grid;
    line-height: 1.3em;
}

.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button:hover {
    background-color: #a53e2b!important;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields p .wp-element-button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields p .wp-element-button:hover {
    background-color: #a53e2b!important;
}

label input {
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 0px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1.5px #fff;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

label input:focus {
    outline: none;
}

label input:checked {
    box-shadow: inset 0 0 0 6px #a53e2b;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset>legend {
    color: #a53e2b;
}

.woocommerce-MyAccount-content form p .wp-element-button {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid transparent!important;
    width: fit-content!important;
    margin-bottom: 10px!important;
}

.woocommerce-MyAccount-content form p .wp-element-button:hover {
    background-color: #a53e2b!important;
}

.woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 30px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    display: inline-flex;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again a {
    font-size: 13px;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    width: fit-content;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order-again a:hover {
    background-color: #a53e2b;
}

.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 30px;
}


/*
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
	display:none!important;
}*/


/* MOBAYL*/

.edgtf-mobile-header .edgtf-mobile-nav {
    height: 100vh!important;
}

.edgtf-mobile-header .edgtf-mobile-nav ul li a,
.edgtf-mobile-header .edgtf-mobile-nav ul li h6 {
    font-size: 13px;
    line-height: 13px;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon path,
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon>* {
    fill: #a53e2b;
}

.edgtf-content {
    margin-top: 0!important;
}

.woocommerce-MyAccount-navigation-link--pacman-game {
    animation: glitch 0.1s infinite alternate;
}

.glitch {
    display: block!important;
}

.woocommerce-MyAccount-navigation-link--pacman-game {
    display: none;
}


/*
@keyframes glitch{
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 0.3;
  }
  24% {
    transform: translate3d(3px, 2px, 0);
    opacity: 1;
  }
  28% {
    transform: translate3d(0, 0, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  64%{
    transform: translate3d(-2px, -3px, 0);
  }
  68% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  74%{
    opacity: 0.3;
    transform: translate3d(6px, -2px, 0);
  }
  78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}*/


/* SoundCloud customiser*/

.g-background-default {
    background-color: #ff0303!important;
}

#widget .multiSounds .multiSounds__sound {
    margin: 500px!important;
}

.woocommerce-tabs .woocommerce-Tabs-panel pre {
    color: #a53e2b;
}

.out-of-stock {
    color: #ff0000!important;
}

.label_sidebar .label_h4 {
    font-size: 28px;
    text-align: center;
}

.label_sidebar .label_h5 {
    text-align: center;
    font-family: Rajdhani, sans-serif;
    letter-spacing: 0.1em;
}

.label_sidebar .label_p {
    text-align: center;
    font-size: 12px;
}

.price .woocommerce-Price-amount bdi {
    text-align: left;
}


/* new media order*/

@media only screen and (max-width: 1024) {
    .woocommerce-notices-wrapper {
        width: fit-content;
        margin-bottom: 50px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .woocommerce-notices-wrapper .woocommerce-error li {
        color: #a53e2b;
        line-height: 1.3em;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 2.6em;
    }
    .woocommerce-notices-wrapper .woocommerce-message .woocommerce-notices-wrapper .woocommerce-error li a {
        padding: 5px 23px!important;
        width: unset!important;
    }
    .woocommerce-notices-wrapper .woocommerce-error li a:hover {
        padding: 5px 23px!important;
        width: fit-content!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message a.wp-element-button {
        padding: 5px 23px!important;
        width: unset!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover {
        padding: 5px 23px!important;
        width: unset!important;
    }
}

@media only screen and (max-width: 768px) {
    .edgtf-woocommerce-page .woocommerce-error a,
    .edgtf-woocommerce-page .woocommerce-info a,
    .edgtf-woocommerce-page .woocommerce-message a {
        margin: 0!important;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        line-height: 1.3em;
    }
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover,
    .woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
        line-height: 1.3em!important;
        padding: 5px 20px!important;
    }
    .woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .edgtf-content a.added_to_cart,
    .woocommerce-page .edgtf-content a.button,
    .woocommerce-page .edgtf-content button[type="submit"]:not(.edgtf-search-submit),
    .woocommerce-page .edgtf-content input[type="submit"],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type="submit"]:not(.edgtf-search-submit),
    div.woocommerce input[type="submit"] {
        width: 100%;
        text-align: center;
        margin-bottom: 14px!important;
        float: none;
    }
}

@media only screen and (max-width: 468px) {
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title {
        text-align: center;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-title-holder .edgtf-si-title:after {
        width: 100%;
        height: 3px;
        left: 0;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-text-holder .edgtf-si-text,
    .edgtf-section-title-holder span.edgtf-st-text {
        text-align: center;
        padding: 0px 20px;
        margin-top: -20px;
    }
    .edgtf-scattered-images .edgtf-si-text-content-holder .edgtf-si-button {
        text-align: center;
    }
    .edgtf-eh-item-inner .edgtf-eh-item-content .edgtf-section-title-holder .edgtf-st-inner h2 {
        text-align: center;
        margin-top: -50px;
    }
    .edgtf-separator {
        opacity: 0;
    }
    .woocommerce-MyAccount-navigation-link--pacman-game {
        display: none;
    }
}

.edgtf-wrapper.product-bg {
    backdrop-filter: blur(90px);
}

.edgtf-wrapper.product-bg::before {
    backdrop-filter: blur(90px);
}



/* ADDITIONAL CHANGES */

.edgtf-product-list-title {
    color: #a53e2b!important;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
.woocommerce-page .edgtf-content a.added_to_cart,
.woocommerce-page .edgtf-content a.button,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit),
.woocommerce-page .edgtf-content input[type=submit],
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.added_to_cart,
div.woocommerce a.button,
div.woocommerce button[type=submit]:not(.edgtf-search-submit),
div.woocommerce input[type=submit] {
    background-color: #a53e2b;
    color: #fff;
    margin-top: 0;
}

.woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
.woocommerce-page .edgtf-content a.added_to_cart:hover,
.woocommerce-page .edgtf-content a.button:hover,
.woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-search-submit):hover,
.woocommerce-page .edgtf-content input[type=submit]:hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
div.woocommerce a.added_to_cart:hover,
div.woocommerce a.button:hover,
div.woocommerce button[type=submit]:not(.edgtf-search-submit):hover,
div.woocommerce input[type=submit]:hover {
    background-color: #bcaa78;
    color: #000;
}

.edgtf-woocommerce-page .woocommerce-error,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    border-color: #a53e2b;
}

.woocommerce-MyAccount-content p {
    color: #fff;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
    color: #fff;
}

.product-price .woocommerce-Price-amount {
    color: #fff;
}

del {
    text-decoration: line-through;
    color: #fff!important;
}

.wpb_widgetised_column .widget ul:not(.select2-selection__rendered) li a,
aside.edgtf-sidebar .widget ul:not(.select2-selection__rendered) li a {
    color: #fff;
}

.wpb_widgetised_column .widget ul:not(.select2-selection__rendered) li a:hover,
aside.edgtf-sidebar .widget ul:not(.select2-selection__rendered) li a:hover {
    color: #a53e2b;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ffffff;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    float: left;
    line-height: 34px;
    color: #fbfbfb;
    letter-spacing: -.02em;
}

a:hover,
p a:hover {
    color: #a53e2b;
}

ul.products>.product .price * {
    font-size: inherit;
    line-height: inherit;
    color: #bcaa78;
}

.woocommerce-Price-amount {
    color: #bcaa78;
}

.archive.edgtf-boxed .edgtf-wrapper {
    background-color: #020202;
    background-image: url(https://staging3.mthrbord.com/wp-content/uploads/2023/11/bg2-2.jpg);
    background-position: center 0px;
    background-repeat: cover;
    background-attachment: cover;
}

ul.products>.product .edgtf-pl-text-wrapper .edgtf-pl-text-left {
    float: left;
    width: 75%;
}

.edgtf-product-list-title a:hover {
    color: #fff;
}

.image2-container {
    max-width: 100%;
    height: auto;
}

.embed2-container {
    max-width: 100%;
    height: auto;
}

.edgtf-product-list-title {
    margin: 0 5px;
}

.edgtf-pl-category {
    display: none;
}

.edgtf-pl-text-right {
    margin: 0 5px;
    font-weight: 600;
}

.label_sidebar {
    z-index: 99999;
}

.product {
    margin: 0 0 0px;
}

.outofstock .edgtf-pl-text-wrapper .edgtf-pl-text-right .price {
    display: none!important;
}

.woocommerce .edgtf-new-product>div,
.woocommerce .edgtf-onsale>div,
.woocommerce .edgtf-out-of-stock>div {
    background-color: #a91414;
}

.edgtf-logo-wrapper a img.edgtf-normal-logo {
    opacity: 0.7;
}

.edgtf-woocommerce-page .woocommerce-error,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-message {
    border-color: #fff;
    color: #fff;
    line-height: 3em;
}

.woocommerce-product-gallery__wrapper a img {
    -webkit-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
}

.first-banner {
    -webkit-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
}

.second-banner {
    -webkit-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 4px rgb(0, 0, 0, 0.5);
}

@media screen and (max-width: 320px) { 
.edgtf-woo-normal-space ul.products>.product {
    padding: 0 7px;
    margin: 0 0 20px;
}
	
	    .genre-filter-list li {
        text-align: center;
        padding: 0px 1px;
    }
	
    .genre-filter-list li a {
        font-size: 1.1em;
    }
	
		.first-banner {
			margin-top:-40px;
		}
	
		.vc_column_container>.vc_column-inner {
			box-sizing: border-box;
			padding-left: 10px;
			padding-right: 10px;
	}
	
	body > div.edgtf-wrapper > div.edgtf-wrapper-inner > div.edgtf-content > div > div > div > div > div > div > div.edgtf-row-grid-section-wrapper {
		margin-top: -70px;
	}
	
	h5 {
    color: #ab5633;
    font-family: Montserrat;
    font-size: 10px;
}
	
	.genre-link {
    font-size: 7px;
}
	
	body {
    font-size: 10px;
	}
	
	.remaining {
    font-size: 10px;
	}
}

/* MY ACCOUNT - WOOCHRIST*/

.page-id-9 .edgtf-wrapper .edgtf-wrapper-inner .edgtf-content {
    background-color: #f4f4f4 !important;
}

.username {
    color: black;
    font-family: 'Poppins';
    font-weight: 900;
}

.user-email {
    color: black;
    font-family: 'Poppins';
    font-weight: 600;
}

.woocommerce-MyAccount-content p {
    color: black;
    font-family: 'Poppins';
    font-weight: 600;
}

.woocommerce-MyAccount-content p strong {
    color: black;
}

.woocommerce-MyAccount-content p a {
    color: black;
}

.myaccount-menu li {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 0.9em;
}

.yith-wcmap .user-profile .user-info>span {
    margin-bottom:0px;
}

.shop_table {
    color: black;
}

.woocommerce-orders-table__cell a {
    color: black;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
    border: 1px solid black;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
    font-size: 13px;
    padding: 10px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #00000052;
    width: fit-content;
    margin-bottom: 10px;
}

#my-account-menu~.woocommerce-MyAccount-content {
    width: 75%!important;
    box-sizing: border-box;
    margin: 0;
}

#my-account-menu.position-vertical-left {
    float: left;
    margin-right: 0%!important;
}

#my-account-menu {
    width: 25%!important;
    box-sizing: border-box;
}

.woocommerce-orders-table {
    font-family: 'Poppins'!important;
}

.woocommerce-info {
    border-color: #ababab!important;
    color: #353535!important;
    line-height: 3em;
    font-family: 'Poppins';
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

.woocommerce-info a {
    font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000!important;
    background-color: #fff!important;
}

.membership {
    font-family: 'Poppins'!important;
}

.membership .membership-actions a {
font-size: 13px!important;
    padding: 10px 20px!important;
    color: #000;
    background-color: #fff;
    width: fit-content!important;

}

.edgtf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
    color: black;
    font-family: 'Poppins'!important;
}

.woocommerce-page .edgtf-content input[type="text"]:not(.select2-search__field), .woocommerce-page .edgtf-content input[type="email"], .woocommerce-page .edgtf-content input[type="tel"], .woocommerce-page .edgtf-content input[type="password"], .woocommerce-page .edgtf-content textarea, div.woocommerce input[type="text"]:not(.select2-search__field), div.woocommerce input[type="email"], div.woocommerce input[type="tel"], div.woocommerce input[type="password"], div.woocommerce textarea {
    margin-top: 2px;
    height: 30px;
    color: #555555;
}

.product-name a {
    color: #000!important;
    font-family: 'Poppins';
}

.woocommerce-customer-details address {
        color: #000!important;
    font-family: 'Poppins';
}

.woocommerce-input-wrapper input {
            color: #000!important;
    font-family: 'Poppins';
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;

}

.select2-selection__rendered {
    color: #000000!important;
}

.woocommerce-page .edgtf-content input[type="text"]:not(.select2-search__field), .woocommerce-page .edgtf-content input[type="email"], .woocommerce-page .edgtf-content input[type="tel"], .woocommerce-page .edgtf-content input[type="password"], .woocommerce-page .edgtf-content textarea, div.woocommerce input[type="text"]:not(.select2-search__field), div.woocommerce input[type="email"], div.woocommerce input[type="tel"], div.woocommerce input[type="password"], div.woocommerce textarea {
    margin-top: 2px;
    height: 30px;
    color: black!important;
}

.woocommerce-form-login .form-row .woocommerce-Input {
    color: black!important;
}

.woocommerce-page .edgtf-content input[type="text"]:not(.select2-search__field), .woocommerce-page .edgtf-content input[type="email"], .woocommerce-page .edgtf-content input[type="tel"], .woocommerce-page .edgtf-content input[type="password"], .woocommerce-page .edgtf-content textarea, div.woocommerce input[type="text"]:not(.select2-search__field), div.woocommerce input[type="email"], div.woocommerce input[type="tel"], div.woocommerce input[type="password"], div.woocommerce textarea {
    margin-top: 2px;
    height: 30px;
    color: black!important;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce form.login input[type=checkbox] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin: 0 3px 0 5px;
    width: 10px;
    height: 10px;
}


.woocommerce ul.products li.product .onsale.wc-memberships-member-discount {
    margin-left: 0em;
    text-align: center;
    right: auto;
    position: absolute;
    background-color: #a91414;
    width: 100%;
}





/* LOGIN */







/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */

/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
/* LOGIN */
