.woocommerce-message{
border:none!important;
background: transparent !important;
}
.woocommerce-message::before{
display:none!important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
font-family: roboto;
border-radius: 500px !important;
font-weight: 500 !important;
background: #D8222B;
color: white;
}
.woocommerce-message {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
padding-bottom: 0px !important;
gap:16px;
}
.pc-cart-layout {
display: grid;
grid-template-columns: 1.35fr 0.95fr;
gap: 16px;
align-items: flex-start;
}
.pc-cart-products,
.pc-cart-summary {
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 22px 20px;
}
.pc-cart-products h2 {
font-family:'Audiowide';
font-weight:400;
margin: 0 0 28px;
font-size: 34px;
letter-spacing: 1px;
color:black;
}
.pc-cart-summary h3 {
margin: 0 0 22px;
font-size: 20px;
font-weight: 800;
color:black;
font-family:'Poppins';
font-weight:700;
}
.pc-cart-item {
position: relative;
display: grid;
grid-template-columns: 90px 1fr 110px;
gap: 18px;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid #f1f1f1;
}
.pc-cart-item:first-of-type {
padding-top: 0;
}
.pc-cart-item:last-of-type {
border-bottom: none;
}
.pc-cart-item-image img {
width: 90px;
height: 90px;
object-fit: contain;
display: block;
}
.pc-cart-item-title {
font-size: 14px;
font-weight: 700;
line-height: 1.35;
color: #111;
max-width: 280px;
}
.pc-cart-item-price {
margin-top: 10px;
font-size: 20px;
font-weight: 800;
color: #111;
}
.pc-cart-item-actions {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 34px;
}
.pc-cart-remove {
color: #ff2438;
font-size: 24px;
font-weight: 500;
line-height: 1;
text-decoration: none;
}
.pc-cart-remove:hover {
color: #d90016;
}
.pc-cart-qty {
display: flex;
align-items: center;
background: #f1f1f1;
border-radius: 999px;
padding: 5px 10px;
gap: 8px;
}
.pc-qty-btn {
width: 24px;
height: 24px;
border: none;
background: transparent;
font-size: 22px;
line-height: 1;
cursor: pointer;
color: #111;
padding: 0;
}
.pc-qty-btn:hover{
background:transparent;
color:black;
}
.pc-qty-input {
width: 32px !important;
border: none !important;
background: transparent !important;
text-align: center;
font-size: 15px;
font-weight: 500;
padding: 0 !important;
box-shadow: none !important;
-moz-appearance: textfield;
}
.pc-qty-input::-webkit-inner-spin-button,
.pc-qty-input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.pc-cart-update {
display: none;
}
.pc-summary-line,
.pc-summary-total {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
padding: 10px 0;
font-size: 16px;
}
.pc-summary-line span {
color: black;
font-family:'Poppins';
}
.pc-summary-line strong,
.pc-summary-total strong {
color: #111;
font-weight: 700;
}
.pc-summary-line.muted strong {
color: #aaa;
}
.pc-summary-total {
margin-top: 10px;
padding-top: 18px;
border-top: 1px solid #f1f1f1;
}
.pc-summary-total span {
color: black;
font-weight: 700;
font-family:'Poppins';
}
.pc-coupon {
display: grid;
grid-template-columns: 1fr auto;
gap: 10px;
margin-top: 18px;
}
.pc-coupon input {
height: 42px;
border: none !important;
border-radius: 999px !important;
background: #f1f1f1 !important;
padding: 0 18px !important;
font-size: 13px;
box-shadow: none !important;
}
.pc-coupon button {
height: 42px;
border: none;
border-radius: 999px;
background: #df1f2d;
color: #fff;
font-weight: 700;
padding: 0 22px;
cursor: pointer;
}
.pc-checkout-button {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
width: 100%;
height: 46px;
margin-top: 22px;
border-radius: 999px;
background: #df1f2d;
color: #fff !important;
text-decoration: none !important;
font-size: 14px;
font-weight: 800;
}
.pc-checkout-button:hover,
.pc-coupon button:hover {
background: #c91623;
}
.pc-cart-empty {
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 40px;
text-align: center;
}
.pc-cart-empty h2 {
margin-bottom: 20px;
}
.pc-cart-empty a {
display: inline-flex;
align-items: center;
justify-content: center;
height: 44px;
padding: 0 24px;
border-radius: 999px;
background: #df1f2d;
color: #fff;
text-decoration: none;
font-weight: 700;
}
@media (max-width: 900px) {
.pc-cart-layout {
grid-template-columns: 1fr;
}
.pc-cart-item {
grid-template-columns: 80px 1fr;
gap: 14px;
}
.pc-cart-item-actions {
grid-column: 1 / -1;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
gap: 12px;
}
.pc-cart-item-image img {
width: 80px;
height: 80px;
}
.pc-cart-products h2 {
font-size: 24px;
}
}
@media (max-width: 520px) {
.pc-cart-products,
.pc-cart-summary {
padding: 18px 14px;
border-radius: 12px;
}
.pc-coupon {
grid-template-columns: 1fr;
}
.pc-coupon button {
width: 100%;
}
.pc-cart-item-title {
font-size: 13px;
}
.pc-cart-item-price {
font-size: 18px;
}
}
.pc-cart-item-title a {
color: inherit;
text-decoration: none;
}
.pc-cart-item-title a:hover {
text-decoration: underline;
}   .pc-checkout-template {
width: 100%;
font-family: "Poppins", sans-serif;
}
.pc-checkout-template .woocommerce {
width: 100%;
} .pc-checkout-template form.checkout {
display: grid;
grid-template-columns: 1.35fr 0.95fr;
gap: 16px;
align-items: flex-start;
} .pc-checkout-template .woocommerce-error,
.pc-checkout-template .woocommerce-info,
.pc-checkout-template .woocommerce-message {
grid-column: 1 / -1;
border-top-color: #df1f2d;
background: #fff;
border-radius: 14px;
font-family: "Poppins", sans-serif;
}   .pc-checkout-template .col2-set {
grid-column: 1;
width: 100% !important;
float: none !important;
display: block !important;
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 26px 28px;
box-sizing: border-box;
} .pc-checkout-template .col2-set .col-1,
.pc-checkout-template .col2-set .col-2 {
width: 100% !important;
float: none !important;
display: block !important;
} .pc-checkout-template .woocommerce-billing-fields > h3 {
margin: 0 0 28px;
font-family: "Audiowide", "Audiowave", sans-serif;
font-size: 30px;
font-weight: 400;
letter-spacing: 1px;
color: #111;
} .pc-checkout-template .woocommerce-billing-fields__field-wrapper {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 20px;
row-gap: 18px;
} .pc-checkout-template .form-row {
float: none !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
} .pc-checkout-template #billing_first_name_field,
.pc-checkout-template #billing_last_name_field,
.pc-checkout-template #billing_postcode_field,
.pc-checkout-template #billing_city_field,
.pc-checkout-template #billing_phone_field,
.pc-checkout-template #billing_email_field {
grid-column: span 1;
} .pc-checkout-template #billing_company_field,
.pc-checkout-template #billing_country_field,
.pc-checkout-template #billing_address_1_field,
.pc-checkout-template #billing_address_2_field,
.pc-checkout-template #billing_state_field {
grid-column: 1 / -1;
} .pc-checkout-template label {
display: block;
margin: 0 0 8px;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 700;
color: #111;
line-height: 1.3;
}
.pc-checkout-template .required {
color: #df1f2d;
text-decoration: none;
} .pc-checkout-template input.input-text,
.pc-checkout-template textarea,
.pc-checkout-template select,
.pc-checkout-template .select2-container--default .select2-selection--single {
width: 100% !important;
min-height: 46px;
border: none !important;
border-radius: 999px !important;
background: #f1f1f1 !important;
padding: 0 18px !important;
box-shadow: none !important;
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #111;
box-sizing: border-box;
}
.pc-checkout-template input.input-text::placeholder,
.pc-checkout-template textarea::placeholder {
color: #777;
} .pc-checkout-template .select2-container {
width: 100% !important;
}
.pc-checkout-template .select2-container--default .select2-selection--single {
display: flex;
align-items: center;
}
.pc-checkout-template .select2-container--default .select2-selection--single .select2-selection__rendered {
width: 100%;
padding-left: 0;
padding-right: 24px;
line-height: 46px;
color: #111;
}
.pc-checkout-template .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 46px;
right: 12px;
} .pc-checkout-template input.input-text:focus,
.pc-checkout-template textarea:focus,
.pc-checkout-template select:focus,
.pc-checkout-template .select2-container--open .select2-selection--single {
outline: none !important;
box-shadow: 0 0 0 1px #111 inset !important;
} .pc-checkout-template .woocommerce-additional-fields {
margin-top: 34px;
padding-top: 24px;
border-top: 1px solid #f1f1f1;
}
.pc-checkout-template .woocommerce-additional-fields > h3 {
margin: 0 0 18px;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0;
color: #111;
}
.pc-checkout-template #order_comments_field {
margin: 0 !important;
}
.pc-checkout-template textarea#order_comments {
min-height: 120px;
height: auto;
border-radius: 18px !important;
padding: 16px 18px !important;
resize: vertical;
line-height: 1.45;
}   .pc-checkout-template #order_review_heading {
grid-column: 2;
grid-row: 1;
margin: 0;
background: #fff;
border: 1px solid #eee;
border-bottom: none;
border-radius: 14px 14px 0 0;
padding: 24px 22px 12px;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 700;
color: #111;
box-sizing: border-box;
}
.pc-checkout-template #order_review {
grid-column: 2;
grid-row: 1;
width: 100% !important;
float: none !important;
margin-top: 58px;
background: #fff;
border: 1px solid #eee;
border-top: none;
border-radius: 0 0 14px 14px;
padding: 0 22px 24px;
box-sizing: border-box;
} .pc-checkout-template table.shop_table {
width: 100%;
border: none !important;
margin: 0 !important;
border-collapse: collapse !important;
font-family: "Poppins", sans-serif;
table-layout: fixed;
}
.pc-checkout-template table.shop_table thead {
display: none;
}
.pc-checkout-template table.shop_table th,
.pc-checkout-template table.shop_table td {
border: none !important;
padding: 12px 0 !important;
vertical-align: top;
font-size: 15px;
color: #111;
} .pc-checkout-template table.shop_table .cart_item td {
padding: 16px 0 !important;
border-bottom: 1px solid #f1f1f1 !important;
}
.pc-checkout-template table.shop_table .product-name {
width: 70%;
font-weight: 700;
line-height: 1.35;
padding-right: 14px !important;
word-break: normal;
overflow-wrap: anywhere;
}
.pc-checkout-template table.shop_table .product-total {
width: 30%;
text-align: right;
font-weight: 800;
white-space: nowrap;
} .pc-checkout-template table.shop_table .product-quantity {
font-weight: 700;
color: #111;
} .pc-checkout-template table.shop_table tfoot tr {
border-bottom: 1px solid #f1f1f1;
}
.pc-checkout-template table.shop_table tfoot tr:last-child {
border-bottom: none;
}
.pc-checkout-template table.shop_table tfoot th {
font-weight: 500;
color: #666;
text-align: left;
}
.pc-checkout-template table.shop_table tfoot td {
text-align: right;
font-weight: 800;
color: #111;
white-space: nowrap;
}
.pc-checkout-template table.shop_table tfoot .order-total th,
.pc-checkout-template table.shop_table tfoot .order-total td {
padding-top: 18px !important;
font-size: 16px;
color: #111;
}
.pc-checkout-template table.shop_table tfoot .order-total th {
font-weight: 700;
}
.pc-checkout-template table.shop_table tfoot .order-total td {
font-weight: 900;
} .pc-checkout-template .woocommerce-Price-amount {
white-space: nowrap;
} .pc-checkout-template tr.cart-discount:empty,
.pc-checkout-template tr.shipping:empty {
display: none !important;
} .pc-checkout-template #payment {
background: #f7f7f7 !important;
border-radius: 14px !important;
margin-top: 22px;
padding: 16px;
box-sizing: border-box;
}
.pc-checkout-template #payment ul.payment_methods {
border: none !important;
padding: 0 !important;
margin: 0 0 18px !important;
}
.pc-checkout-template #payment ul.payment_methods li {
background: #fff;
border-radius: 14px;
padding: 14px 16px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
font-size: 14px;
line-height: 1.5;
}
.pc-checkout-template #payment div.payment_box {
background: #fff !important;
border-radius: 12px !important;
margin: 12px 0 0 !important;
padding: 14px !important;
font-size: 13px;
color: #555;
line-height: 1.5;
}
.pc-checkout-template #payment div.payment_box::before {
display: none !important;
} .pc-checkout-template #payment .woocommerce-info,
.pc-checkout-template #payment .woocommerce-error {
background: #fff;
border: none;
border-left: 3px solid #df1f2d;
border-radius: 12px;
margin: 0 !important;
padding: 16px 18px;
font-size: 14px;
line-height: 1.6;
} .pc-checkout-template .woocommerce-terms-and-conditions-wrapper {
margin-top: 20px;
font-family: "Poppins", sans-serif;
font-size: 13px;
color: #555;
line-height: 1.5;
}
.pc-checkout-template .woocommerce-privacy-policy-text {
margin-bottom: 16px;
}
.pc-checkout-template .woocommerce-terms-and-conditions-wrapper a {
color: #df1f2d;
text-decoration: none;
} .pc-checkout-template #place_order {
width: 100%;
height: 46px;
margin-top: 18px;
border: none;
border-radius: 999px;
background: #df1f2d;
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 800;
cursor: pointer;
transition: background 0.2s ease;
}
.pc-checkout-template #place_order:hover {
background: #c91623;
}   @media (max-width: 900px) {
.pc-checkout-template form.checkout {
grid-template-columns: 1fr;
}
.pc-checkout-template .col2-set,
.pc-checkout-template #order_review_heading,
.pc-checkout-template #order_review {
grid-column: 1;
grid-row: auto;
}
.pc-checkout-template #order_review {
margin-top: 0;
}
.pc-checkout-template #order_review_heading {
margin-top: 0;
}
.pc-checkout-template .woocommerce-billing-fields > h3 {
font-size: 25px;
}
}
@media (max-width: 620px) {
.pc-checkout-template .woocommerce-billing-fields__field-wrapper {
grid-template-columns: 1fr;
}
.pc-checkout-template #billing_first_name_field,
.pc-checkout-template #billing_last_name_field,
.pc-checkout-template #billing_postcode_field,
.pc-checkout-template #billing_city_field,
.pc-checkout-template #billing_phone_field,
.pc-checkout-template #billing_email_field,
.pc-checkout-template #billing_company_field,
.pc-checkout-template #billing_country_field,
.pc-checkout-template #billing_address_1_field,
.pc-checkout-template #billing_address_2_field,
.pc-checkout-template #billing_state_field {
grid-column: 1;
}
.pc-checkout-template .col2-set,
.pc-checkout-template #order_review_heading,
.pc-checkout-template #order_review {
padding-left: 16px;
padding-right: 16px;
}
.pc-checkout-template .woocommerce-billing-fields > h3 {
font-size: 23px;
}
.pc-checkout-template table.shop_table .product-name {
width: 62%;
}
.pc-checkout-template table.shop_table .product-total {
width: 38%;
}
.pc-checkout-template table.shop_table th,
.pc-checkout-template table.shop_table td {
font-size: 14px;
}
}
.woocommerce-info::before{
display:none!important;
}
.pc-checkout-template table.shop_table.woocommerce-checkout-review-order-table tbody,
.pc-checkout-template table.shop_table.woocommerce-checkout-review-order-table tbody tr,
.pc-checkout-template table.shop_table.woocommerce-checkout-review-order-table tbody td {
background: #fff !important;
}   .pc-checkout-template .woocommerce-form-coupon-toggle {
grid-column: 2;
grid-row: 1;
margin-top: 245px;
position: relative;
z-index: 3;
}
.pc-checkout-template .woocommerce-form-coupon-toggle .woocommerce-info {
margin: 0 0 12px !important;
padding: 0 !important;
border: none !important;
background: transparent !important;
color: #666;
font-family: "Poppins", sans-serif;
font-size: 14px;
}
.pc-checkout-template .woocommerce-form-coupon-toggle .woocommerce-info::before {
display: none;
}
.pc-checkout-template .woocommerce-form-coupon-toggle a {
color: #df1f2d;
font-weight: 700;
text-decoration: none;
}
.pc-checkout-template form.checkout_coupon {
grid-column: 2;
grid-row: 1;
padding: 0 !important;
border: none !important;
background: transparent !important;
display: grid !important;
grid-template-columns: 1fr auto;
gap: 10px;
position: relative;
z-index: 4;
}
.pc-checkout-template form.checkout_coupon p {
margin: 0 !important;
padding: 0 !important;
}
.pc-checkout-template form.checkout_coupon .form-row-first,
.pc-checkout-template form.checkout_coupon .form-row-last {
float: none !important;
width: 100% !important;
}
.pc-checkout-template form.checkout_coupon input.input-text {
height: 42px;
border: none !important;
border-radius: 999px !important;
background: #f1f1f1 !important;
padding: 0 18px !important;
font-family: "Poppins", sans-serif;
font-size: 13px;
box-shadow: none !important;
}
.pc-checkout-template form.checkout_coupon button.button {
height: 42px;
border: none !important;
border-radius: 999px !important;
background: #df1f2d !important;
color: #fff !important;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 800;
padding: 0 22px !important;
cursor: pointer;
}
.pc-checkout-template form.checkout_coupon button.button:hover {
background: #c91623 !important;
}
@media (max-width: 900px) {
.pc-checkout-template .woocommerce-form-coupon-toggle,
.pc-checkout-template form.checkout_coupon {
grid-column: 1;
grid-row: auto;
margin-top: 0 !important;
}
.pc-checkout-template .woocommerce-form-coupon-toggle {
margin-bottom: 12px;
}
}
@media (max-width: 520px) {
.pc-checkout-template form.checkout_coupon {
grid-template-columns: 1fr;
}
.pc-checkout-template form.checkout_coupon button.button {
width: 100%;
}
}
.woocommerce-form-coupon-toggle {
display: none !important;
}   .pc-myaccount-template {
width: 100%;
font-family: "Poppins", sans-serif;
color: #111;
}
.pc-myaccount-template .woocommerce {
width: 100%;
} .pc-myaccount-template .woocommerce-error,
.pc-myaccount-template .woocommerce-info,
.pc-myaccount-template .woocommerce-message {
background: #fff;
border: 1px solid #eee;
border-top: 3px solid #df1f2d;
border-radius: 14px;
padding: 18px 20px;
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #111;
}
.pc-myaccount-template .woocommerce-error::before,
.pc-myaccount-template .woocommerce-info::before,
.pc-myaccount-template .woocommerce-message::before {
color: #df1f2d;
}   .pc-myaccount-template .woocommerce-MyAccount-navigation,
.pc-myaccount-template .woocommerce-MyAccount-content {
box-sizing: border-box;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation {
float: left !important;
width: 285px !important;
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 18px;
}
.pc-myaccount-template .woocommerce-MyAccount-content {
float: right !important;
width: calc(100% - 305px) !important;
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 28px;
min-height: 360px;
} .pc-myaccount-template .woocommerce::after {
content: "";
display: table;
clear: both;
} .pc-myaccount-template .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation li {
margin: 0;
padding: 0;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation li a {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 46px;
padding: 0 16px;
border-radius: 999px;
background: #f1f1f1;
color: #111;
text-decoration: none;
font-size: 14px;
font-weight: 700;
transition: 0.2s ease;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation li a:hover,
.pc-myaccount-template .woocommerce-MyAccount-navigation li.is-active a {
background: #df1f2d;
color: #fff;
} .pc-myaccount-template .woocommerce-MyAccount-navigation li a::after {
font-size: 14px;
font-weight: 800;
opacity: 0.8;
}   .pc-myaccount-template h2,
.pc-myaccount-template h3,
.pc-myaccount-template .woocommerce-MyAccount-content > p:first-child strong {
font-family: "Poppins", sans-serif;
color: #111;
}
.pc-myaccount-template h2 {
margin: 0 0 24px;
font-family: "Audiowide", "Audiowave", sans-serif;
font-size: 30px;
font-weight: 400;
letter-spacing: 1px;
}
.pc-myaccount-template h3 {
margin: 0 0 20px;
font-size: 20px;
font-weight: 700;
}
.pc-myaccount-template .woocommerce-MyAccount-content > p {
font-size: 15px;
line-height: 1.6;
color: #444;
}
.pc-myaccount-template .woocommerce-MyAccount-content a {
color: #df1f2d;
font-weight: 700;
text-decoration: none;
}
.pc-myaccount-template .woocommerce-MyAccount-content a:hover {
text-decoration: underline;
}   .pc-myaccount-template form {
margin: 0;
}
.pc-myaccount-template .form-row {
margin: 0 0 18px !important;
padding: 0 !important;
float: none !important;
width: 100% !important;
}
.pc-myaccount-template .form-row-first,
.pc-myaccount-template .form-row-last {
width: calc(50% - 10px) !important;
float: left !important;
}
.pc-myaccount-template .form-row-first {
margin-right: 20px !important;
}
.pc-myaccount-template .clear {
clear: both;
}
.pc-myaccount-template label {
display: block;
margin: 0 0 8px;
font-size: 13px;
font-weight: 700;
color: #111;
line-height: 1.3;
}
.pc-myaccount-template .required {
color: #df1f2d;
text-decoration: none;
}
.pc-myaccount-template input.input-text,
.pc-myaccount-template input[type="text"],
.pc-myaccount-template input[type="email"],
.pc-myaccount-template input[type="password"],
.pc-myaccount-template input[type="tel"],
.pc-myaccount-template textarea,
.pc-myaccount-template select,
.pc-myaccount-template .select2-container--default .select2-selection--single {
width: 100% !important;
min-height: 46px;
border: none !important;
border-radius: 999px !important;
background: #f1f1f1 !important;
padding: 0 18px !important;
box-shadow: none !important;
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #111;
box-sizing: border-box;
}
.pc-myaccount-template textarea {
min-height: 120px;
height: auto;
border-radius: 18px !important;
padding: 16px 18px !important;
resize: vertical;
}
.pc-myaccount-template input:focus,
.pc-myaccount-template textarea:focus,
.pc-myaccount-template select:focus,
.pc-myaccount-template .select2-container--open .select2-selection--single {
outline: none !important;
box-shadow: 0 0 0 1px #111 inset !important;
}
.pc-myaccount-template .select2-container {
width: 100% !important;
}
.pc-myaccount-template .select2-container--default .select2-selection--single {
display: flex;
align-items: center;
}
.pc-myaccount-template .select2-selection__rendered {
line-height: 46px !important;
padding-left: 0 !important;
color: #111 !important;
}
.pc-myaccount-template .select2-selection__arrow {
height: 46px !important;
right: 12px !important;
} .pc-myaccount-template fieldset {
margin: 26px 0 0;
padding: 22px;
border: 1px solid #eee;
border-radius: 14px;
}
.pc-myaccount-template legend {
padding: 0 10px;
font-size: 16px;
font-weight: 800;
color: #111;
} .pc-myaccount-template button.button,
.pc-myaccount-template .button,
.pc-myaccount-template input[type="submit"] {
display: inline-flex !important;
align-items: center;
justify-content: center;
min-height: 44px;
border: none !important;
border-radius: 999px !important;
background: #df1f2d !important;
color: #fff !important;
padding: 0 24px !important;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 800;
text-decoration: none !important;
cursor: pointer;
transition: background 0.2s ease;
}
.pc-myaccount-template button.button:hover,
.pc-myaccount-template .button:hover,
.pc-myaccount-template input[type="submit"]:hover {
background: #c91623 !important;
color: #fff !important;
text-decoration: none !important;
}   .pc-myaccount-template .woocommerce-notices-wrapper + h2,
.pc-myaccount-template .u-column1 h2,
.pc-myaccount-template .u-column2 h2 {
font-family: "Audiowide", "Audiowave", sans-serif;
font-size: 30px;
font-weight: 400;
letter-spacing: 1px;
}
.pc-myaccount-template .u-columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.pc-myaccount-template .u-column1,
.pc-myaccount-template .u-column2 {
width: 100% !important;
float: none !important;
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 28px;
box-sizing: border-box;
}
.pc-myaccount-template form.login,
.pc-myaccount-template form.register,
.pc-myaccount-template form.lost_reset_password {
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
padding: 28px;
box-sizing: border-box;
}
.pc-myaccount-template .u-column1 form.login,
.pc-myaccount-template .u-column2 form.register {
border: none;
padding: 0;
}
.pc-myaccount-template .woocommerce-form-login__rememberme {
display: inline-flex !important;
align-items: center;
gap: 8px;
margin: 0 0 18px;
font-size: 13px;
font-weight: 600;
color: #111;
}
.pc-myaccount-template .woocommerce-form-login__rememberme input {
width: auto !important;
min-height: auto !important;
}
.pc-myaccount-template .woocommerce-LostPassword {
margin: 18px 0 0;
font-size: 14px;
}
.pc-myaccount-template .woocommerce-LostPassword a {
color: #df1f2d;
font-weight: 700;
text-decoration: none;
} .pc-myaccount-template .lost_reset_password {
max-width: 620px;
}   .pc-myaccount-template table.shop_table,
.pc-myaccount-template table.woocommerce-orders-table {
width: 100%;
border: none !important;
border-collapse: collapse !important;
margin: 0 !important;
font-family: "Poppins", sans-serif;
}
.pc-myaccount-template table.shop_table th,
.pc-myaccount-template table.shop_table td,
.pc-myaccount-template table.woocommerce-orders-table th,
.pc-myaccount-template table.woocommerce-orders-table td {
border: none !important;
border-bottom: 1px solid #f1f1f1 !important;
padding: 14px 0 !important;
font-size: 14px;
color: #111;
vertical-align: middle;
}
.pc-myaccount-template table.shop_table th,
.pc-myaccount-template table.woocommerce-orders-table th {
font-weight: 800;
color: #111;
}
.pc-myaccount-template table.shop_table td,
.pc-myaccount-template table.woocommerce-orders-table td {
font-weight: 500;
color: #444;
}
.pc-myaccount-template table.shop_table tr:last-child td,
.pc-myaccount-template table.woocommerce-orders-table tr:last-child td {
border-bottom: none !important;
}
.pc-myaccount-template .woocommerce-orders-table__cell-order-number a {
color: #df1f2d;
font-weight: 800;
text-decoration: none;
}
.pc-myaccount-template .woocommerce-orders-table__cell-order-actions .button {
min-height: 38px;
padding: 0 18px !important;
font-size: 13px;
}   .pc-myaccount-template .woocommerce-Addresses {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin-top: 20px;
}
.pc-myaccount-template .woocommerce-Address {
width: 100% !important;
float: none !important;
background: #f8f8f8;
border-radius: 14px;
padding: 22px;
box-sizing: border-box;
}
.pc-myaccount-template .woocommerce-Address-title {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.pc-myaccount-template .woocommerce-Address-title h3 {
margin: 0;
font-size: 18px;
font-weight: 800;
}
.pc-myaccount-template .woocommerce-Address-title a {
color: #df1f2d;
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.pc-myaccount-template address {
font-style: normal;
font-size: 14px;
line-height: 1.7;
color: #444;
}   .pc-myaccount-template .woocommerce-order-details,
.pc-myaccount-template .woocommerce-customer-details {
margin-top: 28px;
}
.pc-myaccount-template .woocommerce-order-details h2,
.pc-myaccount-template .woocommerce-customer-details h2 {
margin-bottom: 18px;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 800;
letter-spacing: 0;
}
.pc-myaccount-template .woocommerce-table--order-details tfoot th,
.pc-myaccount-template .woocommerce-table--order-details tfoot td {
font-weight: 800;
}
.pc-myaccount-template .woocommerce-table--order-details tfoot td {
text-align: right;
}   @media (max-width: 900px) {
.pc-myaccount-template .woocommerce-MyAccount-navigation,
.pc-myaccount-template .woocommerce-MyAccount-content {
float: none !important;
width: 100% !important;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation {
margin-bottom: 16px;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation ul {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pc-myaccount-template .u-columns,
.pc-myaccount-template .woocommerce-Addresses {
grid-template-columns: 1fr;
}
.pc-myaccount-template h2,
.pc-myaccount-template .woocommerce-notices-wrapper + h2,
.pc-myaccount-template .u-column1 h2,
.pc-myaccount-template .u-column2 h2 {
font-size: 25px;
}
}
@media (max-width: 620px) {
.pc-myaccount-template .woocommerce-MyAccount-content,
.pc-myaccount-template .woocommerce-MyAccount-navigation,
.pc-myaccount-template .u-column1,
.pc-myaccount-template .u-column2,
.pc-myaccount-template form.login,
.pc-myaccount-template form.register,
.pc-myaccount-template form.lost_reset_password {
padding: 18px;
border-radius: 12px;
}
.pc-myaccount-template .woocommerce-MyAccount-navigation ul {
grid-template-columns: 1fr;
}
.pc-myaccount-template .form-row-first,
.pc-myaccount-template .form-row-last {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
}
.pc-myaccount-template h2,
.pc-myaccount-template .woocommerce-notices-wrapper + h2,
.pc-myaccount-template .u-column1 h2,
.pc-myaccount-template .u-column2 h2 {
font-size: 23px;
}
.pc-myaccount-template table.shop_table,
.pc-myaccount-template table.woocommerce-orders-table {
font-size: 13px;
}
.pc-myaccount-template table.shop_table th,
.pc-myaccount-template table.shop_table td,
.pc-myaccount-template table.woocommerce-orders-table th,
.pc-myaccount-template table.woocommerce-orders-table td {
padding: 12px 6px !important;
font-size: 13px;
}
}
form.woocommerce-ResetPassword.lost_reset_password {
width: 100% !important;
max-width: 100%;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before{
display:none;
}   .aws-search-result {
margin-top: 12px !important;
border: 1px solid #eee !important;
border-radius: 14px !important;
background: #fff !important;
box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08) !important;
overflow: hidden !important;
font-family: "Poppins", sans-serif !important;
z-index: 999999 !important;
} .aws-search-result ul {
margin: 0 !important;
padding: 10px !important;
list-style: none !important;
background: #fff !important;
} .aws-search-result .aws_result_item {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: transparent !important;
} .aws-search-result .aws_result_item a {
display: grid !important;
grid-template-columns: 62px 1fr auto;
align-items: center;
gap: 14px;
padding: 12px !important;
border-radius: 12px !important;
background: #fff !important;
color: #111 !important;
text-decoration: none !important;
transition: background 0.18s ease;
}
.aws-search-result .aws_result_item a:hover {
background: #f7f7f7 !important;
} .aws-search-result .aws_result_image {
width: 62px !important;
height: 62px !important;
display: flex !important;
align-items: center;
justify-content: center;
background: #f5f5f5 !important;
border-radius: 10px !important;
overflow: hidden !important;
}
.aws-search-result .aws_result_image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
} .aws-search-result .aws_result_content {
display: flex !important;
flex-direction: column;
gap: 5px;
min-width: 0;
} .aws-search-result .aws_result_title {
font-size: 12px !important;
font-weight: 800 !important;
line-height: 1.35 !important;
color: #111 !important;
} .aws-search-result .aws_result_excerpt,
.aws-search-result .aws_result_sku,
.aws-search-result .aws_result_cats,
.aws-search-result .aws_result_tags {
font-size: 12px !important;
font-weight: 500 !important;
line-height: 1.35 !important;
color: #777 !important;
} .aws-search-result .aws_result_price {
font-size: 15px !important;
font-weight: 900 !important;
color: #111 !important;
white-space: nowrap !important;
text-align: left !important;
} .aws-search-result .aws_result_price ins {
color: #df1f2d !important;
text-decoration: none !important;
font-weight: 900 !important;
}
.aws-search-result .aws_result_price del {
color: #999 !important;
font-size: 12px !important;
font-weight: 600 !important;
margin-right: 4px;
} .aws-search-result mark,
.aws-search-result .aws_result_title mark,
.aws-search-result .aws_result_excerpt mark {
background: rgba(223, 31, 45, 0.12) !important;
color: #df1f2d !important;
border-radius: 5px;
padding: 0 3px;
font-weight: 800;
} .aws-search-result .aws_no_result {
padding: 18px 20px !important;
font-size: 14px !important;
font-weight: 600 !important;
color: #555 !important;
background: #fff !important;
} .aws-search-result .aws_search_more {
display: block !important;
margin: 14px 10px 10px !important;
padding: 13px 20px !important;
border-radius: 999px !important;
background: #df1f2d !important;
color: #fff !important;
text-align: center !important;
font-size: 13px !important;
font-weight: 800 !important;
text-decoration: none !important;
line-height: 1.2 !important;
}
.aws-search-result .aws_search_more:hover {
background: #c91623 !important;
color: #fff !important;
} .aws-search-result li.aws_result_item.aws_search_more_wrap,
.aws-search-result .aws_search_more_wrap {
padding-top: 8px !important;
background: #fff !important;
} .aws-search-result .aws_result_item,
.aws-search-result .aws_result_item:not(:last-child) {
border-bottom: none !important;
}   @media (max-width: 620px) {
.aws-search-result {
left: 0 !important;
right: 0 !important;
width: 100% !important;
border-radius: 12px !important;
}
.aws-search-result ul {
padding: 8px !important;
}
.aws-search-result .aws_result_item a {
grid-template-columns: 54px 1fr;
gap: 12px;
padding: 10px !important;
}
.aws-search-result .aws_result_image {
width: 54px !important;
height: 54px !important;
}
.aws-search-result .aws_result_price {
grid-column: 2;
text-align: left !important;
font-size: 14px !important;
}
.aws-search-result .aws_result_title {
font-size: 12px !important;
}
.aws-search-result .aws_search_more {
margin: 14px 8px 8px !important;
}
}    .aws-search-result {
padding: 12px !important;
} .aws-search-result ul {
padding: 0 !important;
} .aws-search-result .aws_result_item:not(.aws_search_more_wrap) {
margin-bottom: 8px !important;
} .aws-search-result .aws_result_item a {
padding: 14px 16px !important;
} .aws-search-result .aws_search_more_wrap,
.aws-search-result li.aws_search_more_wrap {
margin-top: 16px !important;
padding-top: 14px !important;
border-top: 1px solid #f1f1f1 !important;
} .aws-search-result .aws_search_more {
margin: 0 !important;
padding: 14px 22px !important;
} .aws-search-result > .aws_search_more,
.aws-search-result ul > .aws_search_more {
margin-top: 16px !important;
}
span.aws_result_excerpt {
display: none!important;
} .aws-search-result .aws_result_image {
width: 62px !important;
height: 62px !important;
min-width: 62px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: #f5f5f5 !important;
border-radius: 10px !important;
overflow: hidden !important;
margin-right:8px;
} .aws-search-result .aws_result_image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center center !important;
display: block !important;
transform: scale(1.75);
}
.aws-search-result .aws_result_term{
display:none!important;
} p.stock.out-of-stock {
display: flex !important;
align-items: center;
justify-content: center;
width:100%;
margin:0px;
max-width: 100%;
padding: 12px 20px !important;
border-radius: 999px !important;
background: rgba(223, 31, 45, 0.10) !important;
border: 1px solid rgba(223, 31, 45, 0.25) !important;
color: #df1f2d !important;
font-family: "Poppins", sans-serif !important;
font-size: 14px !important;
font-weight: 800 !important;
line-height: 1.2 !important;
text-transform: uppercase;
letter-spacing: 0.3px;
} p.stock.out-of-stock::before {
content: "";
width: 8px;
height: 8px;
margin-right: 10px;
border-radius: 50%;
background: #df1f2d;
flex-shrink: 0;
}   .pc-product-sorting-inline {
display: inline-flex;
align-items: center;
justify-content: flex-start;
gap: 6px;
width: auto;
font-family: "Poppins", sans-serif;
color: #666;
}
.pc-product-sorting-inline .pc-sort-label {
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #666;
white-space: nowrap;
}
.pc-sort-select-wrap {
position: relative;
display: inline-flex;
align-items: center;
}
.pc-sort-select-wrap::after {
content: "";
width: 8px;
height: 8px;
border-right: 2px solid #111;
border-bottom: 2px solid #111;
transform: rotate(45deg);
margin-left: 10px;
margin-top: -6px;
pointer-events: none;
}
.pc-product-sorting-inline .pc-product-orderby {
width: auto !important;
min-width: 0 !important;
height: auto !important;
border: none !important;
border-radius: 0 !important;
background: transparent !important;
padding: 0 !important;
box-shadow: none !important;
outline: none !important;
font-family: "Poppins", sans-serif !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1 !important;
color: #666 !important;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.pc-product-sorting-inline .pc-product-orderby:focus {
outline: none !important;
box-shadow: none !important;
}
.pc-product-sorting-inline .pc-product-orderby option {
font-size: 14px;
color: #111;
background: #fff;
} @media (max-width: 620px) {
.pc-product-sorting-inline {
gap: 4px;
}
.pc-product-sorting-inline .pc-sort-label,
.pc-product-sorting-inline .pc-product-orderby {
font-size: 14px !important;
}
.pc-sort-select-wrap::after {
width: 8px;
height: 8px;
border-right-width: 2px;
border-bottom-width: 2px;
margin-left: 8px;
margin-top: -5px;
}
}   .pc-product-result-count {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.2;
color: #666;
}
.pc-product-result-count strong {
font-weight: 700;
color: #111;
}
.pc-product-result-count .pc-result-prefix {
color: #666;
}
@media (max-width: 620px) {
.pc-product-result-count {
font-size: 14px;
gap: 4px;
}
}
.pc-product-sorting-inline .pc-product-orderby {
width: auto !important;
min-width: 0 !important;
max-width: none !important;
}
.pc-sort-select-wrap {
width: auto !important;
}
.pc-sort-measure {
position: absolute;
visibility: hidden;
white-space: nowrap;
pointer-events: none;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
}
.pc-sort-select-wrap::after {
margin-left: 8px !important;
}   .pc-product-filter-panel {
width: 100%;
background: #fff;
border: 1px solid #eee;
border-radius: 14px;
font-family: "Poppins", sans-serif;
color: #111;
overflow: hidden;
}
.pc-filter-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 18px;
font-size: 15px;
font-weight: 800;
color: #111;
}
.pc-filter-icon {
font-size: 15px;
color: #888;
transform: rotate(90deg);
}
.pc-filter-section {
border-top: 1px solid #f1f1f1;
}
.pc-filter-section-title {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 18px 18px;
border: none;
background: transparent;
color: #111;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 800;
text-align: left;
cursor: pointer;
}
.pc-filter-chevron {
font-size: 14px;
font-weight: 500;
color: #111;
transition: transform 0.2s ease;
}
.pc-filter-section-content {
padding: 0 18px 18px;
}
.pc-filter-section:not(.is-open) .pc-filter-section-content {
display: none;
} .pc-filter-list {
display: flex;
flex-direction: column;
gap: 9px;
}
.pc-filter-row {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
min-height: 24px;
font-size: 13px;
font-weight: 500;
color: #666;
cursor: pointer;
}
.pc-filter-row input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.pc-filter-row span:first-of-type {
transition: color 0.2s ease, font-weight 0.2s ease;
}
.pc-filter-row input:checked + span {
color: #111;
font-weight: 800;
}
.pc-filter-arrow {
color: #777;
font-size: 16px;
line-height: 1;
} .pc-price-filter {
padding-top: 4px;
}
.pc-price-range {
position: relative;
height: 28px;
margin: 4px 0 4px;
}
.pc-price-range::before {
content: "";
position: absolute;
top: 13px;
left: 0;
right: 0;
height: 4px;
border-radius: 999px;
background: #f1f1f1;
}
.pc-price-range input[type="range"] {
position: absolute;
top: 5px;
left: 0;
width: 100%;
height: 20px;
background: transparent;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
}
.pc-price-range input[type="range"]::-webkit-slider-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
background: #df1f2d;
cursor: pointer;
pointer-events: auto;
-webkit-appearance: none;
appearance: none;
}
.pc-price-range input[type="range"]::-moz-range-thumb {
width: 16px;
height: 16px;
border: none;
border-radius: 50%;
background: #df1f2d;
cursor: pointer;
pointer-events: auto;
}
.pc-price-values {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 4px;
font-size: 11px;
font-weight: 700;
color: #df1f2d;
} .pc-filter-pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pc-filter-pill {
position: relative;
display: inline-flex;
cursor: pointer;
}
.pc-filter-pill input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.pc-filter-pill span {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 34px;
padding: 0 14px;
border-radius: 999px;
background: #f1f1f1;
color: #111;
font-size: 13px;
font-weight: 800;
transition: 0.2s ease;
}
.pc-filter-pill small {
margin-left: 3px;
font-size: 12px;
font-weight: 800;
color: inherit;
}
.pc-filter-pill input:checked + span {
background: #df1f2d;
color: #fff;
} .pc-stock-filter {
display: flex;
flex-direction: column;
gap: 10px;
}
.pc-stock-option {
position: relative;
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 12px;
font-weight: 500;
line-height: 1.25;
color: #666;
cursor: pointer;
}
.pc-stock-option input {
margin-top: 2px;
accent-color: #df1f2d;
}
.pc-stock-option input:checked + span {
color: #111;
font-weight: 700;
} .pc-filter-actions {
padding: 0 18px 18px;
}
.pc-filter-submit {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 42px;
border: none;
border-radius: 999px;
background: #df1f2d;
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 800;
cursor: pointer;
transition: background 0.2s ease;
}
.pc-filter-submit:hover {
background: #c91623;
}
.pc-filter-reset {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
color: #666;
font-size: 12px;
font-weight: 700;
text-decoration: none;
}
.pc-filter-reset:hover {
color: #df1f2d;
} @media (max-width: 900px) {
.pc-product-filter-panel {
border-radius: 12px;
}
.pc-filter-header,
.pc-filter-section-title,
.pc-filter-section-content,
.pc-filter-actions {
padding-left: 16px;
padding-right: 16px;
}
}
button.pc-filter-section-title:hover {
background: transparent;
color: black;
}
button.pc-filter-section-title:focus {
background: transparent;
color: black;
}
button.pc-filter-section-title:active {
background: transparent;
color: black;
} .pc-filter-section.is-open .pc-filter-chevron {
transform: rotate(180deg);
} .pc-filter-chevron {
display: inline-flex !important;
align-items: center;
justify-content: center;
width: 14px;
height: 14px;
flex-shrink: 0;
transition: transform 0.2s ease;
transform-origin: center;
} .pc-filter-chevron svg {
width: 12px !important;
height: 12px !important;
display: block;
} .pc-filter-section.is-open .pc-filter-chevron {
transform: rotate(90deg);
} .pc-filter-section:not(.is-open) .pc-filter-chevron {
transform: rotate(0deg);
}