@charset "UTF-8";
.sw-megamenu.navigation li.level0.classic .subchildmenu>li:hover>.subchildmenu {
    z-index: 9999999;
}
.checkout-index-index .field-tooltip {
    right: -36px;
    top: 5px;
}
.page-header .navigation .level0 .submenu li.parent>a:after {
    margin-top: 6px;
}
.field-tooltip .field-tooltip-content {
	width: 240px;
    left: 75px;
}

@media screen and (max-width:991px) {
.checkout-index-index .field-tooltip {
    right: -32px !important;
}
.field-tooltip.toggle {
    display: none;
}
.field .control._with-tooltip input {
    width: 100%;
}
}

@media screen and (max-width:639px) {
.checkout-index-index .field-tooltip {
    right: 1px !important;
}
}