 @media (max-width: 478px) and (orientation: portrait) { .fkcart-toggler { position: fixed; top: auto; left: auto; bottom: 8%; right: 4%; z-index: 9999; } }  @media (max-width: 767px) and (orientation: landscape) { .fkcart-toggler { position: fixed; top: auto; left: auto; bottom: 8%; right: 1%; z-index: 9999; } }  @media (min-width: 992px) { .fkcart-toggler { position: fixed; top: auto; left: auto; bottom: 3%; right: 1%; z-index: 9999; } }