.ag-cw {
position: fixed;
z-index: 99999; font-family: inherit; box-sizing: border-box;
line-height: 1.5;
color: #1F2937; left: 16px;
right: 16px;
bottom: 24px;
}
.ag-cw * {
box-sizing: border-box;
}
.ag-cw__hidden {
display: none !important;
} .ag-cw__compact {
background: #FFFFFF;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0,0,0,0.05);
border: 1px solid rgba(240, 90, 40, 0.1); display: flex;
align-items: center;
gap: 16px;
padding: 16px;
cursor: pointer;
position: relative;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ag-cw__compact:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(240, 90, 40, 0.15);
} .ag-cw__flag {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: #F05A28;
}
.ag-cw__content {
flex: 1;
min-width: 0; }
.ag-cw__title {
font-weight: 800;
color: #1F2937;
font-size: 14px;
margin-bottom: 2px;
}
.ag-cw__sub {
color: #6B7280;
font-size: 12px;
}
.ag-cw__cta {
background: #F05A28;
color: #fff;
border: none;
border-radius: 99px;
padding: 8px 16px;
font-weight: 700;
font-size: 12px;
cursor: pointer;
transition: background 0.2s;
white-space: nowrap;
}
.ag-cw__cta:hover {
background: #d64615;
} .ag-cw__sheet {
background: #FFFFFF;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.05);
overflow: hidden;
display: flex;
flex-direction: column;
animation: agSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes agSlideUp {
from { transform: translateY(20px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
} .ag-cw__sheetHeader {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
background: #FFF3ED; border-bottom: 1px solid rgba(240, 90, 40, 0.1);
}
.ag-cw__sheetTitle {
font-weight: 800;
font-size: 15px;
color: #1F2937;
}
.ag-cw__sheetSub {
font-size: 12px;
color: #6B7280;
margin-top: 2px;
}
.ag-cw__close {
background: transparent;
border: none;
font-size: 20px;
line-height: 1;
color: #9CA3AF;
cursor: pointer;
padding: 4px;
border-radius: 50%;
transition: color 0.2s;
}
.ag-cw__close:hover {
color: #F05A28;
background: rgba(240, 90, 40, 0.1);
} .ag-cw__mapWrap {
position: relative;
width: 100%;
height: 240px;
background: #f3f4f6; }
.ag-cw__map {
width: 100%;
height: 100%;
} .ag-cw__mapLegend {
position: absolute;
left: 12px;
bottom: 12px;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(4px);
border-radius: 99px;
padding: 6px 12px;
font-size: 11px;
font-weight: 600;
color: #374151;
border: 1px solid rgba(0, 0, 0, 0.08);
display: flex;
gap: 8px;
align-items: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot--low { background: #FDBA74; } .dot--med { background: #F97316; } .dot--high { background: #C2410C; }  .ag-cw__controls {
padding: 20px;
display: flex;
flex-direction: column;
gap: 16px;
}
.ag-cw__row {
display: flex;
gap: 12px;
}
.ag-cw__col {
flex: 1;
}
.ag-cw__label {
display: block;
font-size: 12px;
color: #374151;
font-weight: 700;
margin-bottom: 6px;
}
.ag-cw__select {
width: 100%;
padding: 10px 12px;
border-radius: 10px;
border: 1px solid #E5E7EB;
background-color: #F9FAFB;
font-size: 13px;
color: #1F2937;
outline: none;
transition: border-color 0.2s;
}
.ag-cw__select:focus {
border-color: #F05A28;
background-color: #fff;
} .ag-cw__tip {
background: #FFF7ED; border: 1px solid #FFEDD5;
color: #9A3412; padding: 12px;
border-radius: 10px;
font-size: 12px;
line-height: 1.4;
font-weight: 500;
} .ag-cw__toggleRow {
display: flex;
gap: 12px;
align-items: center;
padding: 4px 0;
cursor: pointer;
}
.ag-cw__checkbox {
appearance: none;
-webkit-appearance: none;
width: 44px;
height: 24px;
background: #E5E7EB;
border-radius: 99px;
position: relative;
cursor: pointer;
transition: background 0.3s;
flex-shrink: 0;
}
.ag-cw__checkbox::after {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
transition: transform 0.3s;
}
.ag-cw__checkbox:checked {
background: #F05A28;
}
.ag-cw__checkbox:checked::after {
transform: translateX(20px);
}
.ag-cw__toggleRow label {
font-size: 13px;
color: #374151;
cursor: pointer;
line-height: 1.3;
} .ag-cw__button {
display: block;
width: 100%;
text-align: center;
background: #F05A28;
color: #fff;
font-weight: 800;
font-size: 14px;
padding: 14px;
border-radius: 12px;
text-decoration: none;
transition: background 0.2s, transform 0.1s;
box-shadow: 0 4px 12px rgba(240, 90, 40, 0.3);
}
.ag-cw__button:hover {
background: #d64615;
transform: translateY(-1px);
}
.ag-cw__button:active {
transform: translateY(1px);
} .ag-cw__success {
background: #F0FDF4; border: 1px solid #BBF7D0;
border-radius: 16px;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
animation: agFadeIn 0.4s ease;
}
@keyframes agFadeIn {
from { opacity: 0; transform: scale(0.95); }
to { opacity: 1; transform: scale(1); }
}
.ag-cw__successContent {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: #166534; }
.ag-cw__check {
font-size: 16px;
}
.ag-cw__link {
background: transparent;
border: none;
color: #166534;
text-decoration: underline;
font-size: 12px;
font-weight: 700;
cursor: pointer;
padding: 4px;
} @media (min-width: 768px) {
.ag-cw {
left: auto;
right: 24px;
bottom: 24px;
width: 380px; }
.ag-cw__compact { }
}.mmqw_shipping .extra-flate-tool-tip,
.mmqwm_shipping .forceall-tooltip {
display: inline;
position: relative;
} .mmqw_shipping [data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
} .mmqw_shipping [data-tooltip]:before,
.mmqw_shipping [data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
pointer-events: none;
} .mmqw_shipping [data-tooltip]:before {
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
} .mmqw_shipping [data-tooltip]:after {
position: absolute;
bottom: 150%;
left: 50%;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
} .mmqw_shipping [data-tooltip]:hover:before,
.mmqw_shipping [data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
.mmqw_shipping .extra-flate-tool-tip,
.mmqwm_shipping .forceall-tooltip {
display: inline-block !important;
float: left;
margin-right: 7px;
}
.forceall_shipping_method {
display: none;
}
#shipping_method li label {
font-weight: 400;
}
.mmqw_shipping .forceall-tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.mmqw_shipping .forceall-tooltip .tooltiptext {
visibility: hidden;
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
}
.mmqw_shipping .forceall-tooltip:hover .tooltiptext {
visibility: visible;
}
.single-product form.cart .quantity.hidden {
display: block;
width: 100%;
padding: 20px 0 20px;
}
.mmqw-display-rules {
padding-top: 20px;
}
.checkout-rules-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
font-family: Arial, sans-serif;
}
.checkout-rules-table th,
.checkout-rules-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.checkout-rules-table th {
background-color: #f4f4f4;
font-weight: bold;
}
.checkout-rules-table tr:nth-child(even) {
background-color: #f9f9f9;
}
.checkout-rules-table tr:hover {
background-color: #f1f1f1;
} .checkout-rules-table td[colspan="2"] {
text-align: left;
}
.quantity .select2-container .select2-selection {
min-height: 44px !important;
}
.quantity .select2-selection__rendered,
.quantity .select2-selection__arrow {
height: 44px !important;
line-height: 44px !important;
padding: 0px 15px !important;
}
.quantity-select {
padding: 10px;
}
ul.cart-display-rules {
margin: 0 0 0 20px;
}