#cl_gdpr_message > span {
font-size: 10px;
line-height: normal;
display: block;
margin-top: 5px;
}
#edd_purchase_form #cl_gdpr_message > span {
margin-top: -10px;
margin-bottom: 16px;
}
#cl_gdpr_message > span > a {
margin-left: 4px;
}.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar {
width: 5px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-track {
background: #f2f5f8;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-overflow::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 20px;
}
.mintmrm .mrm-form-group {
margin: 0;
}
.mintmrm .mrm-form-group.alignment-center {
margin-left: auto;
margin-right: auto;
}
.mintmrm .mrm-form-group.alignment-right {
margin-left: auto;
margin-right: 0;
}
.mintmrm .mrm-form-group label,
.mintmrm .mrm-form-group .label {
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #344054;
box-sizing: border-box;
display: block;
}
.mintmrm .mrm-form-group input[type=date],
.mintmrm .mrm-form-group input[type=email],
.mintmrm .mrm-form-group input[type=text],
.mintmrm .mrm-form-group textarea,
.mintmrm .mrm-form-group select {
font-size: 14px;
line-height: 1.3;
color: #7a8b9a;
padding: 9px 15px;
width: 100%;
border-radius: 6px;
display: block;
border: 1px solid #e4e6eb;
min-height: 30px;
box-sizing: border-box;
outline: none;
box-shadow: none;
max-width: 100%;
}
.mintmrm .mrm-form-group input[type=date]:active, .mintmrm .mrm-form-group input[type=date]:focus,
.mintmrm .mrm-form-group input[type=email]:active,
.mintmrm .mrm-form-group input[type=email]:focus,
.mintmrm .mrm-form-group input[type=text]:active,
.mintmrm .mrm-form-group input[type=text]:focus,
.mintmrm .mrm-form-group textarea:active,
.mintmrm .mrm-form-group textarea:focus,
.mintmrm .mrm-form-group select:active,
.mintmrm .mrm-form-group select:focus {
border-color: #573BFF !important;
color: #7a8b9a;
box-shadow: none;
}
.mintmrm .mrm-form-wrapper {
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper * {
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper img {
border-radius: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form > div {
width: 100%;
}
.mintmrm .mrm-form-wrapper .required-mark {
font-weight: 600;
color: #dd1212;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn {
display: inline-block;
border: 1px solid transparent;
color: #fff;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
letter-spacing: -0.01em;
padding: 11px 15px;
cursor: pointer;
text-align: center;
border-radius: 6px;
background-color: #573BFF;
min-height: 44px;
}
.mintmrm .mrm-form-wrapper .mintmrm-btn:hover {
background-color: #4C25A5;
color: #fff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox {
position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
padding: 0 !important;
opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:focus + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox.no-title label {
min-height: 20px;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label {
font-weight: 500;
font-size: 15px;
line-height: 1;
letter-spacing: -0.01em;
color: #344054;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #bdc7eb;
background-color: #f6f6f8;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox label:after {
content: "";
position: absolute;
left: 6px;
top: 4px;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::before {
background-color: #573bff;
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-checkbox input[type=checkbox]:checked + label::after {
opacity: 1;
visibility: visible;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn {
position: relative;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
height: auto;
opacity: 0;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:active + label::before,
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:focus + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn.no-title label {
height: 16px;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label {
font-size: 15px;
line-height: 14px;
font-weight: 500;
color: #7a8b9a;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 20px;
height: 20px;
border-radius: 100%;
background: #f7f7fa;
border: 1px solid #bdc7eb;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn label::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #573bff;
transform: scale(0);
transition: all 0.3s ease;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::before {
border-color: #573bff;
}
.mintmrm .mrm-form-wrapper .mintmrm-radiobtn input[type=radio]:checked + label::after {
transform: scale(1);
}
.mintmrm .mrm-form-wrapper .response {
font-size: 15px;
color: #000;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-error {
color: #e71616;
}
.mintmrm .mrm-form-wrapper .response.mintmrm-success {
color: #08c708;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button {
position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button::after {
content: "";
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
margin-left: 7px;
position: relative;
top: 2px;
display: none;
box-sizing: border-box;
}
.mintmrm .mrm-form-wrapper .mrm-submit-button.show-loader::after {
display: inline-block;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner {
position: relative;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner .mrm-form-close {
position: absolute;
right: -12px;
top: -16px;
width: 30px;
height: 30px;
background: #573bff;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
cursor: pointer;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background {
background: transparent;
border-radius: 0;
padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow {
padding: 0;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .mrm-form > div {
padding: 20px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .wp-block-columns {
margin: 0;
}
.mintmrm .mrm-form-wrapper .wp-block-column {
padding: 0.2em;
}
.mintmrm .mrm-form-wrapper .mintmrm-form-preview .wp-block-image.aligncenter {
text-align: center;
}
.comment-form-mint-mail input[type=checkbox] {
margin-right: 6px;
}
.mintmrm-container {
max-width: 1230px;
padding: 0 15px;
margin: 0 auto;
}
.mintmrm-container .response {
font-size: 15px;
font-weight: 500;
}
.mintmrm-container .response.mintmrm-success {
color: #24c329;
}
.mintmrm-container .response.mintmrm-error {
color: #cd2653;
}
.mintmrm-page-template-main {
padding: 50px 0;
width: 100%;
}
.mrm-preferance-form-wrapper .mrm-block-label {
display: block;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper {
display: flex;
align-items: flex-start;
gap: 6px;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox] {
position: relative;
left: 0;
top: 9px;
display: block;
width: 18px !important;
height: 18px;
border-radius: 4px;
border: 1px solid #b9b9b9;
transition: all 0.3s ease;
box-sizing: border-box;
margin-right: 7px;
background-color: transparent;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:checked {
background-color: #573bff;
border-color: #573bff;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]::before {
content: "";
position: absolute;
left: 25%;
top: 30%;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]::after {
display: none;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:focus {
outline: none;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.custom-checkbox input[type=checkbox]:checked::before {
opacity: 1;
visibility: visible;
}
.mintmrm .mrm-input-group .input-wrapper.checkbox-input-wrapper.theme-checkbox input[type=checkbox] {
display: block;
margin: 0;
}
.mintmrm .mrm-input-group label.mrm-privacy-policy-input-label {
position: relative;
margin-bottom: 0px;
width: calc(100% - 30px);
}
.input-wrapper.checkbox-input-wrapper input[type=checkbox]:checked + label.mrm-privacy-policy-input-label .mailmint-checkbox::after {
opacity: 1;
visibility: visible;
}
.mrm-input-group .mrm-privacy-policy-input-label .mrm-privacy-policy {
margin: 0 !important;
line-height: 1.5;
display: inline;
}
.mintmrm-page-template-main .mintmrm-loader {
border: 2px solid #8265c5;
border-radius: 50%;
border-top: 2px solid #fff;
width: 13px;
height: 13px;
animation: spin 0.7s linear infinite;
display: none;
margin-left: 4px;
}
.mintmrm-page-template-main .mintmrm-loader.show {
display: block;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} @-webkit-keyframes mrmFadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mrmFadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes mrmSlideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes mrmSlideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@-webkit-keyframes mrmPulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes mrmPulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.mintmrm .mrm-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
background: rgba(51, 51, 51, 0.3411764706);
padding: 5px 15px;
box-sizing: border-box;
z-index: 999;
overflow: auto;
}
.mintmrm .mrm-popup .mrm-form-wrapper-inner {
margin: 0 auto;
max-height: 80%;
background: #fff;
border-radius: 10px;
padding: 5px;
}
.mintmrm .mrm-popup .mrm-form-overflow {
padding: 20px;
overflow: visible;
width: 100%;
height: 100%;
max-width: 870px;
}
.mintmrm .mrm-form-disable {
display: none;
}
.mintmrm .mrm-popup.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up {
-webkit-animation: mrmFadeIn 0.3s ease 0.1s both;
animation: mrmFadeIn 0.3s ease 0.1s both;
}
.mintmrm .mrm-popup.mrm-slide-in-up .mrm-form-wrapper-inner {
-webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
animation: mrmSlideInUp 0.5s ease 0.5s both;
}
.mintmrm .mrm-popup.mrm-pulse {
-webkit-animation: mrmFadeIn 0.3s ease 0.1s both;
animation: mrmFadeIn 0.3s ease 0.1s both;
}
.mintmrm .mrm-popup.mrm-pulse .mrm-form-wrapper-inner {
-webkit-animation: mrmPulse 0.4s ease-in-out 0.3s both;
animation: mrmPulse 0.4s ease-in-out 0.3s both;
}
@media only screen and (max-width: 575px) {
.mintmrm .mrm-popup .mrm-form-overflow {
padding: 11px;
}
.mintmrm .mrm-form-wrapper .mrm-form-wrapper-inner.custom-background .mrm-form-overflow .mrm-form > div {
padding: 11px;
}
}
.mintmrm .mrm-flyins {
position: fixed;
right: 0;
bottom: 0;
z-index: 999;
}
.mintmrm .mrm-flyins .mrm-form-wrapper-inner .mrm-form-close {
right: inherit;
left: -12px;
background: #fff;
}
.mintmrm .mrm-flyins .mrm-form-overflow {
overflow: auto;
max-height: calc(100vh - 20px);
}
.mintmrm .mrm-flyins.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-flyins.mrm-slide-in-up {
-webkit-animation: mrmSlideInUp 0.6s linear 1s both;
animation: mrmSlideInUp 0.6s linear 1s both;
}
.mintmrm .mrm-fixed-on-bottom,
.mintmrm .mrm-fixed-on-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner {
padding: 20px 80px 20px 20px;
background: #b7b7b7;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
right: 20px;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
border-radius: 0;
padding: 5px;
background: transparent;
}
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close svg,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close svg {
width: 24px;
height: 24px;
}
.mintmrm .mrm-fixed-on-bottom {
top: inherit;
bottom: 0;
}
.mintmrm .mrm-fixed-on-bottom.mrm-fade-in,
.mintmrm .mrm-fixed-on-top.mrm-fade-in {
-webkit-animation: mrmFadeIn 0.5s ease 1s both;
animation: mrmFadeIn 0.5s ease 1s both;
}
.mintmrm .mrm-fixed-on-bottom.mrm-slide-in-up,
.mintmrm .mrm-fixed-on-top.mrm-slide-in-up {
-webkit-animation: mrmSlideInUp 0.5s ease 0.5s both;
animation: mrmSlideInUp 0.5s ease 0.5s both;
}
@media only screen and (max-width: 991px) {
.mintmrm .mrm-fixed-on-bottom .mrm-form-wrapper-inner .mrm-form-close,
.mintmrm .mrm-fixed-on-top .mrm-form-wrapper-inner .mrm-form-close {
right: 3px;
top: 6px;
transform: translateY(0);
}
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox input[type=checkbox] {
display: inline-block !important;
}
#mintmail_woocommerce_optin_consent_field label.woocommerce-form__label-for-checkbox .optional::before {
display: none !important;
}
.mintmrm-default-pages {
background: #FFF;
text-align: center;
border-radius: 8px;
padding: 40px;
box-shadow: 0px 30px 20px 30px rgba(228, 232, 235, 0.38);
}
.mintmrm-default-pages .mintmrm-card-wrapper {
border-radius: 8px;
background: #F6F8FA;
padding: 100px 200px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
background: #FFF;
filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.30));
border-radius: 10px;
padding: 80px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title {
color: #2D3149;
font-family: sans-serif;
font-size: 36px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.8px;
margin: 30px 0 0;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-subtitle {
color: #9398A5;
font-family: sans-serif;
font-size: 14px;
line-height: 1;
margin: 16px 0 0;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-buttons{
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 40px;
}
.mintmrm-default-pages .mintmrm-card-button {
text-decoration: none;
border-radius: 6px;
background: #573BFF;
box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.50);
color: #FFF;
font-family: sans-serif;
font-size: 16px;
padding: 14px 30px;
font-weight: 500;
border: 1px solid transparent;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-card-button:hover {
background: #4c25a5;
}
.no-items-found {
text-align: left;
padding-left: 12px;
font-size: 14px;
color: red;
}
.mintmrm-default-pages  .mintmrm-card-button.mintmrm-card-button-outline {
background: none;
border: 1px solid #EBEDF0;
box-shadow: none;
color: #2D3149;
}
.mintmrm-default-pages .mintmrm-card-button.mintmrm-card-button-outline:hover{
background: #573BFF;
border: 1px solid #573BFF;
color: #FFF;
} .mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper{
padding: 57px 80px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card{
padding: 40px;
max-width: 540px;
margin: 0 auto;
}
.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card-title {
color: #2D3149;
font-family: sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.8px;
margin: 0 0 30px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group {
display: flex;
flex-direction: column;
text-align: left;
gap: 8px;
margin-bottom: 24px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group label.mrm-block-label {
color: #2D3149;
font-family: sans-serif;
font-size: 16px;
font-weight: 500;
line-height: normal;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group input {
border-radius: 6px;
border: 1px solid #E4E6EB;
padding: 15px;
font-size: 14px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group .input-custom-wrapper{
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 8px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card .mrm-form-group .input-custom-wrapper input{
margin: 0;
padding: 0;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn {
position: relative;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"] {
position: absolute;
top: 7px;
z-index: -1;
width: 0;
height: auto;
opacity: 0;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:active + label::before,
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:focus + label::before {
border-color: #573bff;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn.no-title label {
height: 16px;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label {
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: #2D3149;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label::before {
content: "";
position: absolute;
left: 0;
top: -3px;
width: 20px;
height: 20px;
border-radius: 100%;
background: #f7f7fa;
border: 1px solid #bdc7eb;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn label::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #573bff;
transform: scale(0);
transition: all 0.3s ease;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:checked + label::before {
border-color: #573bff;
}
.mintmrm-default-pages .input-custom-wrapper .mintmrm-radiobtn input[type="radio"]:checked + label::after {
transform: scale(1);
}
.mintmrm-default-pages .mintmrm-preference-form {
display: flex;
flex-direction: column;
}
.mintmrm-default-pages .mintmrm-preference-form .mintmrm-status{
order: 4;
}
.mintmrm-default-pages .mintmrm-preference-form .tag-lists-dropdown{
order: 3;
position: relative;
margin-bottom: 24px;
}
.mintmrm-default-pages .mintmrm-preference-form .mintmrm-submit{
order: 5;
} .mintmrm-default-pages .drop-down-button {
position: relative;
width: 100%;
border: 1px solid #ebedf0;
border-radius: 6px;
padding: 13px 33px 13px 12px;
background-color: transparent;
text-align: left;
font-weight: 400;
font-size: 14px;
line-height: 1.21;
color: #6a707c;
cursor: pointer;
}
.mintmrm-default-pages .drop-down-button::before {
content: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M11%201L6%206%201%201%22%2F%3E%3C%2Fsvg%3E);
width: 12px;
display: block;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
transition: all 0.3s ease;
}
.mintmrm-default-pages .drop-down-button.show::before {
transform: rotate(180deg);
}
.mintmrm-default-pages .drop-down-button.focus {
color: #2D3149;
}
.mintmrm-default-pages .mintmrm-tag-list {
border: 1px solid #e4e6eb;
border-radius: 4px;
font-size: 13px;
line-height: 1;
letter-spacing: -0.01em;
color: #667085;
display: inline-block;
padding: 3px 25px 5px 6px;
margin: 3px;
position: relative;
vertical-align: middle;
}
.mintmrm-default-pages .mintmrm-tag-list .close-list{
background: transparent;
padding: 2px 4px 0;
border-radius: 2px;
font-size: 10px;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
height: 100%;
border: none;
border-left: 1px solid #e4e6eb;
display: flex;
align-items: center;
justify-content: center;
}
.mintmrm-default-pages .mintmrm-tag-list .close-list svg{
width: 7px;
height: 7px;
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown {
position: absolute;
background: #fff;
left: 0;
top: calc(100% + 8px);
width: 300px;
border: 1px solid #e2e5ed;
z-index: 5;
transition: all 0.3s ease;
box-shadow: 0px 10px 20px rgb(0 0 0 / 6%);
border-radius: 6px;
padding: 8px;
display: none;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f2f5f8;
overflow: hidden;
}
.mintmrm-default-pages .mintmrm-dropdown.show {
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown.timezone,
.mintmrm-default-pages .mintmrm-dropdown.country {
width: 320px;
}
.mintmrm-default-pages .mintmrm-dropdown.dropdown-left {
right: inherit;
left: 0;
}
.mintmrm-default-pages .mintmrm-dropdown.width-120px {
width: 120px;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #2d3149;
text-align: left;
padding: 8px 10px;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
margin-bottom: 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list svg {
margin-right: 7px;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:not(.searchbar):not(.list-title):not(.button-area):hover,
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:not(.searchbar):not(.list-title).active {
background: #f6f8fa;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:first-child a {
border-radius: 5px 5px 0 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:last-child {
border-bottom: 0;
}
.mintmrm-default-pages .mintmrm-dropdown .mintmrm-dropdown-list:last-child a {
border-radius: 0 0 5px 5px;
}
.mintmrm-default-pages .mintmrm-dropdown .delete {
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar {
background: transparent;
padding: 8px 8px 14px;
display: list-item;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar svg {
position: absolute;
top: 9px;
left: 16px;
}
.mintmrm-default-pages .mintmrm-dropdown .searchbar input[type="search"] {
font-weight: 400;
height: 34px;
padding: 4px 15px 4px 10px;
background: #FFF;
display: block;
width: 100%;
border: 1px solid #ebedf0;
border-radius: 6px;
}
.mintmrm-default-pages .mintmrm-dropdown .single-column {
display: block;
}
.mintmrm-default-pages .mintmrm-dropdown .list-title {
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #667085;
border-top: 1px solid #ebedf0;
border-bottom: 1px solid #ebedf0;
border-radius: 0;
background: #f9fafb;
position: relative;
padding: 8px 18px;
left: -8px;
width: calc(100% + 16px);
cursor: text;
margin-bottom: 10px;
text-align: left;
}
.mintmrm-default-pages .mintmrm-dropdown .list-title.not-found {
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area {
border-top: 1px solid #ebedf0;
border-radius: 0;
position: relative;
left: -12px;
width: calc(100% + 16px);
padding: 20px 20px 8px;
display: flex;
align-items: center;
background: transparent;
margin-top: 10px;
margin-left: 4px;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area button {
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-dropdown .button-area .cancel-btn {
margin-left: auto;
margin-right: 12px;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown {
position: relative;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown::before {
content: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M1%201l4%204-4%204%22%2F%3E%3C%2Fsvg%3E");
position: absolute;
width: 6px;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown .mintmrm-dropdown {
left: calc(100% + 8px);
top: -10px;
}
.mintmrm-default-pages .mintmrm-dropdown .has-sub-dropdown.show::before {
top: 25%;
transform: rotate(90deg);
transition: all 0.3s ease;
}
.mintmrm-default-pages .mintmrm-dropdown .group-item {
transition: all 0.3s ease;
padding-left: 20px;
}
.mintmrm-default-pages .mintmrm-dropdown .no-found {
background-color: #f9fafb;
padding: 5px 0 5px 20px;
border-radius: 0;
background: #f9fafb;
position: relative;
left: -12px;
width: calc(100% + 24px);
cursor: text;
margin-top: 10px;
display: none;
}
.mintmrm-default-pages .mintmrm-dropdown .no-found span {
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #ec5956;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action {
display: flex;
align-items: center;
padding: 15px 17px 10px;
color: #573bff;
font-weight: 600;
font-size: 14px;
line-height: 17px;
border-top: 1px solid #e2e5ed;
position: relative;
text-decoration: underline;
left: -12px;
width: calc(100% + 24px);
}
.mintmrm-default-pages .mintmrm-dropdown .add-action svg {
margin-right: 5px;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action svg path {
stroke: #573bff;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action:hover {
color: #4c25a5;
}
.mintmrm-default-pages .mintmrm-dropdown .add-action:hover svg path {
stroke: #4c25a5;
}
.mintmrm-default-pages .mintmrm-dropdown .option-section {
max-height: 200px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f2f5f8;
text-align: left;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"] {
display: none;
}
.mintmrm-default-pages .mintmrm-checkbox.no-title label {
min-height: 20px;
}
.mintmrm-default-pages .mintmrm-checkbox label {
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: -0.01em;
color: #2d3149;
position: relative;
padding-left: 29px;
display: inline-block;
cursor: pointer;
}
.mintmrm-default-pages .mintmrm-checkbox label::before {
content: "";
position: absolute;
left: 0;
top: -2px;
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid #e3e4e8;
transition: all 0.3s ease;
box-sizing: border-box;
}
.mintmrm-default-pages .mintmrm-checkbox label::after {
content: "";
position: absolute;
left: 6px;
top: 4px;
width: 9px;
height: 5px;
transform: rotate(-45deg);
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label {
font-weight: 500;
}
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label::before {
background-color: #573BFF; border-color: #573BFF; }
.mintmrm-default-pages .mintmrm-checkbox input[type="checkbox"]:checked + label::after {
opacity: 1;
visibility: visible;
}
@media only screen and (max-width: 1199px) {
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 80px 100px;
}
}
@media only screen and (max-width: 991px) {
.mintmrm-default-pages {
padding: 20px;
}
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 50px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
padding: 50px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-header svg {
width: 150px;
height: 150px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title{
font-size: 36px;
}
}
@media only screen and (max-width: 767px) {
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title {
font-size: 24px;
margin: 10px 0 0;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper{
padding: 20px;
}
}
@media only screen and (max-width: 575px) {
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-header svg {
width: 100px;
height: 100px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card {
padding: 16px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-title{
font-size: 20px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-subtitle{
margin-top: 10px;
line-height: 1.2;
}
.mintmrm-default-pages .mintmrm-card-wrapper {
padding: 30px;
}
.mintmrm-default-pages .mintmrm-card-wrapper .mintmrm-card .mintmrm-card-buttons{
margin-top: 20px;
}
.mintmrm-default-pages .mintmrm-card-button {
padding: 10px 15px;
font-size: 14px;
}
.mintmrm-default-pages.mintmrm-preference-page .mintmrm-card-wrapper .mintmrm-card{
padding: 20px;
}
}.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{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1;width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:flex;flex-wrap:wrap;clear:both;zoom:1}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 20px 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product:nth-child(2n),.woocommerce.columns-2 ul.products li.product:nth-child(2n){margin-right:0;clear:right}.woocommerce-page.columns-2 ul.products li.product:nth-child(odd),.woocommerce.columns-2 ul.products li.product:nth-child(odd){clear:left}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:31.2%;width:calc(33.33% - 14px)}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n),.woocommerce.columns-3 ul.products li.product:nth-child(3n){margin-right:0;clear:right}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n+1),.woocommerce.columns-3 ul.products li.product:nth-child(3n+1){clear:left}.woocommerce-page.columns-4 ul.products li.product,.woocommerce.columns-4 ul.products li.product{width:22.5%;width:calc(25% - 15px)}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),.woocommerce.columns-4 ul.products li.product:nth-child(4n){margin-right:0;clear:right}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n+1),.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:left}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:17.5%;width:calc(20% - 16px)}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n),.woocommerce.columns-5 ul.products li.product:nth-child(5n){margin-right:0;clear:right}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n+1),.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:left}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:14%;width:calc(16.66% - 16.66px)}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n),.woocommerce.columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n+1),.woocommerce.columns-6 ul.products li.product:nth-child(6n+1){clear:left}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1;width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}